C# (CSharp) System.Xml.Xsl Namespace

Nested Namespaces

System.Xml.Xsl.IlGen
System.Xml.Xsl.Qil
System.Xml.Xsl.Runtime
System.Xml.Xsl.XPath
System.Xml.Xsl.Xslt
System.Xml.Xsl.XsltOld

Classes

Name Description
Int32Pair
NoOperationDebugger
QueryReaderSettings
SourceLineInfo
StringPair
XPathConvert
XPathConvert.BigInteger
XPathConvert.BigNumber
XPathConvert.FloatingDecimal
XmlCommand Executable query object that is produced by a QilExpression -> Executable generator. Implementations should be stateless so that Execute can be concurrently called by multiple threads.
XmlILCommand This is the executable command generated by the XmlILGenerator.
XmlILGenerator This internal class is the entry point for creating Msil assemblies from QilExpression.
XmlILQueryEventArgs This is a simple implementation of MessageEventArgs.
XmlQualifiedNameTest XmlQualifiedName extends XmlQualifiedName to support wildcards and adds nametest functionality Following are the examples: {A}:B XmlQualifiedNameTest.New("B", "A") Match QName with namespace A and local name B * XmlQualifiedNameTest.New(null, null) Match any QName {A}:* XmlQualifiedNameTest.New(null, "A") Match QName with namespace A and any local name XmlQualifiedNameTest.New("A", false) *:B XmlQualifiedNameTest.New("B", null) Match QName with any namespace and local name B ~{A}:* XmlQualifiedNameTest.New("B", "A") Match QName with namespace not A and any local name {~A}:B only as a result of the intersection Match QName with namespace not A and local name B
XmlQueryCardinality Cardinality of part of XmlQueryType struct is being used because enum doesn't allow members
XmlQueryTypeFactory This class is the only way to create concrete instances of the abstract XmlQueryType class. Once basic types have been created, they can be combined and transformed in various ways.
XmlQueryTypeFactory.ChoiceType Implementation of XmlQueryType that composes a choice of various prime types.
XmlQueryTypeFactory.ItemType Implementation of XmlQueryType for singleton types.
XmlQueryTypeFactory.SequenceType Implementation of XmlQueryType that modifies the cardinality of a composed type.
XslCompiledTransform
XslLoadException
XslTransform
XslTransform.DebuggerAddapter
XslTransformException
XsltArgumentList
XsltCompileException
XsltContext
XsltException
XsltMessageEncounteredEventArgs
XsltSettings