Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.jxpath Classes and Interfaces - 174 results found.
NameDescriptionTypePackageFramework
AbstractFactoryThe JXPathContext.Classorg.apache.commons.jxpathApache Commons
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
BasicNodeSetA simple implementation of NodeSet that behaves as a collectionVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpathApache Commons
BasicTypeConverterThe default implementation of TypeConverter.Classorg.apache.commons.jxpath.utilApache Commons
BasicVariablesA basic implementation of the Variables interface that uses a HashMap.Classorg.apache.commons.jxpathApache 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
ClassFunctionsExtension functions provided by a Java class.Classorg.apache.commons.jxpathApache Commons
ClassLoaderUtilPort of class loading methods from org.Classorg.apache.commons.jxpath.utilApache 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
CompiledExpressionRepresents a compiled XPath.Interfaceorg.apache.commons.jxpathApache 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
ConstantsString constants for this package.Classorg.apache.commons.jxpath.servletApache Commons
ConstructorFunctionAn extension function that creates an instance using a constructor.Classorg.apache.commons.jxpath.functionsApache Commons
ContainerA Container is an object implementing an indirection mechanism transparent to JXPath.Interfaceorg.apache.commons.jxpathApache 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
DocumentContainerAn XML document container reads and parses XML only when it is accessed.Classorg.apache.commons.jxpath.xmlApache 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
DOMParserAn implementation of the XMLParser interface that produces a DOM Document.Classorg.apache.commons.jxpath.xmlApache 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
DynamicPropertyHandlerA generic mechanism for accessing collections of name/value pairs.Interfaceorg.apache.commons.jxpathApache 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
ExceptionHandlerException handler interface.Interfaceorg.apache.commons.jxpathApache 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
ExpressionContextIf an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.Interfaceorg.apache.commons.jxpathApache 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
ExtendedKeyManagerMore complete implementation for the XPath key() function.Interfaceorg.apache.commons.jxpathApache 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
FunctionExtension function interface.Interfaceorg.apache.commons.jxpathApache Commons
FunctionLibraryAn object that aggregates Functions objects into a group Functions object.Classorg.apache.commons.jxpathApache Commons
FunctionsA group of Function objects sharing a common namespace or a set of common namespaces.Interfaceorg.apache.commons.jxpathApache Commons
HttpSessionAndServletContextJust a structure to hold a ServletRequest and ServletContext together.Classorg.apache.commons.jxpath.servletApache Commons
HttpSessionHandler interface that provides access to attributes of a @{link HttpSession}.Classorg.apache.commons.jxpath.servletApache Commons
IdentityManagerA delegate of JXPathContext that implements the XPath id() function.Interfaceorg.apache.commons.jxpathApache 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
JDOMParserAn implementation of the XMLParser interface that produces a JDOM Document.Classorg.apache.commons.jxpath.xmlApache Commons
JDOMPointerFactoryClassorg.apache.commons.jxpath.ri.model.jdomApache Commons
JXPath11CompatibleTypeConverterTypeConverter implementation to circumvent automagic NodeSet decoding.Classorg.apache.commons.jxpath.utilApache Commons
JXPathAbstractFactoryExceptionThrown when an AbstractFactory cannot generate an object for the requested path.Classorg.apache.commons.jxpathApache Commons
JXPathBasicBeanInfoAn implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.Classorg.apache.commons.jxpathApache Commons
JXPathBeanInfoJXPathBeanInfo is similar to BeanInfo in that it describes properties of a JavaBean class.Interfaceorg.apache.commons.jxpathApache Commons
JXPathCompiledExpressionRI of CompiledExpression.Classorg.apache.commons.jxpath.riApache Commons
JXPathContextJXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax.Classorg.apache.commons.jxpathApache Commons
JXPathContextFactoryDefines a factory API that enables applications to obtain a JXPathContext instance.Classorg.apache.commons.jxpathApache Commons
JXPathContextFactoryConfigurationErrorThrown when a problem with configuration with the JXPathContextFactories exists.Classorg.apache.commons.jxpathApache Commons
JXPathContextFactoryReferenceImplDefault implementation of JXPathContextFactory.Classorg.apache.commons.jxpath.riApache Commons
JXPathContextReferenceImplThe reference implementation of JXPathContext.Classorg.apache.commons.jxpath.riApache Commons
JXPathExceptionThrown in various situations by JXPath; may contain a nested exception.Classorg.apache.commons.jxpathApache Commons
JXPathFunctionNotFoundExceptionThrown when JXPath encounters an unknown extension function.Classorg.apache.commons.jxpathApache Commons
JXPathIntrospectorJXPathIntrospector maintains a registry of JXPathBeanInfo objects for Java classes.Classorg.apache.commons.jxpathApache Commons
JXPathInvalidAccessExceptionSimilary to InvocationTargetException in that it is thrown when JXPath cannot access properties, collection etc on theClassorg.apache.commons.jxpathApache Commons
JXPathInvalidSyntaxExceptionThrown when JXPath cannot parse a supplied XPath.Classorg.apache.commons.jxpathApache Commons
JXPathNotFoundExceptionThrown when JXPath cannot find a requested path.Classorg.apache.commons.jxpathApache Commons
JXPathServletContextsStatic methods that allocate and cache JXPathContexts bound to PageContext, ServletRequest, HttpSessionClassorg.apache.commons.jxpath.servletApache Commons
JXPathTypeConversionExceptionThrown when JXPath cannot convert supplied value to the required type.Classorg.apache.commons.jxpathApache Commons
KeyManagerA delegate of JXPathContext that implements the XPath key()Version:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovInterfaceorg.apache.commons.jxpathApache Commons
KeyManagerUtilsClassorg.apache.commons.jxpath.utilApache Commons
KeywordVariables to a single object using a reserved name (keyword).Classorg.apache.commons.jxpath.servletApache 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
MapDynamicPropertyHandlerClassorg.apache.commons.jxpathApache Commons
MethodFunctionAn XPath extension function implemented as an individual Java method.Classorg.apache.commons.jxpath.functionsApache Commons
MethodLookupUtilsMethod lookup utilities, which find static and non-static methods as well as constructors based on a name and list of parameters.Classorg.apache.commons.jxpath.utilApache 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
NodeSetNodeSet interface can be used as the type of an argument of an extension function.Interfaceorg.apache.commons.jxpathApache 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
PackageFunctionsExtension functions provided by Java classes.Classorg.apache.commons.jxpathApache Commons
PageContextHandler access to attributes of a PageContext in all scopes.Classorg.apache.commons.jxpath.servletApache Commons
PageScopeContextA lightweight wrapper for PageContext that restricts access to attributes of the page scope.Classorg.apache.commons.jxpath.servletApache Commons
PageScopeContextHandler access to attributes of a PageScopeContext.Classorg.apache.commons.jxpath.servletApache 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
PointerPointers represent locations of objects and their properties in Java object graphs.Interfaceorg.apache.commons.jxpathApache 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
ReverseComparatorClassorg.apache.commons.jxpath.utilApache 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
ServletContextHandler access to attributes of a ServletContext.Classorg.apache.commons.jxpath.servletApache Commons
ServletRequestAndContextJust a structure to hold a ServletRequest and ServletContextVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovClassorg.apache.commons.jxpath.servletApache Commons
ServletRequestHandler interface that provides access to attributes and parameters of a ServletRequest.Classorg.apache.commons.jxpath.servletApache 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
TypeConverterA type converter can be installed on TypeUtils to introduce additional type conversions for JXPath.Interfaceorg.apache.commons.jxpath.utilApache Commons
TypeUtilsGlobal type conversion utilities.Classorg.apache.commons.jxpath.utilApache Commons
UnionContextEvalContext that represents a union between other contexts - result of a union operation like (a b)Classorg.apache.commons.jxpath.ri.axesApache Commons
ValueUtilsCollection and property access utilities.Classorg.apache.commons.jxpath.utilApache 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
VariablesVariables provide access to a global set of values accessible via XPath.Interfaceorg.apache.commons.jxpathApache Commons
XMLDocumentContainerAn XML document container reads and parses XML only when it is accessed.Classorg.apache.commons.jxpathApache Commons
XMLParserCommon interface for XML parsers.Interfaceorg.apache.commons.jxpath.xmlApache Commons
XMLParser2The abstract superclass of XML parsers that produce DOM Documents.Classorg.apache.commons.jxpath.xmlApache Commons
XPathParserClassorg.apache.commons.jxpath.ri.parserApache Commons
XPathParserConstantsInterfaceorg.apache.commons.jxpath.ri.parserApache Commons
XPathParserTokenManagerClassorg.apache.commons.jxpath.ri.parserApache Commons