Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.commons.jxpath

Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath
AbstractFactory
          The JXPathContext.createPath() 55 method of JXPathContext can create missing objects as it traverses an XPath; it utilizes an AbstractFactory for that purpose.
CompiledExpression
          Represents a compiled XPath.
Container
          A Container is an object implementing an indirection mechanism transparent to JXPath.
DynamicPropertyHandler
          A generic mechanism for accessing collections of name/value pairs.
ExpressionContext
          If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.
Function
          Extension function interface.
Functions
          A group of Function objects sharing a common namespace or a set of common namespaces.
IdentityManager
          A delegate of JXPathContext that implements the XPath "id()" function.
JXPathBeanInfo
          JXPathBeanInfo is similar to java.beans.BeanInfo in that it describes properties of a JavaBean class.
JXPathContext
          JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax.
JXPathContextFactory
          Defines a factory API that enables applications to obtain a JXPathContext instance.
JXPathContextFactoryConfigurationError
          Thrown when a problem with configuration with the JXPathContextFactories exists.
KeyManager
          A delegate of JXPathContext that implements the XPath "key()" function.
NestedTestBean
          A general purpose JavaBean for JUnit tests for the "jxpath" component.
NodeSet
          NodeSet interface can be used as the type of an argument of an extension function.
PackageFunctions
          Extension functions provided by Java classes.
Pointer
          Pointers represent locations of objects and their properties in Java object graphs.
TestBean
          General purpose test bean for JUnit tests for the "jxpath" component.
TestNull
          General purpose test bean for JUnit tests for the "jxpath" component.
Variables
          Variables provide access to a global set of values accessible via XPath.