commons-jxpath-1.3.jar - Apache JXPath

Q

The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.

JAR File Size and Download Location:

File name: commons-jxpath.jar, commons-jxpath-1.3.jar
File size: 299994 bytes
Date modified: 30-Jul-2008
Download: Apache JXPath

Manifest of the JAR:

Archiver-Version: Plexus Archiver
Built-By: mbenson
Build-Jdk: 1.5.0_13
Implementation-Title: Commons JXPath
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.3
Specification-Title: Commons JXPath
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.3
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Import-Package: javax.servlet,javax.servlet.http,javax.servlet.jsp,jav
 ax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,org.apache
 .commons.beanutils,org.apache.commons.jxpath;version="1.3",org.apache
 .commons.jxpath.functions;version="1.3",org.apache.commons.jxpath.ri;
 version="1.3",org.apache.commons.jxpath.ri.axes;version="1.3",org.apa
 che.commons.jxpath.ri.compiler;version="1.3",org.apache.commons.jxpat
 h.ri.model;version="1.3",org.apache.commons.jxpath.ri.model.beans;ver
 sion="1.3",org.apache.commons.jxpath.ri.model.container;version="1.3"
 ,org.apache.commons.jxpath.ri.model.dom;version="1.3",org.apache.comm
 ons.jxpath.ri.model.dynabeans;version="1.3",org.apache.commons.jxpath
 .ri.model.dynamic;version="1.3",org.apache.commons.jxpath.ri.model.jd
 om;version="1.3",org.apache.commons.jxpath.ri.parser;version="1.3",or
 g.apache.commons.jxpath.servlet;version="1.3",org.apache.commons.jxpa
 th.util;version="1.3",org.apache.commons.jxpath.xml;version="1.3",org
 .jdom,org.jdom.inp

✍: .fyicenter.com

A

List of Classes in the JAR:

org/apache/commons/jxpath/AbstractFactory
org/apache/commons/jxpath/BasicNodeSet
org/apache/commons/jxpath/BasicVariables
org/apache/commons/jxpath/ClassFunctions
org/apache/commons/jxpath/CompiledExpression
org/apache/commons/jxpath/Container
org/apache/commons/jxpath/DynamicPropertyHandler
org/apache/commons/jxpath/ExpressionContext
org/apache/commons/jxpath/ExtendedKeyManager
org/apache/commons/jxpath/Function
org/apache/commons/jxpath/FunctionLibrary
org/apache/commons/jxpath/functions/ConstructorFunction
org/apache/commons/jxpath/functions/MethodFunction
org/apache/commons/jxpath/Functions
org/apache/commons/jxpath/IdentityManager
org/apache/commons/jxpath/JXPathAbstractFactoryException
org/apache/commons/jxpath/JXPathBasicBeanInfo
org/apache/commons/jxpath/JXPathBeanInfo
org/apache/commons/jxpath/JXPathContext
org/apache/commons/jxpath/JXPathContextFactory
org/apache/commons/jxpath/JXPathContextFactoryConfigurationError
org/apache/commons/jxpath/JXPathException
org/apache/commons/jxpath/JXPathFunctionNotFoundException
org/apache/commons/jxpath/JXPathIntrospector
org/apache/commons/jxpath/JXPathInvalidAccessException
org/apache/commons/jxpath/JXPathInvalidSyntaxException
org/apache/commons/jxpath/JXPathNotFoundException
org/apache/commons/jxpath/JXPathTypeConversionException
org/apache/commons/jxpath/KeyManager
org/apache/commons/jxpath/MapDynamicPropertyHandler
org/apache/commons/jxpath/NodeSet
org/apache/commons/jxpath/PackageFunctions
org/apache/commons/jxpath/Pointer
org/apache/commons/jxpath/ri/axes/AncestorContext
org/apache/commons/jxpath/ri/axes/AttributeContext
org/apache/commons/jxpath/ri/axes/ChildContext
org/apache/commons/jxpath/ri/axes/DescendantContext
org/apache/commons/jxpath/ri/axes/InitialContext
org/apache/commons/jxpath/ri/axes/NamespaceContext
org/apache/commons/jxpath/ri/axes/NodeSetContext
org/apache/commons/jxpath/ri/axes/ParentContext
org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext
org/apache/commons/jxpath/ri/axes/PredicateContext
org/apache/commons/jxpath/ri/axes/RootContext
org/apache/commons/jxpath/ri/axes/SelfContext
org/apache/commons/jxpath/ri/axes/SimplePathInterpreter
org/apache/commons/jxpath/ri/axes/UnionContext
org/apache/commons/jxpath/ri/compiler/Constant
org/apache/commons/jxpath/ri/compiler/CoreFunction
org/apache/commons/jxpath/ri/compiler/CoreOperation
org/apache/commons/jxpath/ri/compiler/CoreOperationAdd
org/apache/commons/jxpath/ri/compiler/CoreOperationAnd
org/apache/commons/jxpath/ri/compiler/CoreOperationCompare
org/apache/commons/jxpath/ri/compiler/CoreOperationDivide
org/apache/commons/jxpath/ri/compiler/CoreOperationEqual
org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan
org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual
org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan
org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual
org/apache/commons/jxpath/ri/compiler/CoreOperationMod
org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply
org/apache/commons/jxpath/ri/compiler/CoreOperationNegate
org/apache/commons/jxpath/ri/compiler/CoreOperationNotEqual
org/apache/commons/jxpath/ri/compiler/CoreOperationOr
org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression
org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract
org/apache/commons/jxpath/ri/compiler/CoreOperationUnion
org/apache/commons/jxpath/ri/compiler/Expression
org/apache/commons/jxpath/ri/compiler/ExpressionPath
org/apache/commons/jxpath/ri/compiler/ExtensionFunction
org/apache/commons/jxpath/ri/compiler/LocationPath
org/apache/commons/jxpath/ri/compiler/NameAttributeTest
org/apache/commons/jxpath/ri/compiler/NodeNameTest
org/apache/commons/jxpath/ri/compiler/NodeTest
org/apache/commons/jxpath/ri/compiler/NodeTypeTest
org/apache/commons/jxpath/ri/compiler/Operation
org/apache/commons/jxpath/ri/compiler/Path
org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest
org/apache/commons/jxpath/ri/compiler/Step
org/apache/commons/jxpath/ri/compiler/TreeCompiler
org/apache/commons/jxpath/ri/compiler/VariableReference
org/apache/commons/jxpath/ri/Compiler
org/apache/commons/jxpath/ri/EvalContext
org/apache/commons/jxpath/ri/InfoSetUtil
org/apache/commons/jxpath/ri/JXPathCompiledExpression
org/apache/commons/jxpath/ri/JXPathContextFactoryReferenceImpl
org/apache/commons/jxpath/ri/JXPathContextReferenceImpl
org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator
org/apache/commons/jxpath/ri/model/beans/BeanPointer
org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory
org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer
org/apache/commons/jxpath/ri/model/beans/CollectionAttributeNodeIterator
org/apache/commons/jxpath/ri/model/beans/CollectionChildNodeIterator
org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator
org/apache/commons/jxpath/ri/model/beans/CollectionPointer
org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory
org/apache/commons/jxpath/ri/model/beans/LangAttributePointer
org/apache/commons/jxpath/ri/model/beans/NullElementPointer
org/apache/commons/jxpath/ri/model/beans/NullPointer
org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer
org/apache/commons/jxpath/ri/model/beans/PropertyIterator
org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer
org/apache/commons/jxpath/ri/model/beans/PropertyPointer
org/apache/commons/jxpath/ri/model/container/ContainerPointer
org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory
org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator
org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer
org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator
org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator
org/apache/commons/jxpath/ri/model/dom/DOMNodePointer
org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory
org/apache/commons/jxpath/ri/model/dom/NamespacePointer
org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer
org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory
org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer
org/apache/commons/jxpath/ri/model/dynamic/DynamicAttributeIterator
org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer
org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory
org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyIterator
org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer
org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator
org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer
org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator
org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer
org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator
org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer
org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory
org/apache/commons/jxpath/ri/model/NodeIterator
org/apache/commons/jxpath/ri/model/NodePointer
org/apache/commons/jxpath/ri/model/NodePointerFactory
org/apache/commons/jxpath/ri/model/VariablePointer
org/apache/commons/jxpath/ri/model/VariablePointerFactory
org/apache/commons/jxpath/ri/NamespaceResolver
org/apache/commons/jxpath/ri/parser/ParseException
org/apache/commons/jxpath/ri/parser/SimpleCharStream
org/apache/commons/jxpath/ri/parser/Token
org/apache/commons/jxpath/ri/parser/TokenMgrError
org/apache/commons/jxpath/ri/parser/XPathParser
org/apache/commons/jxpath/ri/parser/XPathParserConstants
org/apache/commons/jxpath/ri/parser/XPathParserTokenManager
org/apache/commons/jxpath/ri/Parser
org/apache/commons/jxpath/ri/QName
org/apache/commons/jxpath/servlet/Constants
org/apache/commons/jxpath/servlet/HttpSessionAndServletContext
org/apache/commons/jxpath/servlet/HttpSessionHandler
org/apache/commons/jxpath/servlet/JXPathServletContexts
org/apache/commons/jxpath/servlet/KeywordVariables
org/apache/commons/jxpath/servlet/PageContextHandler
org/apache/commons/jxpath/servlet/PageScopeContext
org/apache/commons/jxpath/servlet/PageScopeContextHandler
org/apache/commons/jxpath/servlet/ServletContextHandler
org/apache/commons/jxpath/servlet/ServletRequestAndContext
org/apache/commons/jxpath/servlet/ServletRequestHandler
org/apache/commons/jxpath/util/BasicTypeConverter
org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter
org/apache/commons/jxpath/util/KeyManagerUtils
org/apache/commons/jxpath/util/MethodLookupUtils
org/apache/commons/jxpath/util/ReverseComparator
org/apache/commons/jxpath/util/TypeConverter
org/apache/commons/jxpath/util/TypeUtils
org/apache/commons/jxpath/util/ValueUtils
org/apache/commons/jxpath/Variables
org/apache/commons/jxpath/xml/DocumentContainer
org/apache/commons/jxpath/xml/DOMParser
org/apache/commons/jxpath/xml/JDOMParser
org/apache/commons/jxpath/xml/XMLParser
org/apache/commons/jxpath/xml/XMLParser2
org/apache/commons/jxpath/XMLDocumentContainer

2012-03-08, 7347🔥, 0💬