Open |
The OpenXmlReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Close | Closes the reader. | |
| Create(OpenXmlElement) | Creates an OpenXmlReader from the OpenXmlElement (travel the DOM tree). | |
| Create(OpenXmlPart) | Creates an OpenXmlReader from the specified OpenXmlPart. | |
| Create(Stream) |
Creates an OpenXmlReader from the specified part stream.
Obsolete | |
| Create(OpenXmlElement, Boolean) | Creates an OpenXmlReader from the OpenXmlElement (travel the DOM tree). | |
| Create(OpenXmlPart, Boolean) | Creates an OpenXmlReader from the specified OpenXmlPart and Boolean values. | |
| Create(Stream, Boolean) |
Creates an OpenXmlReader from the specified part stream and Boolean values.
Obsolete | |
| Create(OpenXmlPart, Boolean, Boolean) | Creates an OpenXmlReader from the specified OpenXmlPart and Boolean values. | |
| Create(Stream, Boolean, Boolean) |
Creates an OpenXmlReader from the specified part stream and Boolean values.
Obsolete | |
| Dispose | Closes the reader, and releases all resources. | |
| 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. | |
| GetText | Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LoadCurrentElement | Loads the element at current cursor. | |
| Read | Moves to read the next element. | |
| ReadFirstChild | Moves to read the first child element. | |
| ReadNextSibling | Moves to read the next sibling element. | |
| Skip | Skips the child elements of the current node. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |