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
 NodePointer JXPathContextReferenceImpl.getVariablePointer(QName name)
           
 Function JXPathContextReferenceImpl.getFunction(QName functionName, java.lang.Object[] parameters)
           
 

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
private static boolean SimplePathInterpreter.isLangAttribute(QName name)
           
 EvalContext RootContext.getVariableContext(QName variableName)
           
 Function RootContext.getFunction(QName functionName, java.lang.Object[] parameters)
           
 

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

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

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

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

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
 QName VariablePointer.getName()
           
abstract  QName NodePointer.getName()
          Returns the name of this node.
 

Methods in org.apache.commons.jxpath.ri.model with parameters of type QName
 NodePointer VariablePointer.createChild(JXPathContext context, QName name, int index)
           
 NodePointer VariablePointer.createChild(JXPathContext context, QName name, int index, java.lang.Object value)
           
 NodeIterator VariablePointer.attributeIterator(QName name)
           
 NodePointer NodePointerFactory.createNodePointer(QName name, java.lang.Object object, java.util.Locale locale)
          Create a NodePointer for the supplied object.
 NodePointer NodePointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object object)
          Create a NodePointer for the supplied child object.
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.
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.
 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 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 NodePointer.createAttribute(JXPathContext context, QName name)
          Called to create a non-existing attribute
 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).
 

Constructors in org.apache.commons.jxpath.ri.model with parameters of type QName
VariablePointer(Variables variables, QName name)
           
VariablePointer(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 NullPointer.name
           
private  QName CollectionAttributeNodeIterator.name
           
private  QName BeanPointer.name
           
 

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

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

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

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
 NodePointer ContainerPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 NodePointer ContainerPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodeIterator ContainerPointer.attributeIterator(QName name)
           
 

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 NamespacePointer.getName()
           
 QName DOMNodePointer.getName()
           
 QName DOMAttributePointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.dom with parameters of type QName
 NodePointer DOMPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 NodePointer DOMPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodeIterator DOMNodePointer.attributeIterator(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 DOMNodePointer.createAttribute(JXPathContext context, QName name)
           
private  boolean DOMAttributeIterator.testAttr(org.w3c.dom.Attr attr, QName testName)
           
private  org.w3c.dom.Attr DOMAttributeIterator.getAttribute(org.w3c.dom.Element element, QName name)
           
 

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(QName name, java.lang.Object bean, java.util.Locale locale)
           
 NodePointer DynaBeanPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 

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

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
 NodePointer DynamicPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 NodePointer DynamicPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodeIterator DynamicPointer.attributeIterator(QName name)
           
 

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

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 JDOMNodePointer.getName()
           
 QName JDOMNamespacePointer.getName()
           
 QName JDOMAttributePointer.getName()
           
 

Methods in org.apache.commons.jxpath.ri.model.jdom with parameters of type QName
 NodePointer JDOMPointerFactory.createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
           
 NodePointer JDOMPointerFactory.createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
           
 NodeIterator JDOMNodePointer.attributeIterator(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 JDOMNodePointer.createAttribute(JXPathContext context, QName name)
           
 

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