Click or drag to resize

TypedOpenXmlPartReader Properties

The TypedOpenXmlPartReader type exposes the following members.

Properties
 NameDescription
Public propertyAttributes Gets the list of attributes of the current element.
(Inherited from OpenXmlPartReader)
Public propertyDepth Gets the depth of the current node in the XML document. The depth of the root element is 0.
(Inherited from OpenXmlPartReader)
Public propertyElementType Gets the type of the corresponding strongly typed class of the current element.
(Inherited from OpenXmlPartReader)
Public propertyEncoding Gets the encoding of the XML file.
(Inherited from OpenXmlPartReader)
Public propertyEOF Gets a value indicating whether the reader is positioned at the end of the stream.
(Inherited from OpenXmlPartReader)
Public propertyHasAttributes Gets a value indicating whether the current node has any attributes.
(Inherited from OpenXmlReader)
Public propertyIsEndElement Gets a value indicating whether the current node is an element end.
(Inherited from OpenXmlPartReader)
Public propertyIsMiscNode Gets a value indicating whether the current node is a miscellaneous XML node (non element).
(Inherited from OpenXmlPartReader)
Public propertyIsStartElement Gets a value indicating whether the current node is an element start.
(Inherited from OpenXmlPartReader)
Public propertyLocalName Gets the local name of the current node.
(Inherited from OpenXmlPartReader)
Public propertyNamespaceDeclarations Gets the namespace declarations of the current element.
(Inherited from OpenXmlPartReader)
Public propertyNamespaceUri Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
(Inherited from OpenXmlPartReader)
Public propertyPrefix Gets the namespace prefix associated with the current node.
(Inherited from OpenXmlPartReader)
Public propertyReadMiscNodes Gets a value indicating whether the OpenXmlReader will read or skip all miscellaneous nodes.
(Inherited from OpenXmlReader)
Public propertyStandaloneXml Gets the standalone property of the XML file. Returns false if there is no "standalone" in the XML declaration stream.
(Inherited from OpenXmlPartReader)
Top
See Also