OpenXmlDomReader Members
Include Protected Members
Include Inherited Members
Defines the OpenXmlDomReader.
The OpenXmlDomReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenXmlDomReader(OpenXmlElement) | Initializes a new instance of the OpenXmlDomReader. | |
OpenXmlDomReader(OpenXmlElement, Boolean) | Initializes a new instance of the OpenXmlDomReader. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets the list of attributes of the current element (Overrides OpenXmlReader.Attributes.) | |
Depth | Gets the depth of the current node in the XML document. The depth of the root element is 0. (Overrides OpenXmlReader.Depth.) | |
ElementType | Gets the type of the corresponding strong typed class of the current element. (Overrides OpenXmlReader.ElementType.) | |
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 OpenXmlReader.EOF.) | |
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 OpenXmlReader.IsEndElement.) | |
IsMiscNode | Gets a value indicating whether the current node is an misc XML node (non element). (Overrides OpenXmlReader.IsMiscNode.) | |
IsStartElement | Gets a value indicating whether the current node is an element start. (Overrides OpenXmlReader.IsStartElement.) | |
LocalName | Gets the local name of the current node. (Overrides OpenXmlReader.LocalName.) | |
NamespaceDeclarations | Gets the namespace declarations in the current element. (Overrides OpenXmlReader.NamespaceDeclarations.) | |
NamespaceUri | Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. (Overrides OpenXmlReader.NamespaceUri.) | |
Prefix | Gets the namespace prefix associated with the current node. (Overrides OpenXmlReader.Prefix.) | |
ReadMiscNodes | Get 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. Default is null. (Inherited from OpenXmlReader.) |
Top
Methods
Name | Description | |
---|---|---|
Close | Close the reader. (Overrides OpenXmlReader.Close().) | |
Dispose() | Closes the reader, and releases all resources. (Inherited from OpenXmlReader.) | |
Dispose(Boolean) | Closes the reader, and releases all resources. (Inherited from OpenXmlReader.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetText | Gets the text of the element if the element is OpenXmlLeafTextElement. Return String.Empry for other elements. (Overrides OpenXmlReader.GetText().) | |
GetType | (Inherited from Object.) | |
LoadCurrentElement | Load the element at current cursor. (Overrides OpenXmlReader.LoadCurrentElement().) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Move to next element. (Overrides OpenXmlReader.Read().) | |
ReadFirstChild | Move to first child. (Overrides OpenXmlReader.ReadFirstChild().) | |
ReadNextSibling | Move to next sibling element. (Overrides OpenXmlReader.ReadNextSibling().) | |
Skip | Skips the children of the current node. (Overrides OpenXmlReader.Skip().) | |
ThrowIfObjectDisposed | Throw if object is disposed. (Inherited from OpenXmlReader.) | |
ToString | (Inherited from Object.) |
Top