Properties
Link copied to clipboard
Returns the next node in the document tree, if any.
Link copied to clipboard
Returns the previous node in the document tree, if any.
Link copied to clipboard
Returns XPathExpression that represents path to this Node, or an empty expression if it is not available.
Functions
Link copied to clipboard
Evaluates the given expression for the node and returns XPathResult of the XPathResultType.ANY type.
public final static XPathResult evaluate(Node $self, XPathExpression expression, XPathResultType type)
public final static XPathResult evaluate(Node $self, XPathExpression expression, XPathResultType type)
Evaluates the given expression for the node and returns XPathResult of the given type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard