XDLSReader
NodeType Property
|
Gets the type of the node.
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public XmlNodeType NodeType { get; }
Public ReadOnly Property NodeType As XmlNodeType
Get
public:
virtual property XmlNodeType NodeType {
XmlNodeType get () sealed;
}
abstract NodeType : XmlNodeType with get
override NodeType : XmlNodeType with get
Property Value
Type:
XmlNodeType
The type of the node.
Implements
IXDLSContentReader
NodeType
See Also