![]() | Open |
The OpenXmlPartReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpenXmlPartReader(OpenXmlPart) | Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart class. |
![]() | OpenXmlPartReader(Stream) |
Initializes a new instance of the OpenXmlPartReader class using the supplied stream.
Obsolete |
![]() | OpenXmlPartReader(OpenXmlPart, OpenXmlPartReaderOptions) | Initializes a new instance of the OpenXmlPartReader class. |
![]() | OpenXmlPartReader(OpenXmlPart, Boolean) | Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart and Boolean values. |
![]() | OpenXmlPartReader(Stream, Boolean) |
Initializes a new instance of the OpenXmlPartReader class using the supplied stream and Boolean values.
Obsolete |
![]() | OpenXmlPartReader(OpenXmlPart, Boolean, Boolean) | Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart and Boolean values. |
![]() | OpenXmlPartReader(Stream, IFeatureCollection, OpenXmlPartReaderOptions) | Initializes a new instance of the OpenXmlPartReader class. |
![]() | OpenXmlPartReader(Stream, Boolean, Boolean) |
Initializes a new instance of the OpenXmlPartReader class using the supplied stream and Boolean values.
Obsolete |
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 strongly typed class of the current element.
(Overrides OpenXmlReaderElementType) |
![]() | Encoding |
Gets the encoding of the XML file.
(Overrides OpenXmlReaderEncoding) |
![]() | 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 of the XML file. Returns false if there is no "standalone" in the XML declaration stream.
(Overrides OpenXmlReaderStandaloneXml) |
Name | Description | |
---|---|---|
![]() | Close |
Closes the reader.
(Overrides OpenXmlReaderClose) |
![]() | Dispose |
Closes the reader, and releases all resources.
(Inherited from OpenXmlReader) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetLineInfo |
Gets an instance of IXmlLineInfo if available for the current reader.
(Overrides OpenXmlReaderGetLineInfo) |
![]() | GetText |
Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
(Overrides OpenXmlReaderGetText) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | LoadCurrentElement |
Loads the element at current cursor.
(Overrides OpenXmlReaderLoadCurrentElement) |
![]() | Read |
Moves to read the next element.
(Overrides OpenXmlReaderRead) |
![]() | ReadFirstChild |
Moves to read the first child element.
(Overrides OpenXmlReaderReadFirstChild) |
![]() | ReadNextSibling |
Moves to read the next sibling element.
(Overrides OpenXmlReaderReadNextSibling) |
![]() | Skip |
Skips the child elements of the current node.
(Overrides OpenXmlReaderSkip) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |