Name | Description | |
---|---|---|
NDomPath Constructor | Overloaded. |
The following tables list the members exposed by NDomPath.
Name | Description | |
---|---|---|
NDomPath Constructor | Overloaded. |
Name | Description | |
---|---|---|
DeepClone | Creates an identical copy of this object. | |
Equals | ||
FromAncestorToNode | Creates a path from the specified ancestor to the specified node | |
FromDocumentToElement | Creates a path to the specified element from the specified document | |
FromDocumentToNode | Creates a path to the specified node from the specified document | |
FromNodeToAncestor | Creates a path from the specified node to the specified ancestor | |
FromNodeToNode | Creates a path from the specified node to the specified node | |
GetHashCode | Overriden because Equals was overriden | |
Parse | Creates a NDomPath instance from its string representation | |
Select | Selects the node identified by this path, by traversing the path from the specified origin node. | |
ToString | Overriden to generate the string representation of a DOM path, which is a concatenation of the contained steps, divided by the '\' character. |