Uses of Class
org.apache.commons.jxpath.ri.QName

Packages that use QName
org.apache.commons.jxpath.ri Reference implementation of JXPath. 
org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc). 
org.apache.commons.jxpath.ri.compiler XPath parse tree. 
org.apache.commons.jxpath.ri.model The "model" package defines APIs that are implemented for every object model to be supported by JXPath. 
org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. 
org.apache.commons.jxpath.ri.model.container Implementation of "model" APIs for Containers. 
org.apache.commons.jxpath.ri.model.dom Implementation of "model" APIs for W3C DOM. 
org.apache.commons.jxpath.ri.model.dynabeans   
org.apache.commons.jxpath.ri.model.dynamic   
org.apache.commons.jxpath.ri.model.jdom Implementation of "model" APIs for JDOM (see jdom.org). 
 

Uses of QName in org.apache.commons.jxpath.ri
 

Methods in org.apache.commons.jxpath.ri with parameters of type QName
 Function JXPathContextReferenceImpl.getFunction(QName functionName, java.lang.Object[] parameters)
           
 NodePointer JXPathContextReferenceImpl.getVariablePointer(QName name)
           
 

Uses of QName in org.apache.commons.jxpath.ri.axes
 

Fields in org.apache.commons.jxpath.ri.axes declared as QName
private static QName SimplePathInterpreter.QNAME_NAME
           
 

Methods in org.apache.commons.jxpath.ri.axes with parameters of type QName
 Function RootContext.getFunction(QName functionName, java.lang.Object[] parameters)
           
 EvalContext RootContext.getVariableContext(QName variableName)
           
private static boolean SimplePathInterpreter.isLangAttribute(QName name)
           
 

Uses of QName in org.apache.commons.jxpath.ri.compiler
 

Fields in org.apache.commons.jxpath.ri.compiler declared as QName
private  QName ExtensionFunction.functionName
           
private  QName Expression.PointerIterator.qname
           
private  QName NodeNameTest.qname
           
private static QName TreeCompiler.QNAME_NAME
           
private  QName VariableReference.varName
           
 

Methods in org.apache.commons.jxpath.ri.compiler that return QName
 QName ExtensionFunction.getFunctionName()
           
 QName NodeNameTest.getNodeName()
           
 QName VariableReference.getVariableName()
           
 

Constructors in org.apache.commons.jxpath.ri.compiler with parameters of type QName
Expression.PointerIterator(java.util.Iterator it, QName qname, java.util.Locale locale)
          Deprecated. Use the method that takes a NamespaceManager
ExtensionFunction(QName functionName, Expression[] args)
           
NodeNameTest(QName qname)
           
NodeNameTest(QName qname, java.lang.String namespaceURI)
           
VariableReference(QName varName)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model
 

Fields in org.apache.commons.jxpath.ri.model declared as QName
private  QName VariablePointer.name
           
 

Methods in org.apache.commons.jxpath.ri.model that return QName
abstract  QName NodePointer.getName()
          Returns the name of this node.
 QName VariablePointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model with parameters of type QName
 NodeIterator NodePointer.attributeIterator(QName qname)
          Returns a NodeIterator that iterates over all attributes of the current node matching the supplied node name (could have a wildcard).
 NodeIterator VariablePointer.attributeIterator(QName name)
           
 NodePointer NodePointer.createAttribute(JXPathContext context, QName name)
          Called to create a non-existing attribute
 NodePointer NodePointer.createChild(JXPathContext context, QName name, int index)
          Called by a child pointer when it needs to create a parent object for a non-existent collection element.
 NodePointer VariablePointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer NodePointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
          Called by a child pointer if that child needs to assign the value supplied in the createPath(context, value) call to a non-existent node.
 NodePointer VariablePointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer NodePointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object object)
          Create a NodePointer for the supplied child object.
 NodePointer NodePointerFactory.createNodePointer(QName name, java.lang.Object object, java.util.Locale locale)
          Create a NodePointer for the supplied object.
static NodePointer NodePointer.newChildNodePointer(NodePointer parent, QName name, java.lang.Object bean)
          Allocates an new child NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.
static NodePointer NodePointer.newNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
          Allocates an entirely new NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.
 

Constructors in org.apache.commons.jxpath.ri.model with parameters of type QName
VariablePointer(QName name)
           
VariablePointer(Variables variables, QName name)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model.beans
 

Fields in org.apache.commons.jxpath.ri.model.beans declared as QName
private  QName BeanPointer.name
           
private  QName CollectionAttributeNodeIterator.name
           
private  QName NullPointer.name
           
 

Methods in org.apache.commons.jxpath.ri.model.beans that return QName
 QName PropertyPointer.getName()
           
