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 class XdmNodeKind
Instances of XdmNodeKind
represent the item types denoted in XPath as document-node()
,
element()
, attribute()
, text()
, and so on. These are all represented by singular named instances.
Field Summary | |
---|---|
static XdmNodeKind |
Document
The item type |
static XdmNodeKind |
Element
The item type |
static XdmNodeKind |
Attribute
The item type |
static XdmNodeKind |
Text
The item type |
static XdmNodeKind |
Comment
The item type |
static XdmNodeKind |
ProcessingInstruction
The item type |
static XdmNodeKind |
Namespace
The item type |
Method Summary | |
---|---|
static XdmNodeKind |
ForNode(XdmNode node) Get the item type representing the node kind of a supplied node |
static XdmNodeKind |
ForNodeType(System.Xml.XmlNodeType type)
Get the item type corresponding to an |
Field Detail |
---|
public static XdmNodeKind Document
The item type document-node()
public static XdmNodeKind Element
The item type element()
public static XdmNodeKind Attribute
The item type attribute()
public static XdmNodeKind Text
The item type text()
public static XdmNodeKind Comment
The item type comment()
public static XdmNodeKind ProcessingInstruction
The item type processing-instruction()
public static XdmNodeKind Namespace
The item type namespace-node()
Method Detail |
---|
Get the item type corresponding to an XmlNodeType
as defined in the System.Xml package
type
-
XmlNodeType
to be converted
XdmNodeKind
Get the item type representing the node kind of a supplied node
Parameters:node
-