Class DocumentBuilder
Class DomDestination
Class DynamicContext
Class DynamicError
Class EmptyEnumerator
Class ExtensionFunctionCall
Class InvalidityHandlerWrapper
Class NamespaceConstant
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class Serializer
Class StandardLogger
Class StaticContext
Class StaticError
Class TextWriterDestination
Class WhitespacePolicy
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAnyFunctionType
Class XdmAnyItemType
Class XdmAnyNodeType
Class XdmArray
Class XdmAtomicType
Class XdmAtomicValue
Class XdmDestination
- Class TreeProtector
Class XdmEmptySequence
Class XdmExternalObjectValue
Class XdmFunctionItem
Class XdmItem
Class XdmItemType
Class XdmMap
Class XdmNode
Class XdmNodeKind
Class XdmSequenceType
Class XdmValue
Class XmlDestination
Class Xslt30Transformer
Class XsltCompiler
Class XsltExecutable
- Class ParameterDetails
Class XsltPackage
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum XdmAxis
Interface IInvalidityHandler
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXdmEnumerator
Interface IXmlLocation
Interface SchemaResolver
public enum XdmAxis
Enumeration identifying the thirteen XPath axes
Field Summary | |
---|---|
|
Ancestor The XPath ancestor axis |
|
AncestorOrSelf The XPath ancestor-or-self axis |
|
Attribute The XPath attribute axis |
|
Child The XPath child axis |
|
Descendant The XPath descendant axis |
|
DescendantOrSelf The XPath descandant-or-self axis |
|
Following The XPath following axis |
|
FollowingSibling The XPath following-sibling axis |
|
Namespace The XPath namespace axis |
|
Parent The XPath parent axis |
|
Preceding The XPath preceding axis |
|
PrecedingSibling The XPath preceding-sibling axis |
|
Self The XPath self axis |
Field Detail |
---|
public Ancestor
The XPath ancestor axis
public AncestorOrSelf
The XPath ancestor-or-self axis
public Attribute
The XPath attribute axis
public Child
The XPath child axis
public Descendant
The XPath descendant axis
public DescendantOrSelf
The XPath descandant-or-self axis
public Following
The XPath following axis
public FollowingSibling
The XPath following-sibling axis
public Namespace
The XPath namespace axis
public Parent
The XPath parent axis
public Preceding
The XPath preceding axis
public PrecedingSibling
The XPath preceding-sibling axis
public Self
The XPath self axis