OpenXmlPartReader Members
Include Protected Members
Include Inherited Members
Defines the OpenXmlPartReader.
The OpenXmlPartReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
OpenXmlPartReader(Stream) | Initializes a new instance of the OpenXmlPartReader. |
![]() |
OpenXmlPartReader(OpenXmlPart) | Initializes a new instance of the OpenXmlPartReader. |
![]() |
OpenXmlPartReader(Stream, Boolean) | Initializes a new instance of the OpenXmlPartReader. |
![]() |
OpenXmlPartReader(OpenXmlPart, Boolean) | Initializes a new instance of the OpenXmlPartReader. |
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. (Overrides OpenXmlReader.Encoding.) |
![]() |
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 | Get the standalone property of the XML file. False if there is no "standalone" in the XML declaration stream. (Overrides OpenXmlReader.StandaloneXml.) |
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