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 | |
---|---|---|
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. |
Nach oben
Eigenschaften
Name | Beschreibung | |
---|---|---|
Attributes | Gets the list of attributes of the current element (Setzt OpenXmlReader.Attributes außer Kraft.) | |
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.) | |
ElementType | Gets the type of the corresponding strong typed class of the current element. (Setzt OpenXmlReader.ElementType außer Kraft.) | |
Encoding | Gets the encoding of the XML file. (Setzt OpenXmlReader.Encoding außer Kraft.) | |
EOF | Gets a value indicating whether the reader is positioned at the end of the stream. (Setzt OpenXmlReader.EOF außer Kraft.) | |
HasAttributes | Gets a value indicating whether the current node has any attributes. (Geerbt von OpenXmlReader.) | |
IsEndElement | Gets a value indicating whether the current node is an element end. (Setzt OpenXmlReader.IsEndElement außer Kraft.) | |
IsMiscNode | Gets a value indicating whether the current node is an misc XML node (non element). (Setzt OpenXmlReader.IsMiscNode außer Kraft.) | |
IsStartElement | Gets a value indicating whether the current node is an element start. (Setzt OpenXmlReader.IsStartElement außer Kraft.) | |
LocalName | Gets the local name of the current node. (Setzt OpenXmlReader.LocalName außer Kraft.) | |
NamespaceDeclarations | Gets the namespace declarations in the current element. (Setzt OpenXmlReader.NamespaceDeclarations außer Kraft.) | |
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.) | |
Prefix | Gets the namespace prefix associated with the current node. (Setzt OpenXmlReader.Prefix außer Kraft.) | |
ReadMiscNodes | Get a value indicating whether the OpenXmlReader will read (or skip) all miscellaneous nodes. (Geerbt von OpenXmlReader.) | |
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 | |
---|---|---|
Close | Close the reader. (Setzt OpenXmlReader.Close() außer Kraft.) | |
Dispose() | Closes the reader, and releases all resources. (Geerbt von OpenXmlReader.) | |
Dispose(Boolean) | Closes the reader, and releases all resources. (Geerbt von OpenXmlReader.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetText | Gets the text of the element if the element is OpenXmlLeafTextElement. Return String.Empry for other elements. (Setzt OpenXmlReader.GetText() außer Kraft.) | |
GetType | (Geerbt von Object.) | |
LoadCurrentElement | Load the element at current cursor. (Setzt OpenXmlReader.LoadCurrentElement() außer Kraft.) | |
MemberwiseClone | (Geerbt von Object.) | |
Read | Move to next element. (Setzt OpenXmlReader.Read() außer Kraft.) | |
ReadFirstChild | Move to first child. (Setzt OpenXmlReader.ReadFirstChild() außer Kraft.) | |
ReadNextSibling | Move to next sibling element. (Setzt OpenXmlReader.ReadNextSibling() außer Kraft.) | |
Skip | Skips the children of the current node. (Setzt OpenXmlReader.Skip() außer Kraft.) | |
ThrowIfObjectDisposed | Throw if object is disposed. (Geerbt von OpenXmlReader.) | |
ToString | (Geerbt von Object.) |
Nach oben