Uses of Class
org.apache.xpath.SourceTreeManager
-
Packages that use SourceTreeManager Package Description org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. -
-
Uses of SourceTreeManager in org.apache.xpath
Methods in org.apache.xpath that return SourceTreeManager Modifier and Type Method Description SourceTreeManager
XPathContext. getSourceTreeManager()
Get the SourceTreeManager associated with this execution context.Methods in org.apache.xpath with parameters of type SourceTreeManager Modifier and Type Method Description void
XPathContext. setSourceTreeManager(SourceTreeManager mgr)
Set the SourceTreeManager associated with this execution context.
-