Open |
The OpenXmlElement type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildElements | Gets all the child nodes of the current element. | |
| ExtendedAttributes | Gets all extended attributes (attributes not defined in the schema) of the current element. | |
| Features | Gets a IFeatureCollection for the current element. This feature collection will be read-only, but will inherit features from its parent part and package if available. | |
| FirstChild | Gets the first child of the OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element. | |
| HasAttributes | Gets a value indicating whether the current element has any attributes. | |
| HasChildren | Gets a value indicating whether the current element has any child elements. | |
| InnerText | Gets or sets the concatenated values of the node and all of its children. | |
| InnerXml | Gets or sets the markup that represents only the child elements of the current element. | |
| LastChild | Gets the last child of the OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element. | |
| LocalName | Gets the local name of the current element. | |
| MCAttributes | Gets or sets the markup compatibility attributes. Returns null if no markup compatibility attributes are defined for the current element. | |
| NamespaceDeclarations | Gets all the namespace declarations defined in the current element. Returns an empty enumerator if there is no namespace declaration. | |
| NamespaceUri | Gets the namespace URI of the current element. | |
| OpenXmlElementContext | Gets the OpenXmlElementContext of the current element. | |
| OuterXml | Gets the markup that represents the current element and all of its child elements. | |
| Parent | Gets the parent element of the current element. | |
| Prefix | Gets the namespace prefix of current element. | |
| XmlQualifiedName | Gets the qualified name of the current element. | |
| XName | Gets the qualified name of the current element. |