![]() | Open |
The OpenXmlDomReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the list of attributes of the current element.
(Overrides OpenXmlReaderAttributes) |
![]() | Depth |
Gets the depth of the current node in the XML document. The depth of the root element is 0.
(Overrides OpenXmlReaderDepth) |
![]() | ElementType |
Gets the type of the corresponding strong typed class of the current element.
(Overrides OpenXmlReaderElementType) |
![]() | Encoding |
Gets the encoding of the XML file.
(Inherited from OpenXmlReader) |
![]() | EOF |
Gets a value indicating whether the reader is positioned at the end of the stream.
(Overrides OpenXmlReaderEOF) |
![]() | HasAttributes |
Gets a value indicating whether the current node has any attributes.
(Inherited from OpenXmlReader) |
![]() | IsEndElement |
Gets a value indicating whether the current node is an element end.
(Overrides OpenXmlReaderIsEndElement) |
![]() | IsMiscNode |
Gets a value indicating whether the current node is a miscellaneous XML node (non element).
(Overrides OpenXmlReaderIsMiscNode) |
![]() | IsStartElement |
Gets a value indicating whether the current node is an element start.
(Overrides OpenXmlReaderIsStartElement) |
![]() | LocalName |
Gets the local name of the current node.
(Overrides OpenXmlReaderLocalName) |
![]() | NamespaceDeclarations |
Gets the namespace declarations of the current element.
(Overrides OpenXmlReaderNamespaceDeclarations) |
![]() | NamespaceUri |
Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
(Overrides OpenXmlReaderNamespaceUri) |
![]() | Prefix |
Gets the namespace prefix associated with the current node.
(Overrides OpenXmlReaderPrefix) |
![]() | ReadMiscNodes |
Gets a value indicating whether the OpenXmlReader will read or skip all miscellaneous nodes.
(Inherited from OpenXmlReader) |
![]() | StandaloneXml |
Gets the standalone property in the XML declaration of the XML stream. The default value is null.
(Inherited from OpenXmlReader) |