Library:Apache Jakarta Commons JXPath
Version:1.2
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons JXPath.
NamePackageDescription
CompiledExpressionorg.apache.commons.jxpathRepresents a compiled XPath.
Compilerorg.apache.commons.jxpath.riThe Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.
Containerorg.apache.commons.jxpathA Container is an object implementing an indirection mechanism transparent to JXPath.
DynamicPropertyHandlerorg.apache.commons.jxpathA generic mechanism for accessing collections of name/value pairs.
ExpressionContextorg.apache.commons.jxpathIf an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.
Functionorg.apache.commons.jxpathExtension function interface.
Functionsorg.apache.commons.jxpathA group of Function objects sharing a common namespace or a set of common namespaces.
IdentityManagerorg.apache.commons.jxpathA delegate of JXPathContext that implements the XPath "id()" function.
JXPathBeanInfoorg.apache.commons.jxpathJXPathBeanInfo is similar to java.beans.BeanInfo in that it describes properties of a JavaBean class.
KeyManagerorg.apache.commons.jxpathA delegate of JXPathContext that implements the XPath "key()" function.
NodeIteratororg.apache.commons.jxpath.ri.modelDefinition for an iterator for all kinds of Nodes.
NodePointerFactoryorg.apache.commons.jxpath.ri.modelCreates NodePointers for objects of a certain type.
NodeSetorg.apache.commons.jxpathNodeSet interface can be used as the type of an argument of an extension function.
Pointerorg.apache.commons.jxpathPointers represent locations of objects and their properties in Java object graphs.
TypeConverterorg.apache.commons.jxpath.utilA type converter can be installed on TypeUtils to introduce additional type conversions for JXPath.
Variablesorg.apache.commons.jxpathVariables provide access to a global set of values accessible via XPath.
XMLParserorg.apache.commons.jxpath.xmlCommon interface for XML parsers.
XPathParserConstantsorg.apache.commons.jxpath.ri.parserNo description provided.
Search