Uses of Package
org.htmlunit.xpath.xml.utils
-
Packages that use org.htmlunit.xpath.xml.utils Package Description org.htmlunit.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.org.htmlunit.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.org.htmlunit.xpath.compiler Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation.org.htmlunit.xpath.xml.dtm.ref org.htmlunit.xpath.xml.utils Implementation of Xalan utility classes. -
Classes in org.htmlunit.xpath.xml.utils used by org.htmlunit.xpath Class Description NodeVector A very simple table that stores a list of Nodes.PrefixResolver The class that implements this interface can resolve prefixes to namespaces. -
Classes in org.htmlunit.xpath.xml.utils used by org.htmlunit.xpath.axes Class Description NodeVector A very simple table that stores a list of Nodes.PrefixResolver The class that implements this interface can resolve prefixes to namespaces.WrappedRuntimeException This class is for throwing important checked exceptions over non-checked methods. -
Classes in org.htmlunit.xpath.xml.utils used by org.htmlunit.xpath.compiler Class Description PrefixResolver The class that implements this interface can resolve prefixes to namespaces. -
Classes in org.htmlunit.xpath.xml.utils used by org.htmlunit.xpath.xml.dtm.ref Class Description SuballocatedIntVector A very simple table that stores a list of int. -
Classes in org.htmlunit.xpath.xml.utils used by org.htmlunit.xpath.xml.utils Class Description PrefixResolver The class that implements this interface can resolve prefixes to namespaces.