Library:Apache Jakarta Commons JXPath
Version:1.2
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons JXPath.
NamePackageDescription
AbstractFactoryorg.apache.commons.jxpathThe JXPathContext.createPath() method of JXPathContext can create missing objects as it traverses an XPath; it utilizes an AbstractFactory for that purpose.
AncestorContextorg.apache.commons.jxpath.ri.axesEvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.
AttributeContextorg.apache.commons.jxpath.ri.axesEvalContext that walks the "attribute::" axis.
BasicNodeSetorg.apache.commons.jxpathA simple implementation of NodeSet that behaves as a collection of pointers.
BasicTypeConverterorg.apache.commons.jxpath.utilThe default implementation of TypeConverter.
BasicVariablesorg.apache.commons.jxpathA basic implementation of the Variables interface that uses a HashMap.
BeanAttributeIteratororg.apache.commons.jxpath.ri.model.beansAn iterator of attributes of a JavaBean.
BeanPointerorg.apache.commons.jxpath.ri.model.beansA Pointer that points to a JavaBean or a collection.
BeanPointerFactoryorg.apache.commons.jxpath.ri.model.beansImplements NodePointerFactory for JavaBeans.
BeanPropertyPointerorg.apache.commons.jxpath.ri.model.beansPointer pointing to a property of a JavaBean.
ChildContextorg.apache.commons.jxpath.ri.axesEvalContext that can walk the "child::", "following-sibling::" and "preceding-sibling::" axes.
ClassFunctionsorg.apache.commons.jxpathExtension functions provided by a Java class.
CollectionAttributeNodeIteratororg.apache.commons.jxpath.ri.model.beansCombines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.
CollectionChildNodeIteratororg.apache.commons.jxpath.ri.model.beansCombines child node iterators of all elements of a collection into one aggregate child node iterator.
CollectionNodeIteratororg.apache.commons.jxpath.ri.model.beansCombines node iterators of all elements of a collection into one aggregate node iterator.
CollectionPointerorg.apache.commons.jxpath.ri.model.beansTransparent pointer to a collection (array or Collection).
CollectionPointerFactoryorg.apache.commons.jxpath.ri.model.beansImplements NodePointerFactory for stand-alone collections.
Constantorg.apache.commons.jxpath.ri.compilerA compile tree element containing a constant number or string.
Constantsorg.apache.commons.jxpath.servletString constants for this package.
ConstructorFunctionorg.apache.commons.jxpath.functionsAn extension function that creates an instance using a constructor.
ContainerPointerorg.apache.commons.jxpath.ri.model.containerTransparent pointer to a Container.
ContainerPointerFactoryorg.apache.commons.jxpath.ri.model.containerImplements NodePointerFactory for Container objects.
CoreFunctionorg.apache.commons.jxpath.ri.compilerAn element of the compile tree representing one of built-in functions like "position()" or "number()".
CoreOperationorg.apache.commons.jxpath.ri.compilerThe common subclass for tree elements representing core operations like "+", "- ", "*" etc.
CoreOperationAddorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "+".
CoreOperationAndorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "and".
CoreOperationCompareorg.apache.commons.jxpath.ri.compilerCommon superclass for the implementations of Expression for the operations "=" and "!=".
CoreOperationDivideorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "div".
CoreOperationEqualorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "=".
CoreOperationGreaterThanorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation ">".
CoreOperationGreaterThanOrEqualorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation ">=".
CoreOperationLessThanorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "<".
CoreOperationLessThanOrEqualorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "<=".
CoreOperationModorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "mod".
CoreOperationMultiplyorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "*".
CoreOperationNegateorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation unary "-".
CoreOperationNotEqualorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "!=".
CoreOperationOrorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "or".
CoreOperationSubtractorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "-".
CoreOperationUnionorg.apache.commons.jxpath.ri.compilerImplementation of Expression for the operation "|".
DescendantContextorg.apache.commons.jxpath.ri.axesAn EvalContext that walks the "descendant::" and "descendant-or-self::" axes.
DocumentContainerorg.apache.commons.jxpath.xmlAn XML document container reads and parses XML only when it is accessed.
DOMAttributeIteratororg.apache.commons.jxpath.ri.model.domAn iterator of attributes of a DOM Node.
DOMAttributePointerorg.apache.commons.jxpath.ri.model.domA Pointer that points to a DOM node.
DOMNamespaceIteratororg.apache.commons.jxpath.ri.model.domAn iterator of namespaces of a DOM Node.
DOMNodeIteratororg.apache.commons.jxpath.ri.model.domAn iterator of children of a DOM Node.
DOMNodePointerorg.apache.commons.jxpath.ri.model.domA Pointer that points to a DOM node.
DOMParserorg.apache.commons.jxpath.xmlAn implementation of the XMLParser interface that produces a DOM Document.
DOMPointerFactoryorg.apache.commons.jxpath.ri.model.domImplements NodePointerFactory for DOM elements.
DynaBeanPointerorg.apache.commons.jxpath.ri.model.dynabeansA Pointer that points to a DynaBean.
DynaBeanPointerFactoryorg.apache.commons.jxpath.ri.model.dynabeansImplements NodePointerFactory for DynaBeans.
DynaBeanPropertyPointerorg.apache.commons.jxpath.ri.model.dynabeansPointer pointing to a property of a DynaBean.
DynamicAttributeIteratororg.apache.commons.jxpath.ri.model.dynamicDynamicAttributeIterator is different from a regular BeanAttributeIterator in that given a property name it will always find that property (albeit with a null value).
DynamicPointerorg.apache.commons.jxpath.ri.model.dynamicA Pointer that points to an object with Dynamic Properties.
DynamicPointerFactoryorg.apache.commons.jxpath.ri.model.dynamicImplements NodePointerFactory for Dynamic classes like Map.
DynamicPropertyIteratororg.apache.commons.jxpath.ri.model.dynamicNo description provided.
DynamicPropertyPointerorg.apache.commons.jxpath.ri.model.dynamicPointer pointing to a property of an object with dynamic properties.
EvalContextorg.apache.commons.jxpath.riAn XPath evaluation context.
Expressionorg.apache.commons.jxpath.ri.compilerCommon superclass for several types of nodes in the parse tree.
Expression.PointerIteratororg.apache.commons.jxpath.ri.compilerNo description provided.
Expression.ValueIteratororg.apache.commons.jxpath.ri.compilerNo description provided.
ExpressionPathorg.apache.commons.jxpath.ri.compilerAn element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call: getFoo(.) /bar.
ExtensionFunctionorg.apache.commons.jxpath.ri.compilerRepresents an element of the parse tree representing an extension function call.
FunctionLibraryorg.apache.commons.jxpathAn object that aggregates Functions objects into a group Functions object.
HttpSessionAndServletContextorg.apache.commons.jxpath.servletJust a structure to hold a ServletRequest and ServletContext together.
HttpSessionHandlerorg.apache.commons.jxpath.servletImplementation of the DynamicPropertyHandler interface that provides access to attributes of a HttpSession.
InfoSetUtilorg.apache.commons.jxpath.riType conversions, XPath style.
InitialContextorg.apache.commons.jxpath.ri.axesA single-set EvalContext that provides access to the current node of the parent context and nothing else.
JDOMAttributeIteratororg.apache.commons.jxpath.ri.model.jdomAn iterator of attributes of a DOM Node.
JDOMAttributePointerorg.apache.commons.jxpath.ri.model.jdomA Pointer that points to a DOM node.
JDOMNamespaceIteratororg.apache.commons.jxpath.ri.model.jdomAn iterator of namespaces of a DOM Node.
JDOMNamespacePointerorg.apache.commons.jxpath.ri.model.jdomRepresents a namespace node.
JDOMNodeIteratororg.apache.commons.jxpath.ri.model.jdomAn iterator of children of a JDOM Node.
JDOMNodePointerorg.apache.commons.jxpath.ri.model.jdomA Pointer that points to a DOM node.
JDOMParserorg.apache.commons.jxpath.xmlAn implementation of the XMLParser interface that produces a JDOM Document.
JDOMPointerFactoryorg.apache.commons.jxpath.ri.model.jdomImplements NodePointerFactory for DOM elements.
JXPathBasicBeanInfoorg.apache.commons.jxpathAn implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
JXPathCompiledExpressionorg.apache.commons.jxpath.riNo description provided.
JXPathContextorg.apache.commons.jxpathJXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax.
JXPathContextFactoryorg.apache.commons.jxpathDefines a factory API that enables applications to obtain a JXPathContext instance.
JXPathContextFactoryReferenceImplorg.apache.commons.jxpath.riDefault implementation of JXPathContextFactory.
JXPathContextReferenceImplorg.apache.commons.jxpath.riThe reference implementation of JXPathContext.
JXPathIntrospectororg.apache.commons.jxpathJXPathIntrospector maintains a registry of JXPathBeanInfo objects for Java classes.
JXPathServletContextsorg.apache.commons.jxpath.servletStatic methods that allocate and cache JXPathContexts bound to PageContext, ServletRequest, HttpSession and ServletContext.
KeywordVariablesorg.apache.commons.jxpath.servletImplementation of the Variables interface that provides access to a single object using a reserved name (keyword).
LangAttributePointerorg.apache.commons.jxpath.ri.model.beansA Pointer that points to the "lang" attribute of a JavaBean.
LocationPathorg.apache.commons.jxpath.ri.compilerNo description provided.
MapDynamicPropertyHandlerorg.apache.commons.jxpathImplements the DynamicPropertyHandler interface for java.util.Map.
MethodFunctionorg.apache.commons.jxpath.functionsAn XPath extension function implemented as an individual Java method.
MethodLookupUtilsorg.apache.commons.jxpath.utilMethod lookup utilities, which find static and non-static methods as well as constructors based on a name and list of parameters.
NameAttributeTestorg.apache.commons.jxpath.ri.compilerCaptures the foo[@name=expr] expression.
NamespaceContextorg.apache.commons.jxpath.ri.axesEvalContext that walks the "namespace::" axis.
NamespacePointerorg.apache.commons.jxpath.ri.model.domRepresents a namespace node.
NamespaceResolverorg.apache.commons.jxpath.riThe reference implementation of JXPathContext.
NodeNameTestorg.apache.commons.jxpath.ri.compilerNo description provided.
NodePointerorg.apache.commons.jxpath.ri.modelCommon superclass for Pointers of all kinds.
NodeSetContextorg.apache.commons.jxpath.ri.axesA simple context that is based on a NodeSet.
NodeTestorg.apache.commons.jxpath.ri.compilerNo description provided.
NodeTypeTestorg.apache.commons.jxpath.ri.compilerNo description provided.
NullElementPointerorg.apache.commons.jxpath.ri.model.beansUsed when there is a need to construct a Pointer for a collection element that does not exist.
NullPointerorg.apache.commons.jxpath.ri.model.beansNo description provided.
NullPropertyPointerorg.apache.commons.jxpath.ri.model.beansNo description provided.
Operationorg.apache.commons.jxpath.ri.compilerNo description provided.
PackageFunctionsorg.apache.commons.jxpathExtension functions provided by Java classes.
PageContextHandlerorg.apache.commons.jxpath.servletImplementation of the DynamicPropertyHandler interface that provides access to attributes of a PageContext in all scopes.
PageScopeContextorg.apache.commons.jxpath.servletA lightweight wrapper for PageContext that restricts access to attributes of the "page" scope.
PageScopeContextHandlerorg.apache.commons.jxpath.servletImplementation of the DynamicPropertyHandler interface that provides access to attributes of a PageScopeContext.
ParentContextorg.apache.commons.jxpath.ri.axesEvalContext that walks the "parent::" axis.
Parserorg.apache.commons.jxpath.riXPath parser
Pathorg.apache.commons.jxpath.ri.compilerNo description provided.
PrecedingOrFollowingContextorg.apache.commons.jxpath.ri.axesEvalContext that walks the "preceding::" and "following::" axes.
PredicateContextorg.apache.commons.jxpath.ri.axesEvalContext that checks predicates.
ProcessingInstructionTestorg.apache.commons.jxpath.ri.compilerNo description provided.
PropertyIteratororg.apache.commons.jxpath.ri.model.beansIterates property values of an object pointed at with a PropertyOwnerPointer.
PropertyOwnerPointerorg.apache.commons.jxpath.ri.model.beansA pointer describing a node that has properties, each of which could be a collection.
PropertyPointerorg.apache.commons.jxpath.ri.model.beansA pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object.
QNameorg.apache.commons.jxpath.riA qualified name: a combination of an optional namespace prefix and an local name.
RootContextorg.apache.commons.jxpath.ri.axesEvalContext that is used to hold the root node for the path traversal.
SelfContextorg.apache.commons.jxpath.ri.axesEvalContext that returns the current node from the parent context if the test succeeds.
ServletContextHandlerorg.apache.commons.jxpath.servletImplementation of the DynamicPropertyHandler interface that provides access to attributes of a ServletContext.
ServletRequestAndContextorg.apache.commons.jxpath.servletJust a structure to hold a ServletRequest and ServletContext together.
ServletRequestHandlerorg.apache.commons.jxpath.servletImplementation of the DynamicPropertyHandler interface that provides access to attributes and parameters of a ServletRequest.
SimpleCharStreamorg.apache.commons.jxpath.ri.parserAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimplePathInterpreterorg.apache.commons.jxpath.ri.axesAn evaluation mechanism for simple XPaths, which is much faster than the usual process.
Steporg.apache.commons.jxpath.ri.compilerNo description provided.
Tokenorg.apache.commons.jxpath.ri.parserDescribes the input token stream.
TreeCompilerorg.apache.commons.jxpath.ri.compilerNo description provided.
TypeUtilsorg.apache.commons.jxpath.utilGlobal type conversion utilities.
UnionContextorg.apache.commons.jxpath.ri.axesEvalContext that represents a union between other contexts - result of a union operation like (a | b)
ValueUtilsorg.apache.commons.jxpath.utilCollection and property access utilities.
VariablePointerorg.apache.commons.jxpath.ri.modelPointer to a context variable.
VariableReferenceorg.apache.commons.jxpath.ri.compilerAn element of the compile tree holding a variable reference.
XMLDocumentContainerorg.apache.commons.jxpathAn XML document container reads and parses XML only when it is accessed.
XMLParser2org.apache.commons.jxpath.xmlThe abstract superclass of XML parsers that produce DOM Documents.
XPathParserorg.apache.commons.jxpath.ri.parserNo description provided.
XPathParserTokenManagerorg.apache.commons.jxpath.ri.parserNo description provided.
Search