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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public class XmlPath

The XmlPath type exposes the following members.

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