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 / ForEachAction.cs / 1 / ForEachAction.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.Collections; using System.Xml; using System.Xml.XPath; internal class ForEachAction : ContainerAction { private const int ProcessedSort = 2; private const int ProcessNextNode = 3; private const int PositionAdvanced = 4; private const int ContentsProcessed = 5; private int selectKey = Compiler.InvalidQueryKey; private ContainerAction sortContainer; internal override void Compile(Compiler compiler) { CompileAttributes(compiler); CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, Keywords.s_Select); compiler.CanHaveApplyImports = false; if (compiler.Recurse()) { CompileSortElements(compiler); CompileTemplate(compiler); compiler.ToParent(); } } internal override bool CompileAttribute(Compiler compiler) { string name = compiler.Input.LocalName; string value = compiler.Input.Value; if (Keywords.Equals(name, compiler.Atoms.Select)) { this.selectKey = compiler.AddQuery(value); } else { return false; } return true; } internal override void Execute(Processor processor, ActionFrame frame) { Debug.Assert(processor != null && frame != null); switch (frame.State) { case Initialized: if (sortContainer != null) { processor.InitSortArray(); processor.PushActionFrame(sortContainer, frame.NodeSet); frame.State = ProcessedSort; break; } goto case ProcessedSort; case ProcessedSort: frame.InitNewNodeSet(processor.StartQuery(frame.NodeSet, this.selectKey)); if (sortContainer != null) { Debug.Assert(processor.SortArray.Count != 0); frame.SortNewNodeSet(processor, processor.SortArray); } frame.State = ProcessNextNode; goto case ProcessNextNode; case ProcessNextNode: Debug.Assert(frame.State == ProcessNextNode); Debug.Assert(frame.NewNodeSet != null); if (frame.NewNextNode(processor)) { frame.State = PositionAdvanced; goto case PositionAdvanced; } else { frame.Finished(); break; } case PositionAdvanced: processor.PushActionFrame(frame, frame.NewNodeSet); frame.State = ContentsProcessed; break; case ContentsProcessed: frame.State = ProcessNextNode; goto case ProcessNextNode; } } protected void CompileSortElements(Compiler compiler) { NavigatorInput input = compiler.Input; do { switch(input.NodeType) { case XPathNodeType.Element: if (Keywords.Equals(input.NamespaceURI, input.Atoms.XsltNamespace) && Keywords.Equals(input.LocalName, input.Atoms.Sort)) { if (sortContainer == null) { sortContainer = new ContainerAction(); } sortContainer.AddAction(compiler.CreateSortAction()); continue; } return; case XPathNodeType.Text: return; case XPathNodeType.SignificantWhitespace: this.AddEvent(compiler.CreateTextEvent()); continue; default : continue; } } while (input.Advance()); } } } // 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.Collections; using System.Xml; using System.Xml.XPath; internal class ForEachAction : ContainerAction { private const int ProcessedSort = 2; private const int ProcessNextNode = 3; private const int PositionAdvanced = 4; private const int ContentsProcessed = 5; private int selectKey = Compiler.InvalidQueryKey; private ContainerAction sortContainer; internal override void Compile(Compiler compiler) { CompileAttributes(compiler); CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, Keywords.s_Select); compiler.CanHaveApplyImports = false; if (compiler.Recurse()) { CompileSortElements(compiler); CompileTemplate(compiler); compiler.ToParent(); } } internal override bool CompileAttribute(Compiler compiler) { string name = compiler.Input.LocalName; string value = compiler.Input.Value; if (Keywords.Equals(name, compiler.Atoms.Select)) { this.selectKey = compiler.AddQuery(value); } else { return false; } return true; } internal override void Execute(Processor processor, ActionFrame frame) { Debug.Assert(processor != null && frame != null); switch (frame.State) { case Initialized: if (sortContainer != null) { processor.InitSortArray(); processor.PushActionFrame(sortContainer, frame.NodeSet); frame.State = ProcessedSort; break; } goto case ProcessedSort; case ProcessedSort: frame.InitNewNodeSet(processor.StartQuery(frame.NodeSet, this.selectKey)); if (sortContainer != null) { Debug.Assert(processor.SortArray.Count != 0); frame.SortNewNodeSet(processor, processor.SortArray); } frame.State = ProcessNextNode; goto case ProcessNextNode; case ProcessNextNode: Debug.Assert(frame.State == ProcessNextNode); Debug.Assert(frame.NewNodeSet != null); if (frame.NewNextNode(processor)) { frame.State = PositionAdvanced; goto case PositionAdvanced; } else { frame.Finished(); break; } case PositionAdvanced: processor.PushActionFrame(frame, frame.NewNodeSet); frame.State = ContentsProcessed; break; case ContentsProcessed: frame.State = ProcessNextNode; goto case ProcessNextNode; } } protected void CompileSortElements(Compiler compiler) { NavigatorInput input = compiler.Input; do { switch(input.NodeType) { case XPathNodeType.Element: if (Keywords.Equals(input.NamespaceURI, input.Atoms.XsltNamespace) && Keywords.Equals(input.LocalName, input.Atoms.Sort)) { if (sortContainer == null) { sortContainer = new ContainerAction(); } sortContainer.AddAction(compiler.CreateSortAction()); continue; } return; case XPathNodeType.Text: return; case XPathNodeType.SignificantWhitespace: this.AddEvent(compiler.CreateTextEvent()); continue; default : continue; } } while (input.Advance()); } } } // 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
- StyleSheetComponentEditor.cs
- SynchronousChannel.cs
- TempFiles.cs
- FormatException.cs
- TaskCanceledException.cs
- FontResourceCache.cs
- MetadataCache.cs
- EvidenceBase.cs
- EventItfInfo.cs
- SoapFormatter.cs
- InvalidPrinterException.cs
- TransformValueSerializer.cs
- FastPropertyAccessor.cs
- SoapInteropTypes.cs
- BoundColumn.cs
- GroupDescription.cs
- ChangeDirector.cs
- XmlSchemaObject.cs
- TabPage.cs
- SAPIEngineTypes.cs
- DataServiceRequest.cs
- _FixedSizeReader.cs
- BamlVersionHeader.cs
- OptionalMessageQuery.cs
- DesigntimeLicenseContextSerializer.cs
- NoClickablePointException.cs
- SimpleHandlerFactory.cs
- InputBuffer.cs
- UxThemeWrapper.cs
- DesignerHelpers.cs
- EntityDataSourceState.cs
- UriTemplatePathSegment.cs
- TextAction.cs
- StackSpiller.Temps.cs
- IssuedTokenServiceElement.cs
- OracleString.cs
- RepeatBehaviorConverter.cs
- Signature.cs
- SByteStorage.cs
- ObjectDataSourceDisposingEventArgs.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- ADRoleFactoryConfiguration.cs
- CodeAttributeArgument.cs
- PieceNameHelper.cs
- SelectedGridItemChangedEvent.cs
- WMIGenerator.cs
- OptimisticConcurrencyException.cs
- TrackingLocation.cs
- PropertyManager.cs
- UIElementIsland.cs
- ValidationSummary.cs
- FunctionImportElement.cs
- OracleRowUpdatingEventArgs.cs
- EncoderNLS.cs
- COM2ExtendedUITypeEditor.cs
- ControlBuilderAttribute.cs
- MergablePropertyAttribute.cs
- EnumerableCollectionView.cs
- HtmlInputImage.cs
- __ConsoleStream.cs
- MatrixAnimationUsingPath.cs
- ContentControl.cs
- FixedBufferAttribute.cs
- TextContainerChangedEventArgs.cs
- Accessible.cs
- AddInController.cs
- ButtonField.cs
- LongAverageAggregationOperator.cs
- LogStore.cs
- Int32Storage.cs
- PackWebRequest.cs
- ThreadPool.cs
- RectangleGeometry.cs
- XmlSchemaSimpleTypeUnion.cs
- shaperfactoryquerycacheentry.cs
- SqlEnums.cs
- DoubleAnimationUsingPath.cs
- XmlSchemaGroupRef.cs
- InvalidCastException.cs
- DataQuery.cs
- AvTraceFormat.cs
- AQNBuilder.cs
- SqlDeflator.cs
- WCFModelStrings.Designer.cs
- PatternMatcher.cs
- ZoneIdentityPermission.cs
- UserControlFileEditor.cs
- CoreSwitches.cs
- OdbcHandle.cs
- Triplet.cs
- Evaluator.cs
- StaticSiteMapProvider.cs
- ClientTargetSection.cs
- FunctionNode.cs
- GeneratedCodeAttribute.cs
- FindSimilarActivitiesVerb.cs
- PenThread.cs
- CodeDOMProvider.cs
- BufferBuilder.cs
- NumericUpDownAccelerationCollection.cs