Interface XPathDocument
-
@Beta @Deprecated public interface XPathDocument
Deprecated.The notion of a document, modeled as aNormalizedNode
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NonNull NormalizedNode<?,?>
getRootNode()
Deprecated.Return the root node of this document.
-
-
-
Method Detail
-
getRootNode
@NonNull NormalizedNode<?,?> getRootNode()
Deprecated.Return the root node of this document.- Returns:
- This document's root node.
-
-