This documentation is archived and is not being maintained.
System.Xml.Xsl.Runtime Namespace
Visual Studio 2008
The System.Xml.Xsl.Runtime namespace supports the .NET Framework infrastructure and is not intended to be used directly from your code.
| Class | Description | |
|---|---|---|
![]() | XmlCollation | Infrastructure. |
![]() | XmlILIndex | Infrastructure. |
![]() | XmlILStorageConverter | Infrastructure. |
![]() | XmlNavigatorFilter | Infrastructure. |
![]() | XmlQueryContext | Infrastructure. |
![]() | XmlQueryItemSequence | Infrastructure. |
![]() | XmlQueryNodeSequence | Infrastructure. |
![]() | XmlQueryOutput | Infrastructure. |
![]() | XmlQueryRuntime | Provides methods and properties to support the XSLT processor. |
![]() | XmlQuerySequence(Of T) | Infrastructure. |
![]() | XsltConvert | Infrastructure. |
![]() | XsltFunctions | Infrastructure. |
![]() | XsltLibrary | Infrastructure. |
| Structure | Description | |
|---|---|---|
![]() | AncestorDocOrderIterator | Infrastructure. Iterates over all ancestor nodes according to the System.Xml.XPath ancestor axis rules, and returns the nodes in document order without duplicates. |
![]() | AncestorIterator | Infrastructure. Iterates over all ancestor nodes according to the System.Xml.XPath ancestor axis rules, and returns the nodes in reverse document order. |
![]() | AttributeContentIterator | Infrastructure. Iterates over all attribute and child content nodes. |
![]() | AttributeIterator | Infrastructure. Iterates over all the attributes. |
![]() | ContentIterator | Infrastructure. Iterates over all child content nodes. |
![]() | ContentMergeIterator | Infrastructure. Iterates over child content nodes or following sibling nodes. Maintains the nodes in document order. |
![]() | DecimalAggregator | Infrastructure. Computes aggregates over a sequence of Decimal values. |
![]() | DescendantIterator | Infrastructure. Iterates over all descendant nodes according to the System.Xml.XPath descendant axis rules. |
![]() | DescendantMergeIterator | Infrastructure. Iterate over all descendant content nodes according to XPath descendant axis rules. Eliminates duplicates by not querying over nodes that are contained in the subtree of the previous node. |
![]() | DifferenceIterator | Infrastructure. Manages two sets of nodes that are already in document order with no duplicates, and returns the difference between the left and the right sets in document order with no duplicates. |
![]() | DodSequenceMerge | Infrastructure. |
![]() | DoubleAggregator | Infrastructure. |
![]() | ElementContentIterator | Infrastructure. Iterates over all child elements with a matching name. |
![]() | FollowingSiblingIterator | Infrastructure. Iterates over all following sibling content nodes. |
![]() | FollowingSiblingMergeIterator | Infrastructure. Iterates over child following sibling nodes. |
![]() | IdIterator | Infrastructure. Tokenizes a string containing IDREF values and dereferences the values in order to get a list of ID elements. |
![]() | Int32Aggregator | Infrastructure. |
![]() | Int64Aggregator | Infrastructure. |
![]() | IntersectIterator | Infrastructure. Manages two sets of nodes that are already in document order with no duplicates, and returns the intersection of these sets in document order with no duplicates. |
![]() | NamespaceIterator | Infrastructure. Iterate over all namespace nodes. |
![]() | NodeKindContentIterator | Infrastructure. Iterates over all child content nodes with a matching node kind. |
![]() | NodeRangeIterator | Infrastructure. Iterates over the singleton node, if the starting node is the same node as the ending node. Iterates to the end of the document, if the starting node is after the ending node, or is in a different document. |
![]() | ParentIterator | Infrastructure. Iterates over matching parent node according to the System.Xml.XPath, parent axis rules. |
![]() | PrecedingIterator | Infrastructure. Iterates over all the content-typed nodes which precede the starting node in document order. Returns nodes in reverse document order. |
![]() | PrecedingSiblingDocOrderIterator | Infrastructure. Iterates over all preceding sibling content nodes in document order. |
![]() | PrecedingSiblingIterator | Infrastructure. Iterate over all preceding nodes according to the System.Xml.XPath preceding axis rules, and returns nodes in reverse document order. |
![]() | StringConcat | Infrastructure. |
![]() | UnionIterator | Infrastructure. Manages two sets of nodes that are already in document order with no duplicates, and returns the union of these sets in document order with no duplicates. |
![]() | XmlSortKeyAccumulator | Infrastructure. |
![]() | XPathFollowingIterator | Infrastructure. Iterates over all following nodes according to the System.Xml.XPath following axis rules. |
![]() | XPathFollowingMergeIterator | Infrastructure. Iterates over all following nodes according to the System.Xml.XPath following axis rules. |
![]() | XPathPrecedingDocOrderIterator | Infrastructure. Iterates over all preceding nodes according to the System.Xml.XPath preceding axis rules, and returns nodes in document order without duplicates. |
![]() | XPathPrecedingIterator | Infrastructure. Iterates over all preceding nodes according to the System.Xml.XPath preceding axis rules, and returns nodes in reverse document order without duplicates. |
![]() | XPathPrecedingMergeIterator | Infrastructure. Iterates over all preceding nodes according to the System.Xml.XPath preceding axis rules, except that nodes are always returned in document order. Merges multiple sets of preceding nodes in document order and removes duplicates. |
| Enumeration | Description | |
|---|---|---|
![]() | IteratorResult | Infrastructure. |
![]() | SetIteratorResult | Infrastructure. |
Show:


