XmlPath Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |