Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- WebPartEditorApplyVerb.cs
- DBDataPermissionAttribute.cs
- ImageSource.cs
- SortFieldComparer.cs
- MemberAccessException.cs
- Privilege.cs
- bindurihelper.cs
- TextSpan.cs
- LocalTransaction.cs
- XPathItem.cs
- CharEntityEncoderFallback.cs
- DecoderReplacementFallback.cs
- MonikerUtility.cs
- SafeArrayTypeMismatchException.cs
- CatalogPart.cs
- WorkflowMarkupSerializationException.cs
- UserInitiatedRoutedEventPermission.cs
- ProfileModule.cs
- ReadOnlyHierarchicalDataSource.cs
- WpfPayload.cs
- AsyncSerializedWorker.cs
- CellParaClient.cs
- DataKey.cs
- DataFormat.cs
- StringBuilder.cs
- Parser.cs
- KeyValueConfigurationCollection.cs
- XmlSchemaValidator.cs
- NativeMethodsOther.cs
- SqlDataSource.cs
- SafeThemeHandle.cs
- Panel.cs
- UndoEngine.cs
- HitTestResult.cs
- oledbconnectionstring.cs
- SynchronizationLockException.cs
- BrowserCapabilitiesFactoryBase.cs
- WindowsListViewItemStartMenu.cs
- IgnoreDataMemberAttribute.cs
- DataIdProcessor.cs
- MessageQueueConverter.cs
- CapabilitiesState.cs
- DataServices.cs
- SqlInternalConnection.cs
- Pkcs7Recipient.cs
- _NTAuthentication.cs
- CompiledQueryCacheKey.cs
- MergeFilterQuery.cs
- ElementMarkupObject.cs
- ColumnHeaderConverter.cs
- IncrementalHitTester.cs
- DesignerActionItem.cs
- Int64AnimationUsingKeyFrames.cs
- WebResponse.cs
- ContractMapping.cs
- WorkflowOperationAsyncResult.cs
- BitmapEffectDrawing.cs
- FocusTracker.cs
- Help.cs
- Int32Storage.cs
- SplitContainer.cs
- HttpChannelHelper.cs
- XmlILIndex.cs
- EncodingTable.cs
- CommandEventArgs.cs
- ToolStripArrowRenderEventArgs.cs
- RightNameExpirationInfoPair.cs
- EllipseGeometry.cs
- FlatButtonAppearance.cs
- RankException.cs
- UInt16.cs
- OneToOneMappingSerializer.cs
- TextWriterTraceListener.cs
- StreamReader.cs
- BinaryWriter.cs
- KeyInstance.cs
- TypedTableHandler.cs
- DataComponentMethodGenerator.cs
- DataError.cs
- SecureEnvironment.cs
- StringFreezingAttribute.cs
- SafeLocalMemHandle.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- XmlSchemaAny.cs
- HandlerBase.cs
- TypeRefElement.cs
- MultiSelectRootGridEntry.cs
- RootProfilePropertySettingsCollection.cs
- NullToBooleanConverter.cs
- ObjectViewQueryResultData.cs
- ArglessEventHandlerProxy.cs
- EventHandlersStore.cs
- SoundPlayerAction.cs
- CompositeDataBoundControl.cs
- ObjectAnimationBase.cs
- Column.cs
- CodeDelegateCreateExpression.cs
- CachedTypeface.cs
- PlanCompiler.cs
- DataGridViewCellEventArgs.cs