Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / AttributeSetAction.cs / 1 / AttributeSetAction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Diagnostics; using System.Xml; using System.Xml.XPath; using System.Collections; internal class AttributeSetAction : ContainerAction { internal XmlQualifiedName name; internal XmlQualifiedName Name { get { return this.name; } } internal override void Compile(Compiler compiler) { CompileAttributes(compiler); CheckRequiredAttribute(compiler, this.name, Keywords.s_Name); CompileContent(compiler); } internal override bool CompileAttribute(Compiler compiler) { string name = compiler.Input.LocalName; string value = compiler.Input.Value; if (Keywords.Equals(name, compiler.Atoms.Name)) { Debug.Assert(this.name == null); this.name = compiler.CreateXPathQName(value); } else if (Keywords.Equals(name, compiler.Atoms.UseAttributeSets)) { // create a UseAttributeSetsAction // sets come before xsl:attributes AddAction(compiler.CreateUseAttributeSetsAction()); } else { return false; } return true; } private void CompileContent(Compiler compiler) { NavigatorInput input = compiler.Input; if (compiler.Recurse()) { do { switch(input.NodeType) { case XPathNodeType.Element: compiler.PushNamespaceScope(); string nspace = input.NamespaceURI; string name = input.LocalName; if (Keywords.Equals(nspace, input.Atoms.XsltNamespace) && Keywords.Equals(name, input.Atoms.Attribute)) { // found attribute so add it AddAction(compiler.CreateAttributeAction()); } else { throw compiler.UnexpectedKeyword(); } compiler.PopScope(); break; case XPathNodeType.Comment: case XPathNodeType.ProcessingInstruction: case XPathNodeType.Whitespace: case XPathNodeType.SignificantWhitespace: break; default: throw XsltException.Create(Res.Xslt_InvalidContents, Keywords.s_AttributeSet); } } while(compiler.Advance()); compiler.ToParent(); } } internal void Merge(AttributeSetAction attributeAction) { // add the contents of "attributeAction" to this action // place them at the end Action action; int i = 0; while((action = attributeAction.GetAction(i)) != null) { AddAction(action); i++; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Diagnostics; using System.Xml; using System.Xml.XPath; using System.Collections; internal class AttributeSetAction : ContainerAction { internal XmlQualifiedName name; internal XmlQualifiedName Name { get { return this.name; } } internal override void Compile(Compiler compiler) { CompileAttributes(compiler); CheckRequiredAttribute(compiler, this.name, Keywords.s_Name); CompileContent(compiler); } internal override bool CompileAttribute(Compiler compiler) { string name = compiler.Input.LocalName; string value = compiler.Input.Value; if (Keywords.Equals(name, compiler.Atoms.Name)) { Debug.Assert(this.name == null); this.name = compiler.CreateXPathQName(value); } else if (Keywords.Equals(name, compiler.Atoms.UseAttributeSets)) { // create a UseAttributeSetsAction // sets come before xsl:attributes AddAction(compiler.CreateUseAttributeSetsAction()); } else { return false; } return true; } private void CompileContent(Compiler compiler) { NavigatorInput input = compiler.Input; if (compiler.Recurse()) { do { switch(input.NodeType) { case XPathNodeType.Element: compiler.PushNamespaceScope(); string nspace = input.NamespaceURI; string name = input.LocalName; if (Keywords.Equals(nspace, input.Atoms.XsltNamespace) && Keywords.Equals(name, input.Atoms.Attribute)) { // found attribute so add it AddAction(compiler.CreateAttributeAction()); } else { throw compiler.UnexpectedKeyword(); } compiler.PopScope(); break; case XPathNodeType.Comment: case XPathNodeType.ProcessingInstruction: case XPathNodeType.Whitespace: case XPathNodeType.SignificantWhitespace: break; default: throw XsltException.Create(Res.Xslt_InvalidContents, Keywords.s_AttributeSet); } } while(compiler.Advance()); compiler.ToParent(); } } internal void Merge(AttributeSetAction attributeAction) { // add the contents of "attributeAction" to this action // place them at the end Action action; int i = 0; while((action = attributeAction.GetAction(i)) != null) { AddAction(action); i++; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartConnectionsCloseVerb.cs
- SafeTimerHandle.cs
- DataBoundLiteralControl.cs
- InfoCardSymmetricCrypto.cs
- TextRunCache.cs
- DrawingServices.cs
- BindingsCollection.cs
- ManagementOptions.cs
- ExpandSegment.cs
- WmlSelectionListAdapter.cs
- Scripts.cs
- DCSafeHandle.cs
- Win32.cs
- FileSecurity.cs
- SchemaImporterExtensionElement.cs
- AsymmetricSecurityProtocol.cs
- KeyNotFoundException.cs
- NullPackagingPolicy.cs
- FontDifferentiator.cs
- PolicyException.cs
- TypeInfo.cs
- CodeNamespaceImportCollection.cs
- ListView.cs
- MetadataPropertyvalue.cs
- OptimizedTemplateContentHelper.cs
- _Win32.cs
- SctClaimDictionary.cs
- RC2CryptoServiceProvider.cs
- TranslateTransform.cs
- VisualStyleTypesAndProperties.cs
- InProcStateClientManager.cs
- FunctionImportElement.cs
- PrimitiveXmlSerializers.cs
- TdsParserHelperClasses.cs
- TextEffect.cs
- PageWrapper.cs
- ObjectIDGenerator.cs
- FilterableAttribute.cs
- codemethodreferenceexpression.cs
- VariableValue.cs
- ArgumentException.cs
- DataGridColumnFloatingHeader.cs
- SchemaMapping.cs
- AxHost.cs
- GridErrorDlg.cs
- ReflectTypeDescriptionProvider.cs
- ThemeableAttribute.cs
- DataSourceCollectionBase.cs
- _TransmitFileOverlappedAsyncResult.cs
- XmlArrayItemAttribute.cs
- StatusBar.cs
- xmlformatgeneratorstatics.cs
- ResourceCategoryAttribute.cs
- TextElement.cs
- NotEqual.cs
- TextFindEngine.cs
- Rect.cs
- MdImport.cs
- AnnotationResourceCollection.cs
- ToolboxItemCollection.cs
- Utils.cs
- VariantWrapper.cs
- Variable.cs
- Visual.cs
- PersonalizationStateInfoCollection.cs
- XmlSchemaObjectCollection.cs
- NamespaceInfo.cs
- DataService.cs
- FontEmbeddingManager.cs
- Button.cs
- ObjectTypeMapping.cs
- Decimal.cs
- VerificationException.cs
- BrowserDefinition.cs
- BaseCAMarshaler.cs
- ReadContentAsBinaryHelper.cs
- TabletDevice.cs
- RequestCache.cs
- ParseElement.cs
- OpCellTreeNode.cs
- WmiEventSink.cs
- TaskExceptionHolder.cs
- Pair.cs
- CommentAction.cs
- TemplateKey.cs
- TextWriterTraceListener.cs
- TextChangedEventArgs.cs
- SoapIgnoreAttribute.cs
- WebErrorHandler.cs
- TransactionContextValidator.cs
- SoapProtocolImporter.cs
- WebPartDisplayModeCancelEventArgs.cs
- DataGridViewImageColumn.cs
- SeekStoryboard.cs
- ComplexBindingPropertiesAttribute.cs
- DataBoundControlHelper.cs
- TrackPointCollection.cs
- SoapFormatExtensions.cs
- AttachedPropertyBrowsableAttribute.cs
- HttpCacheVaryByContentEncodings.cs