Uses of Interface
com.japisoft.xpath.XPathKit

Packages that use XPathKit
com.japisoft.xpath   
com.japisoft.xpath.kit   
 

Uses of XPathKit in com.japisoft.xpath
 

Classes in com.japisoft.xpath that implement XPathKit
 class AbstractKit
          Basic kit.
 

Constructors in com.japisoft.xpath with parameters of type XPathKit
XPath(XPathKit kit)
          Here we pass a kit specific to the XML tree format like DOM, JDOM, fastParser lightweight node
XPathContext(java.lang.Object refNode, XPathKit kit)
          Set this XPathContext with the following node.
 

Uses of XPathKit in com.japisoft.xpath.kit
 

Classes in com.japisoft.xpath.kit that implement XPathKit
 class DOMKit
          Sample of XPathKit for DOM
 class FastParserKit
          Sample of XPathKit for FastParser lightweight node : SimpleNode