Click or drag to resize

XmlPath Class

Defines XPath like information for OpenXmlElement.
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlXmlPath

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public class XmlPath

The XmlPath type exposes the following members.

Constructors
 NameDescription
Public methodXmlPath(OpenXmlElement) Initializes a new instance of the XmlPath from the specified OpenXmlElement.
Public methodXmlPath(OpenXmlPart) Initializes a new instance of the XmlPath from the specified OpenXmlPart.
Top
Properties
 NameDescription
Public propertyNamespaces Gets the namespace definitions used in XPath
Public propertyPartUri Gets the internal URI of the part relative to the package root.
Public propertyXPath Gets the XPath string.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also