XmlPath Class

Definition

Defines XPath like information for OpenXmlElement.

public class XmlPath
type XmlPath = class
Public Class XmlPath
Inheritance
XmlPath

Constructors

XmlPath(OpenXmlElement)

Initializes a new instance of the XmlPath from the specified OpenXmlElement.

XmlPath(OpenXmlPart)

Initializes a new instance of the XmlPath from the specified OpenXmlPart.

Properties

Namespaces

Gets the namespace definitions used in XPath

NamespacesDefinitions
Obsolete.

Gets the namespace definitions used in XPath. Use Namespaces instead

PartUri

Gets the internal URI of the part relative to the package root.

XPath

Gets the XPath string.

Applies to