Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.jxpath.ri Classes and Interfaces - 113 results found.
NameDescriptionTypePackageFramework
AncestorContextEvalContext that walks the ancestor:: and ancestor-or-self:: axes.Classorg.apache.commons.jxpath.ri.axesApache Commons
AttributeContextEvalContext that walks the attribute:: axis.Classorg.apache.commons.jxpath.ri.axesApache Commons
BeanAttributeIteratorAn iterator of attributes of a JavaBean.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
BeanPointerA Pointer that points to a JavaBean or a collection.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
BeanPointerFactoryClassorg.apache.commons.jxpath.ri.model.beansApache Commons
BeanPropertyPointerPointer pointing to a property of a JavaBean.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
ChildContextEvalContext that can walk the child::, following-sibling:: and preceding-sibling:: axes.Classorg.apache.commons.jxpath.ri.axesApache Commons
CollectionAttributeNodeIteratorCombines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionChildNodeIteratorCombines child node iterators of all elements of a collection into one aggregate child node iterator.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionNodeIteratorCombines node iterators of all elements of a collection into one aggregate node iterator.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionPointerTransparent pointer to a collection (array or Collection).Classorg.apache.commons.jxpath.ri.model.beansApache Commons
CollectionPointerFactoryClassorg.apache.commons.jxpath.ri.model.beansApache Commons
CompilerThe Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.Interfaceorg.apache.commons.jxpath.riApache Commons
ConstantA compile tree element containing a constant number or string.Classorg.apache.commons.jxpath.ri.compilerApache Commons
ContainerPointerTransparent pointer to a Container.Classorg.apache.commons.jxpath.ri.model.containerApache Commons
ContainerPointerFactoryClassorg.apache.commons.jxpath.ri.model.containerApache Commons
CoreFunctionAn element of the compile tree representing one of built-in functions like position() or number().Classorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationThe common subclass for tree elements representing core operations like +,Version:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationAddClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationAndClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationCompareCommon superclass for the implementations of Expression for the operationsVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationDivideClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationGreaterThanClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationGreaterThanOrEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationLessThanClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationLessThanOrEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationModClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationMultiplyClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationNegateClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationNotEqualClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationOrClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationRelationalExpressionBase implementation of Expression for the operations >, >=, <, <=.Classorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationSubtractClassorg.apache.commons.jxpath.ri.compilerApache Commons
CoreOperationUnionClassorg.apache.commons.jxpath.ri.compilerApache Commons
DescendantContextAn EvalContext that walks the descendant:: and descendant-or-self::Version:$Revision: 670727 $ $Date: 2008-06-23 22:10:38 +0200 (Mo, 23 Jun 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.axesApache Commons
DOMAttributeIteratorAn iterator of attributes of a DOM Node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMAttributePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMNamespaceIteratorAn iterator of namespaces of a DOM Node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMNodeIteratorAn iterator of children of a DOM Node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMNodePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
DOMPointerFactoryClassorg.apache.commons.jxpath.ri.model.domApache Commons
DynaBeanPointerA Pointer that points to a DynaBean.Classorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
DynaBeanPointerFactory Apache Commons BeanUtilsVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
DynaBeanPropertyPointerPointer pointing to a property of a DynaBean.Classorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
DynamicAttributeIteratorDynamicAttributeIterator is different from a regular BeanAttributeIterator in that given a property name itClassorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPointerA Pointer that points to an object with Dynamic Properties.Classorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPointerFactoryClassorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPropertyIteratorClassorg.apache.commons.jxpath.ri.model.dynamicApache Commons
DynamicPropertyPointerPointer pointing to a property of an object with dynamic properties.Classorg.apache.commons.jxpath.ri.model.dynamicApache Commons
EvalContextAn XPath evaluation context.Classorg.apache.commons.jxpath.riApache Commons
ExpressionCommon superclass for several types of nodes in the parse tree.Classorg.apache.commons.jxpath.ri.compilerApache Commons
Expression .PointerIteratorClassorg.apache.commons.jxpath.ri.compiler.ExpressionApache Commons
Expression .ValueIteratorClassorg.apache.commons.jxpath.ri.compiler.ExpressionApache Commons
ExpressionPathAn element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call: getFoo(.Classorg.apache.commons.jxpath.ri.compilerApache Commons
ExtensionFunctionRepresents an element of the parse tree representing an extension functionVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.compilerApache Commons
InfoSetUtilType conversions, XPath style.Classorg.apache.commons.jxpath.riApache Commons
InitialContextA single-set EvalContext that provides access to the current node of the parent context and nothing else.Classorg.apache.commons.jxpath.ri.axesApache Commons
JDOMAttributeIteratorAn iterator of attributes of a DOM Node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMAttributePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNamespaceIteratorAn iterator of namespaces of a DOM Node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNamespacePointerRepresents a namespace node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNodeIteratorAn iterator of children of a JDOM Node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMNodePointerA Pointer that points to a DOM node.Classorg.apache.commons.jxpath.ri.model.jdomApache Commons
JDOMPointerFactoryClassorg.apache.commons.jxpath.ri.model.jdomApache Commons
JXPathCompiledExpressionRI of CompiledExpression.Classorg.apache.commons.jxpath.riApache Commons
JXPathContextFactoryReferenceImplDefault implementation of JXPathContextFactory.Classorg.apache.commons.jxpath.riApache Commons
JXPathContextReferenceImplThe reference implementation of JXPathContext.Classorg.apache.commons.jxpath.riApache Commons
LangAttributePointerA Pointer that points to the lang attribute of a JavaBean.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
LocationPathClassorg.apache.commons.jxpath.ri.compilerApache Commons
NameAttributeTestCaptures the foo[@name=expr] expression.Classorg.apache.commons.jxpath.ri.compilerApache Commons
NamespaceContextEvalContext that walks the namespace:: axis.Classorg.apache.commons.jxpath.ri.axesApache Commons
NamespacePointerRepresents a namespace node.Classorg.apache.commons.jxpath.ri.model.domApache Commons
NamespaceResolverNamespace resolver for JXPathContextReferenceImpl.Classorg.apache.commons.jxpath.riApache Commons
NodeIteratorDefinition for an iterator for all kinds of Nodes.Interfaceorg.apache.commons.jxpath.ri.modelApache Commons
NodeNameTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
NodePointerCommon superclass for Pointers of all kinds.Classorg.apache.commons.jxpath.ri.modelApache Commons
NodePointerFactoryCreates NodePointers for objects of a certain type.Interfaceorg.apache.commons.jxpath.ri.modelApache Commons
NodeSetContextA simple context that is based on a NodeSet.Classorg.apache.commons.jxpath.ri.axesApache Commons
NodeTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
NodeTypeTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
NullElementPointerUsed when there is a need to construct a Pointer for a collection element that does not exist.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
NullPointerPointer whose value is null.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
NullPropertyPointerClassorg.apache.commons.jxpath.ri.model.beansApache Commons
OperationClassorg.apache.commons.jxpath.ri.compilerApache Commons
ParentContextEvalContext that walks the parent:: axis.Classorg.apache.commons.jxpath.ri.axesApache Commons
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.commons.jxpath.ri.parserApache Commons
ParserClassorg.apache.commons.jxpath.riApache Commons
PathClassorg.apache.commons.jxpath.ri.compilerApache Commons
PrecedingOrFollowingContextEvalContext that walks the preceding:: and following:: axes.Classorg.apache.commons.jxpath.ri.axesApache Commons
PredicateContextEvalContext that checks predicates.Classorg.apache.commons.jxpath.ri.axesApache Commons
ProcessingInstructionTestClassorg.apache.commons.jxpath.ri.compilerApache Commons
PropertyIteratorIterates property values of an object pointed at with a PropertyOwnerPointer.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
PropertyOwnerPointerA pointer describing a node that has properties, each of which could beVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovSee Also:Serialized FormClassorg.apache.commons.jxpath.ri.model.beansApache Commons
PropertyPointerA pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object.Classorg.apache.commons.jxpath.ri.model.beansApache Commons
QNameA qualified name: a combination of an optional namespace prefixVersion:$Revision: 652925 $ $Date: 2008-05-03 00:05:41 +0200 (Sa, 03 Mai 2008) $Author:Dmitri PlotnikovSee Also:Serialized FormClassorg.apache.commons.jxpath.riApache Commons
RootContextEvalContext that is used to hold the root node for the path traversal.Classorg.apache.commons.jxpath.ri.axesApache Commons
SelfContextEvalContext that returns the current node from the parent context if theVersion:$Revision: 1523199 $ $Date: 2013-09-14 11:45:47 +0200 (Sa, 14 Sep 2013) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.ri.axesApache Commons
SimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Classorg.apache.commons.jxpath.ri.parserApache Commons
SimplePathInterpreterAn evaluation mechanism for simple XPaths, which is much faster than the usual process.Classorg.apache.commons.jxpath.ri.axesApache Commons
StepClassorg.apache.commons.jxpath.ri.compilerApache Commons
StrictLazyDynaBeanPointerFactory NodePointerFactory that returns a special type of NodePointer for LazyDynaBeans.Classorg.apache.commons.jxpath.ri.model.dynabeansApache Commons
TokenDescribes the input token stream.Classorg.apache.commons.jxpath.ri.parserApache Commons
TokenMgrErrorClassorg.apache.commons.jxpath.ri.parserApache Commons
TreeCompilerClassorg.apache.commons.jxpath.ri.compilerApache Commons
UnionContextEvalContext that represents a union between other contexts - result of a union operation like (a b)Classorg.apache.commons.jxpath.ri.axesApache Commons
VariablePointerPointer to a context variable.Classorg.apache.commons.jxpath.ri.modelApache Commons
VariablePointerFactoryNodePointerFactory to create VariablePointers.Classorg.apache.commons.jxpath.ri.modelApache Commons
VariablePointerFactory .VariableContextWrapperNode value wrapper to trigger a VariablePointerFactory.Classorg.apache.commons.jxpath.ri.model.VariablePointerFactoryApache Commons
VariableReferenceAn element of the compile tree holding a variable reference.Classorg.apache.commons.jxpath.ri.compilerApache Commons
XPathParserClassorg.apache.commons.jxpath.ri.parserApache Commons
XPathParserConstantsInterfaceorg.apache.commons.jxpath.ri.parserApache Commons
XPathParserTokenManagerClassorg.apache.commons.jxpath.ri.parserApache Commons