abstract  QName PropertyOwnerPointer.getName()
           
 QName BeanPointer.getName()
           
 QName CollectionPointer.getName()
           
 QName LangAttributePointer.getName()
           
 QName NullElementPointer.getName()
           
 QName NullPointer.getName()
           
 QName NullPropertyPointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.beans with parameters of type QName
 NodeIterator PropertyOwnerPointer.attributeIterator(QName name)
           
 NodeIterator CollectionPointer.attributeIterator(QName name)
           
 NodePointer PropertyPointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer CollectionPointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer NullPointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer NullPropertyPointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer PropertyPointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer CollectionPointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer NullPointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer NullPropertyPointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer BeanPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer CollectionPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer BeanPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 NodePointer CollectionPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 

Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type QName
BeanAttributeIterator(PropertyOwnerPointer parent, QName name)
           
BeanPointer(NodePointer parent, QName name, java.lang.Object bean, JXPathBeanInfo beanInfo)
           
BeanPointer(QName name, java.lang.Object bean, JXPathBeanInfo beanInfo, java.util.Locale locale)
           
CollectionAttributeNodeIterator(CollectionPointer pointer, QName name)
           
NullPointer(NodePointer parent, QName name)
          Used for the root node
NullPointer(QName name, java.util.Locale locale)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model.container
 

Methods in org.apache.commons.jxpath.ri.model.container that return QName
 QName ContainerPointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.container with parameters of type QName
 NodeIterator ContainerPointer.attributeIterator(QName name)
           
 NodePointer ContainerPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer ContainerPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model.dom
 

Fields in org.apache.commons.jxpath.ri.model.dom declared as QName
private  QName DOMAttributeIterator.name
           
 

Methods in org.apache.commons.jxpath.ri.model.dom that return QName
 QName DOMAttributePointer.getName()
           
 QName DOMNodePointer.getName()
           
 QName NamespacePointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.dom with parameters of type QName
 NodeIterator DOMNodePointer.attributeIterator(QName name)
           
 NodePointer DOMNodePointer.createAttribute(JXPathContext context, QName name)
           
 NodePointer DOMNodePointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer DOMNodePointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer DOMPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer DOMPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
private  org.w3c.dom.Attr DOMAttributeIterator.getAttribute(org.w3c.dom.Element element, QName name)
           
private  boolean DOMAttributeIterator.testAttr(org.w3c.dom.Attr attr, QName testName)
           
 

Constructors in org.apache.commons.jxpath.ri.model.dom with parameters of type QName
DOMAttributeIterator(NodePointer parent, QName name)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model.dynabeans
 

Fields in org.apache.commons.jxpath.ri.model.dynabeans declared as QName
private  QName DynaBeanPointer.name
           
 

Methods in org.apache.commons.jxpath.ri.model.dynabeans that return QName
 QName DynaBeanPointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type QName
 NodePointer DynaBeanPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer DynaBeanPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 

Constructors in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type QName
DynaBeanPointer(NodePointer parent, QName name, org.apache.commons.beanutils.DynaBean dynaBean)
           
DynaBeanPointer(QName name, org.apache.commons.beanutils.DynaBean dynaBean, java.util.Locale locale)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model.dynamic
 

Fields in org.apache.commons.jxpath.ri.model.dynamic declared as QName
private  QName DynamicPointer.name
           
 

Methods in org.apache.commons.jxpath.ri.model.dynamic that return QName
 QName DynamicPointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.dynamic with parameters of type QName
 NodeIterator DynamicPointer.attributeIterator(QName name)
           
 NodePointer DynamicPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer DynamicPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 

Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type QName
DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)
           
DynamicPointer(NodePointer parent, QName name, java.lang.Object bean, DynamicPropertyHandler handler)
           
DynamicPointer(QName name, java.lang.Object bean, DynamicPropertyHandler handler, java.util.Locale locale)
           
 

Uses of QName in org.apache.commons.jxpath.ri.model.jdom
 

Fields in org.apache.commons.jxpath.ri.model.jdom declared as QName
private  QName JDOMAttributeIterator.name
           
 

Methods in org.apache.commons.jxpath.ri.model.jdom that return QName
 QName JDOMAttributePointer.getName()
           
 QName JDOMNamespacePointer.getName()
           
 QName JDOMNodePointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.jdom with parameters of type QName
 NodeIterator JDOMNodePointer.attributeIterator(QName name)
           
 NodePointer JDOMNodePointer.createAttribute(JXPathContext context, QName name)
           
 NodePointer JDOMNodePointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer JDOMNodePointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodePointer JDOMPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodePointer JDOMPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 

Constructors in org.apache.commons.jxpath.ri.model.jdom with parameters of type QName
JDOMAttributeIterator(NodePointer parent, QName name)