Freigeben über


OpenXmlPartReader-Member

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

Defines the OpenXmlPartReader.

Vom OpenXmlPartReader-Typ werden die folgenden Member offengelegt.

Konstruktoren

  Name Beschreibung
Öffentliche Methode OpenXmlPartReader(Stream) Initializes a new instance of the OpenXmlPartReader.
Öffentliche Methode OpenXmlPartReader(OpenXmlPart) Initializes a new instance of the OpenXmlPartReader.
Öffentliche Methode OpenXmlPartReader(Stream, Boolean) Initializes a new instance of the OpenXmlPartReader.
Öffentliche Methode OpenXmlPartReader(OpenXmlPart, Boolean) Initializes a new instance of the OpenXmlPartReader.

Nach oben

Eigenschaften

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

Nach oben

Methoden

  Name Beschreibung
Öffentliche Methode Close Close the reader. (Setzt OpenXmlReader.Close() außer Kraft.)
Öffentliche Methode Dispose() Closes the reader, and releases all resources. (Geerbt von OpenXmlReader.)
Geschützte Methode Dispose(Boolean) Closes the reader, and releases all resources. (Geerbt von OpenXmlReader.)
Ö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. (Setzt OpenXmlReader.GetText() außer Kraft.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadCurrentElement Load the element at current cursor. (Setzt OpenXmlReader.LoadCurrentElement() außer Kraft.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Read Move to next element. (Setzt OpenXmlReader.Read() außer Kraft.)
Öffentliche Methode ReadFirstChild Move to first child. (Setzt OpenXmlReader.ReadFirstChild() außer Kraft.)
Öffentliche Methode ReadNextSibling Move to next sibling element. (Setzt OpenXmlReader.ReadNextSibling() außer Kraft.)
Öffentliche Methode Skip Skips the children of the current node. (Setzt OpenXmlReader.Skip() außer Kraft.)
Geschützte Methode ThrowIfObjectDisposed Throw if object is disposed. (Geerbt von OpenXmlReader.)
Öffentliche Methode ToString (Geerbt von Object.)

Nach oben

Siehe auch

Referenz

OpenXmlPartReader Klasse

DocumentFormat.OpenXml-Namespace