|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV NEXT | ||||||||
A
- AbstractFactory - class 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.
- AbstractFactory() - Constructor for class org.apache.commons.jxpath.AbstractFactory
- add(Pointer) - Method in class org.apache.commons.jxpath.BasicNodeSet
- addFunctions(Functions) - Method in class org.apache.commons.jxpath.FunctionLibrary
- Add functions to the library
- allFunctions - Variable in class org.apache.commons.jxpath.FunctionLibrary
- array - Variable in class org.apache.commons.jxpath.TestBean
- A read-only array of integers
- array - Static variable in class org.apache.commons.jxpath.TestNull
- asPath() - Method in interface org.apache.commons.jxpath.Pointer
- Returns a string that is a proper "canonical" XPath that corresponds to this pointer.
- assertDocumentOrder(JXPathContext, String, String, int) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathCreatePath(JXPathContext, String, Object, String) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathCreatePathAndSetValue(JXPathContext, String, Object, String) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathNodeType(JXPathContext, String, Class) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathPointer(JXPathContext, String, String) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathPointerIterator(JXPathContext, String, Collection) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathPointerLenient(JXPathContext, String, String) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathSetValue(JXPathContext, String, Object) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathSetValue(JXPathContext, String, Object, Object) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathValue(JXPathContext, String, Object) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathValue(JXPathContext, String, Object, Class) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathValueAndPointer(JXPathContext, String, Object, String) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathValueIterator(JXPathContext, String, Collection) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathValueLenient(JXPathContext, String, Object) - Method in class org.apache.commons.jxpath.JXPathTestCase
- assertXPathValueType(JXPathContext, String, Class) - Method in class org.apache.commons.jxpath.JXPathTestCase
- atomic - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
B
- BasicNodeSet - class org.apache.commons.jxpath.BasicNodeSet.
- A simple implementation of NodeSet that behaves as a collection of pointers.
- BasicNodeSet() - Constructor for class org.apache.commons.jxpath.BasicNodeSet
- BasicVariables - class org.apache.commons.jxpath.BasicVariables.
- A basic implementation of the Variables interface that uses a HashMap.
- BasicVariables() - Constructor for class org.apache.commons.jxpath.BasicVariables
- bean - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- beans - Variable in class org.apache.commons.jxpath.TestBean
- An array of nested java beans.
- bool - Variable in class org.apache.commons.jxpath.TestBean
- A boolean property.
- byClass - Static variable in class org.apache.commons.jxpath.JXPathIntrospector
- byInterface - Static variable in class org.apache.commons.jxpath.JXPathIntrospector
- byNamespace - Variable in class org.apache.commons.jxpath.FunctionLibrary
C
- ClassFunctions - class org.apache.commons.jxpath.ClassFunctions.
- Extension functions provided by a Java class.
- ClassFunctions(Class, String) - Constructor for class org.apache.commons.jxpath.ClassFunctions
- CompiledExpression - interface org.apache.commons.jxpath.CompiledExpression.
- Represents a compiled XPath.
- Container - interface org.apache.commons.jxpath.Container.
- A Container is an object implementing an indirection mechanism transparent to JXPath.
- child - Variable in class org.apache.commons.jxpath.TestNull
- classPrefix - Variable in class org.apache.commons.jxpath.PackageFunctions
- clazz - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- clone() - Method in interface org.apache.commons.jxpath.Pointer
- Pointers are cloneable
- compilationContext - Static variable in class org.apache.commons.jxpath.JXPathContext
- compile(String) - Static method in class org.apache.commons.jxpath.JXPathContext
- Compiles the supplied XPath and returns an internal representation of the path that can then be evaluated.
- compilePath(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Overridden by each concrete implementation of JXPathContext to perform compilation.
- container - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- contextBean - Variable in class org.apache.commons.jxpath.JXPathContext
- contextFactory - Static variable in class org.apache.commons.jxpath.JXPathContext
- createObject(JXPathContext, Pointer, Object, String, int) - Method in class org.apache.commons.jxpath.AbstractFactory
- The parameters may describe a collection element or an individual object.
- createPath(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
- createPath(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Creates missing elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
- createPathAndSetValue(JXPathContext, Object) - Method in interface org.apache.commons.jxpath.CompiledExpression
- The same as setValue, except it creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
- createPathAndSetValue(String, Object) - Method in class org.apache.commons.jxpath.JXPathContext
- The same as setValue, except it creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
D
- DEFAULT_FACTORY_CLASS - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
- The default factory class
- DynamicPropertyHandler - interface org.apache.commons.jxpath.DynamicPropertyHandler.
- A generic mechanism for accessing collections of name/value pairs.
- debug - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
- Temp debug code - this will be removed after we test everything
- decimalFormats - Variable in class org.apache.commons.jxpath.JXPathContext
- declareVariable(JXPathContext, String) - Method in class org.apache.commons.jxpath.AbstractFactory
- Declare the specified variable
- declareVariable(String, Object) - Method in class org.apache.commons.jxpath.BasicVariables
- Defines a new variable with the specified value or modifies the value of an existing variable.
- declareVariable(String, Object) - Method in interface org.apache.commons.jxpath.Variables
- Defines a new variable with the specified value or modifies the value of an existing variable.
- delegate - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
- document - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- document - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
- dynamicPropertyHandlerClass - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
E
- EMPTY_ARRAY - Static variable in class org.apache.commons.jxpath.ClassFunctions
- EMPTY_ARRAY - Static variable in class org.apache.commons.jxpath.PackageFunctions
- ExpressionContext - interface org.apache.commons.jxpath.ExpressionContext.
- If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.
- element - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- enabled - Static variable in class org.apache.commons.jxpath.JXPathTestSuite
- exception - Variable in class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- exception - Variable in class org.apache.commons.jxpath.JXPathException
F
- FACTORY_NAME_PROPERTY - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
- The default property
- Function - interface org.apache.commons.jxpath.Function.
- Extension function interface.
- FunctionLibrary - class org.apache.commons.jxpath.FunctionLibrary.
- An object that aggregates Functions objects into a group Functions object.
- FunctionLibrary() - Constructor for class org.apache.commons.jxpath.FunctionLibrary
- Functions - interface org.apache.commons.jxpath.Functions.
- A group of Function objects sharing a common namespace or a set of common namespaces.
- factory - Variable in class org.apache.commons.jxpath.JXPathContext
- factoryImplName - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
- Avoid reading all the files when the findFactory method is called the second time ( cache the result of finding the default impl )
- findDynamicBeanInfo(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
- Find a dynamic bean info if available for any superclasses or interfaces.
- findFactory(String, String) - Static method in class org.apache.commons.jxpath.JXPathContextFactory
- Private implementation method - will find the implementation class in the specified order.
- findInformant(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
- functionClass - Variable in class org.apache.commons.jxpath.ClassFunctions
- functions - Variable in class org.apache.commons.jxpath.JXPathContext
G
- GENERIC_FUNCTIONS - Static variable in class org.apache.commons.jxpath.JXPathContext
- getArray() - Method in class org.apache.commons.jxpath.TestNull
- getBean() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getBeanInfo(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
- Creates and registers a JXPathBeanInfo object for the supplied class.
- getBeans() - Method in class org.apache.commons.jxpath.TestBean
- getBoolean() - Method in class org.apache.commons.jxpath.TestBean
- getChild() - Method in class org.apache.commons.jxpath.TestNull
- getContainer() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getContextBean() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the JavaBean associated with this context.
- getContextFactory() - Static method in class org.apache.commons.jxpath.JXPathContext
- Acquires a context factory and caches it.
- getContextNodeList() - Method in interface org.apache.commons.jxpath.ExpressionContext
- Get the current context node list.
- getContextNodePointer() - Method in interface org.apache.commons.jxpath.ExpressionContext
- Get the current context node.
- getContextPointer() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns a Pointer for the context bean.
- getDecimalFormatSymbols(String) - Method in class org.apache.commons.jxpath.JXPathContext
- getDocument() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getDynamicPropertyHandlerClass() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- For a dynamic class, returns the corresponding DynamicPropertyHandler class.
- getDynamicPropertyHandlerClass() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
- For dynamic objects, returns the class implementing the DynamicPropertyHandler interface.
- getElement() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getException() - Method in class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- Return the actual exception (if any) that caused this exception to be raised.
- getException() - Method in class org.apache.commons.jxpath.JXPathException
- Return the actual exception (if any) that caused this exception to be raised.
- getFactory() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the AbstractFactory installed on this context.
- getFunction(String, String, Object[]) - Method in class org.apache.commons.jxpath.ClassFunctions
- Returns a Function, if any, for the specified namespace, name and parameter types.
- getFunction(String, String, Object[]) - Method in class org.apache.commons.jxpath.FunctionLibrary
- Returns a Function, if any, for the specified namespace, name and parameter types.
- getFunction(String, String, Object[]) - Method in interface org.apache.commons.jxpath.Functions
- Returns a Function, if any, for the specified namespace, name and parameter types.
- getFunction(String, String, Object[]) - Method in class org.apache.commons.jxpath.PackageFunctions
- Returns a Function, if any, for the specified namespace, name and parameter types.
- getFunctions() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the set of functions installed on the context.
- getIdentityManager() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns this context's identity manager.
- getInt() - Method in class org.apache.commons.jxpath.NestedTestBean
- A read-only int property
- getInt() - Method in class org.apache.commons.jxpath.TestBean
- A read-only integer property
- getIntegers() - Method in class org.apache.commons.jxpath.TestBean
- getIntegers(int) - Method in class org.apache.commons.jxpath.TestBean
- getJXPathContext() - Method in interface org.apache.commons.jxpath.ExpressionContext
- Get the JXPathContext in which this function is being evaluated.
- getKeyManager() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns this context's key manager.
- getList() - Method in class org.apache.commons.jxpath.TestBean
- getList() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getLocale() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the locale set with setLocale.
- getMap() - Method in class org.apache.commons.jxpath.TestBean
- getMap() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getMatrix() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getMessage() - Method in class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- Return the message (if any) for this error .
- getMessage() - Method in class org.apache.commons.jxpath.JXPathException
- Return the message (if any) for this error .
- getName() - Method in class org.apache.commons.jxpath.NestedTestBean
- A read-only String property
- getNamespaceContextPointer() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the namespace context pointer set with setNamespaceContextPointer() 55 or, if none has been specified, the context pointer otherwise.
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Given a prefix, returns a registered namespace URI.
- getNestedBean() - Method in class org.apache.commons.jxpath.TestBean
- getNode() - Method in interface org.apache.commons.jxpath.Pointer
- Returns the raw value of the object, property or collection element this pointer represents.
- getNodes() - Method in class org.apache.commons.jxpath.BasicNodeSet
- getNodes() - Method in interface org.apache.commons.jxpath.NodeSet
- Returns a list of nodes.
- getNothing() - Method in class org.apache.commons.jxpath.TestNull
- getObject() - Method in class org.apache.commons.jxpath.TestBean
- Returns a NestedTestBean: testing recognition of generic objects
- getObjects() - Method in class org.apache.commons.jxpath.TestBean
- Returns an array of ints: testing recognition of generic objects
- getParentContext() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the parent context of this context or null.
- getPointer(JXPathContext, String) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Traverses the xpath and returns a Pointer.
- getPointer(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Traverses the xpath and returns a Pointer.
- getPointerByID(JXPathContext, String) - Method in interface org.apache.commons.jxpath.IdentityManager
- Finds a node by its ID.
- getPointerByID(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Locates a Node by its ID.
- getPointerByKey(String, String) - Method in class org.apache.commons.jxpath.JXPathContext
- Locates a Node by a key value.
- getPointerByKey(JXPathContext, String, String) - Method in interface org.apache.commons.jxpath.KeyManager
- Finds a node by a key value.
- getPointers() - Method in class org.apache.commons.jxpath.BasicNodeSet
- getPointers() - Method in interface org.apache.commons.jxpath.NodeSet
- Returns a list of pointers for all nodes in the set.
- getPosition() - Method in interface org.apache.commons.jxpath.ExpressionContext
- Returns the current context position.
- getProperty(Object, String) - Method in interface org.apache.commons.jxpath.DynamicPropertyHandler
- Returns the value of the specified dynamic property.
- getProperty(Object, String) - Method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
- Returns the value for the specified key.
- getPropertyDescriptor(String) - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- getPropertyDescriptor(String) - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
- Returns a PropertyDescriptor for the specified name or null if there is no such property.
- getPropertyDescriptors() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- getPropertyDescriptors() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
- Returns a list of property descriptors for the beans described by this bean info object.
- getPropertyNames(Object) - Method in interface org.apache.commons.jxpath.DynamicPropertyHandler
- Returns a list of dynamic property names for the supplied object.
- getPropertyNames(Object) - Method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
- Returns string representations of all keys in the map.
- getRelativeContext(Pointer) - Method in class org.apache.commons.jxpath.JXPathContext
- Returns a JXPathContext that is relative to the current JXPathContext.
- getRootNode() - Method in interface org.apache.commons.jxpath.Pointer
- Returns the node this pointer is based on.
- getSet() - Method in class org.apache.commons.jxpath.TestBean
- getString() - Method in class org.apache.commons.jxpath.TestMixedModelBean
- getStrings() - Method in class org.apache.commons.jxpath.NestedTestBean
- getUsedNamespaces() - Method in class org.apache.commons.jxpath.ClassFunctions
- Returns a set of one namespace - the one specified in the constructor.
- getUsedNamespaces() - Method in class org.apache.commons.jxpath.FunctionLibrary
- Returns a set containing all namespaces used by the aggregated Functions.
- getUsedNamespaces() - Method in interface org.apache.commons.jxpath.Functions
- Returns all namespaces in which this function collection defines functions.
- getUsedNamespaces() - Method in class org.apache.commons.jxpath.PackageFunctions
- Returns the namespace specified in the constructor
- getValue(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Evaluates the xpath and returns the resulting object.
- getValue(JXPathContext, Class) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Evaluates the xpath, converts the result to the specified class and returns the resulting object.
- getValue() - Method in interface org.apache.commons.jxpath.Container
- Returns the contained value.
- getValue(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Evaluates the xpath and returns the resulting object.
- getValue(String, Class) - Method in class org.apache.commons.jxpath.JXPathContext
- Evaluates the xpath, converts the result to the specified class and returns the resulting object.
- getValue() - Method in interface org.apache.commons.jxpath.Pointer
- Returns the value of the object, property or collection element this pointer represents.
- getValue() - Method in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated. Reads XML, caches it internally and returns the Document.
- getValues() - Method in class org.apache.commons.jxpath.BasicNodeSet
- getValues() - Method in interface org.apache.commons.jxpath.NodeSet
- Returns a list of values of all contained pointers.
- getVariable(String) - Method in class org.apache.commons.jxpath.BasicVariables
- Returns the value of the variable if it is defined, otherwise, throws IllegalArgumentException
- getVariable(String) - Method in interface org.apache.commons.jxpath.Variables
- Returns the value of the specified variable.
- getVariables() - Method in class org.apache.commons.jxpath.JXPathContext
- Returns the variable pool associated with the context.
I
- IdentityManager - interface org.apache.commons.jxpath.IdentityManager.
- A delegate of JXPathContext that implements the XPath
"id()"function. - idManager - Variable in class org.apache.commons.jxpath.JXPathContext
- instantiate(Class, String) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
- Try to create an instance of a named class.
- integer - Variable in class org.apache.commons.jxpath.NestedTestBean
- integer - Variable in class org.apache.commons.jxpath.TestBean
- invoke(ExpressionContext, Object[]) - Method in interface org.apache.commons.jxpath.Function
- Computes the value of the function.
- isAtomic() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- Returns true if objects of this class are treated as atomic objects which have no properties of their own.
- isAtomic() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
- Returns true if objects of this class are treated as atomic objects which have no properties of their own.
- isBoolean() - Method in class org.apache.commons.jxpath.NestedTestBean
- A read-only boolean property
- isDeclaredVariable(String) - Method in class org.apache.commons.jxpath.BasicVariables
- Returns true if the variable has been defined, even if the value of the variable is null.
- isDeclaredVariable(String) - Method in interface org.apache.commons.jxpath.Variables
- Returns true if the specified variable is declared.
- isDynamic() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- Return true if the corresponding objects have dynamic properties.
- isDynamic() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
- Returns true if the objects of this class have dynamic properties (e.g.
- isLenient() - Method in class org.apache.commons.jxpath.JXPathContext
- iterate(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Traverses the xpath and returns a Iterator of all results found for the path.
- iterate(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Traverses the xpath and returns an Iterator of all results found for the path.
- iteratePointers(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Traverses the xpath and returns an Iterator of Pointers.
- iteratePointers(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Traverses the xpath and returns an Iterator of Pointers.
J
- JXPathBasicBeanInfo - class org.apache.commons.jxpath.JXPathBasicBeanInfo.
- An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
- JXPathBasicBeanInfo(Class) - Constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
- JXPathBasicBeanInfo(Class, boolean) - Constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
- JXPathBasicBeanInfo(Class, Class) - Constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
- JXPathBeanInfo - interface org.apache.commons.jxpath.JXPathBeanInfo.
- JXPathBeanInfo is similar to java.beans.BeanInfo in that it describes properties of a JavaBean class.
- JXPathContext - class org.apache.commons.jxpath.JXPathContext.
- JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax.
- JXPathContext(JXPathContext, Object) - Constructor for class org.apache.commons.jxpath.JXPathContext
- This constructor should remain protected - it is to be overridden by subclasses, but never explicitly invoked by clients.
- JXPathContextFactory - class org.apache.commons.jxpath.JXPathContextFactory.
- Defines a factory API that enables applications to obtain a JXPathContext instance.
- JXPathContextFactory() - Constructor for class org.apache.commons.jxpath.JXPathContextFactory
- JXPathContextFactoryConfigurationError - error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError.
- Thrown when a problem with configuration with the JXPathContextFactories exists.
- JXPathContextFactoryConfigurationError() - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- Create a new
JXPathContextFactoryConfigurationErrorwith no detail mesage. - JXPathContextFactoryConfigurationError(String) - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- Create a new
JXPathContextFactoryConfigurationErrorwith theStringspecified as an error message. - JXPathContextFactoryConfigurationError(Exception) - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- Create a new
JXPathContextFactoryConfigurationErrorwith a givenExceptionbase cause of the error. - JXPathContextFactoryConfigurationError(Exception, String) - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- Create a new
JXPathContextFactoryConfigurationErrorwith the givenExceptionbase cause and detail message. - JXPathException - exception org.apache.commons.jxpath.JXPathException.
- Thrown in various situations by JXPath; may contain a nested exception.
- JXPathException() - Constructor for class org.apache.commons.jxpath.JXPathException
- Create a new
JXPathExceptionwith no detail mesage. - JXPathException(String) - Constructor for class org.apache.commons.jxpath.JXPathException
- Create a new
JXPathExceptionwith theStringspecified as an error message. - JXPathException(Throwable) - Constructor for class org.apache.commons.jxpath.JXPathException
- Create a new
JXPathExceptionwith a givenThrowablebase cause of the error. - JXPathException(String, Throwable) - Constructor for class org.apache.commons.jxpath.JXPathException
- Create a new
JXPathExceptionwith the givenExceptionbase cause and detail message. - JXPathIntrospector - class org.apache.commons.jxpath.JXPathIntrospector.
- JXPathIntrospector maintains a registry of JXPathBeanInfo objects for Java classes.
- JXPathIntrospector() - Constructor for class org.apache.commons.jxpath.JXPathIntrospector
- JXPathTestCase - class org.apache.commons.jxpath.JXPathTestCase.
- Abstract superclass for various JXPath tests.
- JXPathTestCase(String) - Constructor for class org.apache.commons.jxpath.JXPathTestCase
- Construct a new instance of this test case.
- JXPathTestSuite - class org.apache.commons.jxpath.JXPathTestSuite.
- Test Suite for the JXPath class.
- JXPathTestSuite(String) - Constructor for class org.apache.commons.jxpath.JXPathTestSuite
K
- KeyManager - interface org.apache.commons.jxpath.KeyManager.
- A delegate of JXPathContext that implements the XPath
"key()"function. - keyManager - Variable in class org.apache.commons.jxpath.JXPathContext
L
- lenient - Variable in class org.apache.commons.jxpath.JXPathContext
- lenientSet - Variable in class org.apache.commons.jxpath.JXPathContext
- list() - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list(Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- list - Variable in class org.apache.commons.jxpath.TestBean
- A heterogeneous list: String, Integer, NestedTestBean
- list - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- locale - Variable in class org.apache.commons.jxpath.JXPathContext
M
- MapDynamicPropertyHandler - class org.apache.commons.jxpath.MapDynamicPropertyHandler.
- Implements the DynamicPropertyHandler interface for java.util.Map.
- MapDynamicPropertyHandler() - Constructor for class org.apache.commons.jxpath.MapDynamicPropertyHandler
- main(String[]) - Static method in class org.apache.commons.jxpath.JXPathTestSuite
- Exercise the whole suite
- map - Variable in class org.apache.commons.jxpath.TestBean
- A Map
- map - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- matrix - Variable in class org.apache.commons.jxpath.TestMixedModelBean
N
- NestedTestBean - class org.apache.commons.jxpath.NestedTestBean.
- A general purpose JavaBean for JUnit tests for the "jxpath" component.
- NestedTestBean() - Constructor for class org.apache.commons.jxpath.NestedTestBean
- NestedTestBean(String) - Constructor for class org.apache.commons.jxpath.NestedTestBean
- NodeSet - interface org.apache.commons.jxpath.NodeSet.
- NodeSet interface can be used as the type of an argument of an extension function.
- name - Variable in class org.apache.commons.jxpath.NestedTestBean
- namespace - Variable in class org.apache.commons.jxpath.ClassFunctions
- namespace - Variable in class org.apache.commons.jxpath.PackageFunctions
- nestedBean - Variable in class org.apache.commons.jxpath.TestBean
- A nested read-only java bean
- newContext(Object) - Static method in class org.apache.commons.jxpath.JXPathContext
- Creates a new JXPathContext with the specified object as the root node.
- newContext(JXPathContext, Object) - Static method in class org.apache.commons.jxpath.JXPathContext
- Creates a new JXPathContext with the specified bean as the root node and the specified parent context.
- newContext(JXPathContext, Object) - Method in class org.apache.commons.jxpath.JXPathContextFactory
- Creates a new instance of a JXPathContext using the currently configured parameters.
- newInstance() - Static method in class org.apache.commons.jxpath.JXPathContextFactory
- Obtain a new instance of a
JXPathContextFactory. - nodes - Variable in class org.apache.commons.jxpath.BasicNodeSet
- nothing - Variable in class org.apache.commons.jxpath.TestNull
O
- object - Variable in class org.apache.commons.jxpath.TestBean
- org.apache.commons.jxpath - package org.apache.commons.jxpath
P
- PackageFunctions - class org.apache.commons.jxpath.PackageFunctions.
- Extension functions provided by Java classes.
- PackageFunctions(String, String) - Constructor for class org.apache.commons.jxpath.PackageFunctions
- Pointer - interface org.apache.commons.jxpath.Pointer.
- Pointers represent locations of objects and their properties in Java object graphs.
- parentContext - Variable in class org.apache.commons.jxpath.JXPathContext
- parser - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
- pointers - Variable in class org.apache.commons.jxpath.BasicNodeSet
- prepareCache() - Method in class org.apache.commons.jxpath.FunctionLibrary
- propertyDescriptors - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- propertyNames - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
R
- readOnlyPointers - Variable in class org.apache.commons.jxpath.BasicNodeSet
- registerAtomicClass(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
- Automatically creates and registers a JXPathBeanInfo object for the specified class.
- registerDynamicClass(Class, Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
- Automatically creates and registers a JXPathBeanInfo object for the specified class.
- registerNamespace(String, String) - Method in class org.apache.commons.jxpath.JXPathContext
- Registers a namespace prefix.
- remove(Pointer) - Method in class org.apache.commons.jxpath.BasicNodeSet
- removeAll(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Remove all graph elements described by this expression
- removeAll(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Removes all elements of the object graph described by the xpath.
- removeFunctions(Functions) - Method in class org.apache.commons.jxpath.FunctionLibrary
- Remove functions from the library.
- removePath(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Remove the graph element described by this expression
- removePath(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Removes the element of the object graph described by the xpath.
S
- STRING_ARRAY - Static variable in class org.apache.commons.jxpath.MapDynamicPropertyHandler
- selectNodes(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Finds all nodes that match the specified XPath.
- selectSingleNode(String) - Method in class org.apache.commons.jxpath.JXPathContext
- Finds the first object that matches the specified XPath.
- set(Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- set(Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- set(Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- set(Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- set(Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jxpath.JXPathTestCase
- set - Variable in class org.apache.commons.jxpath.TestBean
- A heterogeneous set: String, Integer, NestedTestBean
- setBeans(NestedTestBean[]) - Method in class org.apache.commons.jxpath.TestBean
- setBoolean(boolean) - Method in class org.apache.commons.jxpath.TestBean
- setDecimalFormatSymbols(String, DecimalFormatSymbols) - Method in class org.apache.commons.jxpath.JXPathContext
- Sets DecimalFormatSymbols for a given name.
- setFactory(AbstractFactory) - Method in class org.apache.commons.jxpath.JXPathContext
- Install an abstract factory that should be used by the
createPath()andcreatePathAndSetValue()methods. - setFunctions(Functions) - Method in class org.apache.commons.jxpath.JXPathContext
- Install a library of extension functions.
- setIdentityManager(IdentityManager) - Method in class org.apache.commons.jxpath.JXPathContext
- Install an identity manager that will be used by the context to look up a node by its ID.
- setInt(int) - Method in class org.apache.commons.jxpath.NestedTestBean
- setInt(int) - Method in class org.apache.commons.jxpath.TestBean
- setIntegers(int, int) - Method in class org.apache.commons.jxpath.TestBean
- setKeyManager(KeyManager) - Method in class org.apache.commons.jxpath.JXPathContext
- Install a key manager that will be used by the context to look up a node by a key value.
- setLenient(boolean) - Method in class org.apache.commons.jxpath.JXPathContext
- If the context is in the lenient mode, then getValue() returns null for inexistent paths.
- setLocale(Locale) - Method in class org.apache.commons.jxpath.JXPathContext
- Set the locale for this context.
- setMap(Map) - Method in class org.apache.commons.jxpath.TestBean
- setMatrix(int[][]) - Method in class org.apache.commons.jxpath.TestMixedModelBean
- setName(String) - Method in class org.apache.commons.jxpath.NestedTestBean
- setNamespaceContextPointer(Pointer) - Method in class org.apache.commons.jxpath.JXPathContext
- Namespace prefixes can be defined implicitly by specifying a pointer to a context where the namespaces are defined.
- setNestedBean(NestedTestBean) - Method in class org.apache.commons.jxpath.TestBean
- setNothing(Object) - Method in class org.apache.commons.jxpath.TestNull
- setProperty(Object, String, Object) - Method in interface org.apache.commons.jxpath.DynamicPropertyHandler
- Modifies the value of the specified dynamic property.
- setProperty(Object, String, Object) - Method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
- Sets the specified key value.
- setStrings(String[]) - Method in class org.apache.commons.jxpath.NestedTestBean
- setValue(JXPathContext, Object) - Method in interface org.apache.commons.jxpath.CompiledExpression
- Modifies the value of the property described by the supplied xpath.
- setValue(Object) - Method in interface org.apache.commons.jxpath.Container
- Modifies the value contained by this container.
- setValue(String, Object) - Method in class org.apache.commons.jxpath.JXPathContext
- Modifies the value of the property described by the supplied xpath.
- setValue(Object) - Method in interface org.apache.commons.jxpath.Pointer
- Modifies the value of the object, property or collection element this pointer represents.
- setValue(Object) - Method in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated. Throws an UnsupportedOperationException
- setVariables(Variables) - Method in class org.apache.commons.jxpath.JXPathContext
- Installs a custom implementation of the Variables interface.
- source - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
- string - Variable in class org.apache.commons.jxpath.TestMixedModelBean
- strings - Variable in class org.apache.commons.jxpath.NestedTestBean
- suite() - Static method in class org.apache.commons.jxpath.JXPathTestSuite
- Return the tests included in this test suite.
T
- TestBean - class org.apache.commons.jxpath.TestBean.
- General purpose test bean for JUnit tests for the "jxpath" component.
- TestBean() - Constructor for class org.apache.commons.jxpath.TestBean
- TestMixedModelBean - class org.apache.commons.jxpath.TestMixedModelBean.
- Mixed model test bean: Java, collections, map, DOM, Container.
- TestMixedModelBean() - Constructor for class org.apache.commons.jxpath.TestMixedModelBean
- TestNull - class org.apache.commons.jxpath.TestNull.
- General purpose test bean for JUnit tests for the "jxpath" component.
- TestNull() - Constructor for class org.apache.commons.jxpath.TestNull
- toString() - Method in class org.apache.commons.jxpath.BasicNodeSet
- toString() - Method in class org.apache.commons.jxpath.BasicVariables
- toString() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- toString() - Method in class org.apache.commons.jxpath.NestedTestBean
- toString() - Method in class org.apache.commons.jxpath.TestBean
U
- undeclareVariable(String) - Method in class org.apache.commons.jxpath.BasicVariables
- Removes an existing variable.
- undeclareVariable(String) - Method in interface org.apache.commons.jxpath.Variables
- Removes an existing variable.
V
- Variables - interface org.apache.commons.jxpath.Variables.
- Variables provide access to a global set of values accessible via XPath.
- values - Variable in class org.apache.commons.jxpath.BasicNodeSet
- vars - Variable in class org.apache.commons.jxpath.BasicVariables
- Contains the values of declared variables
- vars - Variable in class org.apache.commons.jxpath.JXPathContext
X
- XMLDocumentContainer - class org.apache.commons.jxpath.XMLDocumentContainer.
- Deprecated. 1.1 Please use org.apache.commons.jxpath.xml.DocumentContainer
- XMLDocumentContainer(URL) - Constructor for class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
- XMLDocumentContainer(Source) - Constructor for class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
- xmlURL - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
- Deprecated.
A B C D E F G I J K L M N O P R S T U V X
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV NEXT | ||||||||