Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ClientConfigPaths.cs
- StrokeRenderer.cs
- XmlSchemaDatatype.cs
- MenuItemBindingCollection.cs
- PositiveTimeSpanValidator.cs
- WebPartTracker.cs
- ErrorWrapper.cs
- VBCodeProvider.cs
- StringConverter.cs
- SqlCharStream.cs
- DesignerMetadata.cs
- Listbox.cs
- EditorZoneAutoFormat.cs
- DesignerAutoFormatCollection.cs
- ISAPIApplicationHost.cs
- SymbolDocumentGenerator.cs
- CompressedStack.cs
- WindowsListViewItem.cs
- SectionUpdates.cs
- ColorConvertedBitmapExtension.cs
- DetailsViewRow.cs
- WorkflowOperationContext.cs
- KeyedCollection.cs
- SingletonConnectionReader.cs
- SHA512Managed.cs
- CheckBoxList.cs
- VisualStyleElement.cs
- BuilderPropertyEntry.cs
- MarshalByValueComponent.cs
- GridViewItemAutomationPeer.cs
- TemplateParser.cs
- MessageQueue.cs
- PropertyManager.cs
- KnownTypesProvider.cs
- Fonts.cs
- CounterSample.cs
- DBParameter.cs
- DuplicateContext.cs
- DbProviderFactory.cs
- DecoderBestFitFallback.cs
- WmlPanelAdapter.cs
- MutexSecurity.cs
- DescendantOverDescendantQuery.cs
- ObservableCollection.cs
- DerivedKeySecurityToken.cs
- NonBatchDirectoryCompiler.cs
- WebPartConnectionsCancelVerb.cs
- documentsequencetextpointer.cs
- OpCopier.cs
- XmlObjectSerializerContext.cs
- EventEntry.cs
- ToolBarButtonDesigner.cs
- ArgumentException.cs
- OAVariantLib.cs
- ListParaClient.cs
- XamlRtfConverter.cs
- SendMessageContent.cs
- WebReferenceOptions.cs
- IxmlLineInfo.cs
- DataSetMappper.cs
- TimeManager.cs
- ChannelServices.cs
- ExpressionBuilderCollection.cs
- WebPartAuthorizationEventArgs.cs
- TraceContextEventArgs.cs
- COAUTHIDENTITY.cs
- XmlRawWriter.cs
- CompilerLocalReference.cs
- OwnerDrawPropertyBag.cs
- TypeLibConverter.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- AccessViolationException.cs
- XmlName.cs
- Style.cs
- IntMinMaxAggregationOperator.cs
- TemplateBindingExpression.cs
- SubclassTypeValidatorAttribute.cs
- DigestTraceRecordHelper.cs
- NullRuntimeConfig.cs
- ElementProxy.cs
- FreezableCollection.cs
- WindowsFormsSectionHandler.cs
- ApplicationActivator.cs
- EncoderReplacementFallback.cs
- MessageBox.cs
- ServiceKnownTypeAttribute.cs
- TextParagraphCache.cs
- SignedXml.cs
- SingleStorage.cs
- QilReference.cs
- OdbcFactory.cs
- AnimationClock.cs
- DBConcurrencyException.cs
- FormViewPageEventArgs.cs
- LogRestartAreaEnumerator.cs
- DataSourceControlBuilder.cs
- TemplateBindingExtension.cs
- ReadContentAsBinaryHelper.cs
- XmlnsCache.cs
- IndividualDeviceConfig.cs