Freigeben über


OpenXmlReader-Member

Geschützte Member einschließen
Geerbte Member einschließen

Defines the OpenXmlReader.

Vom OpenXmlReader-Typ werden die folgenden Member offengelegt.

Konstruktoren

  Name Beschreibung
Geschützte Methode OpenXmlReader() Initializes a new instance of the OpenXmlReader.
Geschützte Methode OpenXmlReader(Boolean) Initializes a new instance of the OpenXmlReader.

Nach oben

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Attributes Gets the list of attributes of the current element
Öffentliche Eigenschaft Depth Gets the depth of the current node in the XML document. The depth of the root element is 0.
Öffentliche Eigenschaft ElementType Gets the type of the corresponding strong typed class of the current element.
Öffentliche Eigenschaft Encoding Gets the encoding of the XML file.
Öffentliche Eigenschaft EOF When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.
Öffentliche Eigenschaft HasAttributes Gets a value indicating whether the current node has any attributes.
Öffentliche Eigenschaft IsEndElement When overridden in a derived class, gets a value indicating whether the current node is an element end.
Öffentliche Eigenschaft IsMiscNode When overridden in a derived class, gets a value indicating whether the current node is an misc XML node (non element).
Öffentliche Eigenschaft IsStartElement When overridden in a derived class, gets a value indicating whether the current node is an element start.
Öffentliche Eigenschaft LocalName When overridden in a derived class, gets the local name of the current node.
Öffentliche Eigenschaft NamespaceDeclarations Gets the namespace declarations in the current element.
Öffentliche Eigenschaft NamespaceUri When overridden in a derived class, gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
Öffentliche Eigenschaft Prefix When overridden in a derived class, gets the namespace prefix associated with the current node.
Öffentliche Eigenschaft ReadMiscNodes Get a value indicating whether the OpenXmlReader will read (or skip) all miscellaneous nodes.
Öffentliche Eigenschaft StandaloneXml Gets the standalone property in the XML declaration of the XML stream. Default is null.

Nach oben

Methoden

  Name Beschreibung
Öffentliche Methode Close Close the reader.
Öffentliche MethodeStatischer Member Create(Stream) Create an OpenXmlReader from the part stream
Öffentliche MethodeStatischer Member Create(OpenXmlElement) Create an OpenXmlReader from the OpenXmlElement (travel the DOM tree).
Öffentliche MethodeStatischer Member Create(OpenXmlPart) Create an OpenXmlReader from the OpenXmlPart.
Öffentliche MethodeStatischer Member Create(Stream, Boolean) Create an OpenXmlReader from the part stream
Öffentliche MethodeStatischer Member Create(OpenXmlElement, Boolean) Create an OpenXmlReader from the OpenXmlElement (travel the DOM tree).
Öffentliche MethodeStatischer Member Create(OpenXmlPart, Boolean) Create an OpenXmlReader from the OpenXmlPart.
Öffentliche Methode Dispose() Closes the reader, and releases all resources.
Geschützte Methode Dispose(Boolean) Closes the reader, and releases all resources.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetText Gets the text of the element if the element is OpenXmlLeafTextElement. Return String.Empry for other elements.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadCurrentElement Load the element at current cursor.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Read Move to next element.
Öffentliche Methode ReadFirstChild Move to first child.
Öffentliche Methode ReadNextSibling Move to next sibling element.
Öffentliche Methode Skip Skips the children of the current node.
Geschützte Methode ThrowIfObjectDisposed Throw if object is disposed.
Öffentliche Methode ToString (Geerbt von Object.)

Nach oben

Siehe auch

Referenz

OpenXmlReader Klasse

DocumentFormat.OpenXml-Namespace