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
- DataColumnCollection.cs
- ViewBase.cs
- ServiceOperationParameter.cs
- RangeValidator.cs
- SqlInternalConnectionTds.cs
- DesignTimeTemplateParser.cs
- SerializationObjectManager.cs
- XPathNodeHelper.cs
- TransactionException.cs
- DrawingContext.cs
- DecimalAverageAggregationOperator.cs
- WebPartConnectionsEventArgs.cs
- CodeDelegateCreateExpression.cs
- GradientBrush.cs
- ListViewEditEventArgs.cs
- OleDbErrorCollection.cs
- WebPartConnectionsConnectVerb.cs
- DeadCharTextComposition.cs
- ArgumentException.cs
- Pair.cs
- BitmapEffectGeneralTransform.cs
- CacheDict.cs
- WebDisplayNameAttribute.cs
- LowerCaseStringConverter.cs
- newitemfactory.cs
- XmlNodeChangedEventArgs.cs
- PopupEventArgs.cs
- ProtocolInformationWriter.cs
- FileSystemEnumerable.cs
- Socket.cs
- TreeNodeMouseHoverEvent.cs
- CalendarButton.cs
- ContextInformation.cs
- IfJoinedCondition.cs
- GetImportFileNameRequest.cs
- IndexObject.cs
- MergeFilterQuery.cs
- DataGridViewCellFormattingEventArgs.cs
- JoinSymbol.cs
- basemetadatamappingvisitor.cs
- WorkflowWebHostingModule.cs
- SqlGatherConsumedAliases.cs
- CacheRequest.cs
- XmlSchemaRedefine.cs
- URLString.cs
- ItemChangedEventArgs.cs
- ControlParameter.cs
- ParameterModifier.cs
- CommandExpr.cs
- InternalBase.cs
- DataIdProcessor.cs
- DragDrop.cs
- TreeViewDataItemAutomationPeer.cs
- ArithmeticException.cs
- SkipQueryOptionExpression.cs
- IdentitySection.cs
- TableParaClient.cs
- XmlLanguageConverter.cs
- TableLayoutSettings.cs
- PtsHelper.cs
- ProxyHelper.cs
- CompensationParticipant.cs
- ReferenceConverter.cs
- ValidatedControlConverter.cs
- HostingEnvironmentException.cs
- DataPagerField.cs
- DoubleAnimationClockResource.cs
- SafeRightsManagementSessionHandle.cs
- TouchPoint.cs
- ReflectionServiceProvider.cs
- EmptyEnumerator.cs
- QilLoop.cs
- SqlFlattener.cs
- XmlDataImplementation.cs
- PassportAuthentication.cs
- PropertyTabAttribute.cs
- HttpServerVarsCollection.cs
- FatalException.cs
- DiscoveryDocumentReference.cs
- PathFigure.cs
- HtmlButton.cs
- TraceContext.cs
- ClockGroup.cs
- ListControlDesigner.cs
- FixedDocumentPaginator.cs
- MemberListBinding.cs
- UriTemplateTrieLocation.cs
- FixedSOMSemanticBox.cs
- SqlDataSourceStatusEventArgs.cs
- CodeDirectoryCompiler.cs
- ServiceOperationParameter.cs
- ObjectFullSpanRewriter.cs
- ComboBoxItem.cs
- ImageCodecInfo.cs
- DescendantBaseQuery.cs
- MsmqAuthenticationMode.cs
- QualifiedCellIdBoolean.cs
- SeverityFilter.cs
- PropertyGridEditorPart.cs
- ToolStripOverflow.cs