Uses of Class
org.apache.commons.jxpath.ri.QName
Packages that use QName
Package
Description
Reference implementation of JXPath.
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
XPath parse tree.
Implementation of "model" APIs for Containers.
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.
Implementation of "model" APIs for Containers.
Implementation of "model" APIs for W3C DOM.
Implementation of "model" APIs for Commons BeanUtils DynaBeans.
Implementation of "model" APIs for dynamic property objects e.g.
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 QNameModifier and TypeMethodDescriptionJXPathContextReferenceImpl.getFunction
(QName functionName, Object[] parameters) Gets the named Function.JXPathContextReferenceImpl.getVariablePointer
(QName qName) Gets a VariablePointer for the given variable name. -
Uses of QName in org.apache.commons.jxpath.ri.axes
Methods in org.apache.commons.jxpath.ri.axes with parameters of type QNameModifier and TypeMethodDescriptionRootContext.getFunction
(QName functionName, Object[] parameters) Gets the specified function from the context.RootContext.getVariableContext
(QName variableName) Gets variable context. -
Uses of QName in org.apache.commons.jxpath.ri.compiler
Methods in org.apache.commons.jxpath.ri.compiler that return QNameModifier and TypeMethodDescriptionExtensionFunction.getFunctionName()
Gets the function nameNodeNameTest.getNodeName()
Gets the node name.VariableReference.getVariableName()
Gets the variable name.Constructors in org.apache.commons.jxpath.ri.compiler with parameters of type QNameModifierConstructorDescriptionExtensionFunction
(QName functionName, Expression[] args) Constructs a new ExtensionFunction.NodeNameTest
(QName qname) Constructs a new NodeNameTest.NodeNameTest
(QName qname, String namespaceURI) Constructs a new NodeNameTest.PointerIterator
(Iterator it, QName qname, Locale locale) Deprecated.Use the method that takes a NamespaceManagerVariableReference
(QName varName) Constructs a new VariableReference. -
Uses of QName in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model that return QNameModifier and TypeMethodDescriptionabstract QName
NodePointer.getName()
Gets the name of this node.VariablePointer.getName()
Methods in org.apache.commons.jxpath.ri.model with parameters of type QNameModifier and TypeMethodDescriptionNodePointer.attributeIterator
(QName qname) Returns a NodeIterator that iterates over all attributes of the current node matching the supplied node name (could have a wildcard).VariablePointer.attributeIterator
(QName qName) NodePointer.createAttribute
(JXPathContext context, QName qName) Called to create a non-existing attributeNodePointer.createChild
(JXPathContext context, QName qName, int index) Called by a child pointer when it needs to create a parent object for a non-existent collection element.NodePointer.createChild
(JXPathContext context, QName qName, int index, 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.VariablePointer.createChild
(JXPathContext context, QName qName, int index) VariablePointer.createChild
(JXPathContext context, QName qName, int index, Object value) NodePointerFactory.createNodePointer
(NodePointer parent, QName qName, Object object) Create a NodePointer for the supplied child object.NodePointerFactory.createNodePointer
(QName qName, Object object, Locale locale) Create a NodePointer for the supplied object.VariablePointerFactory.createNodePointer
(NodePointer parent, QName qName, Object object) VariablePointerFactory.createNodePointer
(QName qName, Object object, Locale locale) static NodePointer
NodePointer.newChildNodePointer
(NodePointer parent, QName qName, 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 qName, Object bean, 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 QNameModifierConstructorDescriptionVariablePointer
(QName qName) Constructs a new (non-actual) VariablePointer.VariablePointer
(Variables variables, QName qName) Constructs a new VariablePointer. -
Uses of QName in org.apache.commons.jxpath.ri.model.beans
Methods in org.apache.commons.jxpath.ri.model.beans that return QNameModifier and TypeMethodDescriptionBeanPointer.getName()
CollectionPointer.getName()
LangAttributePointer.getName()
NullElementPointer.getName()
NullPointer.getName()
NullPropertyPointer.getName()
abstract QName
PropertyOwnerPointer.getName()
PropertyPointer.getName()
Methods in org.apache.commons.jxpath.ri.model.beans with parameters of type QNameModifier and TypeMethodDescriptionCollectionPointer.attributeIterator
(QName qName) PropertyOwnerPointer.attributeIterator
(QName qName) CollectionPointer.createChild
(JXPathContext context, QName qName, int index) CollectionPointer.createChild
(JXPathContext context, QName qName, int index, Object value) NullPointer.createChild
(JXPathContext context, QName qName, int index) NullPointer.createChild
(JXPathContext context, QName qName, int index, Object value) NullPropertyPointer.createChild
(JXPathContext context, QName qName, int index) NullPropertyPointer.createChild
(JXPathContext context, QName qName, int index, Object value) PropertyPointer.createChild
(JXPathContext context, QName qName, int index) PropertyPointer.createChild
(JXPathContext context, QName qName, int index, Object value) BeanPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) BeanPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) CollectionPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) CollectionPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) boolean
PropertyOwnerPointer.isValidProperty
(QName qName) Tests whethername
is a valid child name for this PropertyOwnerPointer.Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type QNameModifierConstructorDescriptionBeanAttributeIterator
(PropertyOwnerPointer parent, QName qName) Constructs a new BeanAttributeIterator.BeanPointer
(NodePointer parent, QName qName, Object bean, JXPathBeanInfo beanInfo) BeanPointer a new BeanPointer.BeanPointer
(QName qName, Object bean, JXPathBeanInfo beanInfo, Locale locale) Constructs a new BeanPointer.CollectionAttributeNodeIterator
(CollectionPointer pointer, QName qName) Constructs a new CollectionAttributeNodeIterator.NullPointer
(NodePointer parent, QName qName) Used for the root node.NullPointer
(QName qName, Locale locale) Constructs a new NullPointer. -
Uses of QName in org.apache.commons.jxpath.ri.model.container
Methods in org.apache.commons.jxpath.ri.model.container that return QNameMethods in org.apache.commons.jxpath.ri.model.container with parameters of type QNameModifier and TypeMethodDescriptionContainerPointer.attributeIterator
(QName qName) ContainerPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) ContainerPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) -
Uses of QName in org.apache.commons.jxpath.ri.model.dom
Methods in org.apache.commons.jxpath.ri.model.dom that return QNameModifier and TypeMethodDescriptionDOMAttributePointer.getName()
DOMNodePointer.getName()
NamespacePointer.getName()
Methods in org.apache.commons.jxpath.ri.model.dom with parameters of type QNameModifier and TypeMethodDescriptionDOMNodePointer.attributeIterator
(QName qName) DOMNodePointer.createAttribute
(JXPathContext context, QName qName) DOMNodePointer.createChild
(JXPathContext context, QName qName, int index) DOMNodePointer.createChild
(JXPathContext context, QName qName, int index, Object value) DOMPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) DOMPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) Constructors in org.apache.commons.jxpath.ri.model.dom with parameters of type QNameModifierConstructorDescriptionDOMAttributeIterator
(NodePointer parent, QName qName) Constructs a new DOMAttributeIterator. -
Uses of QName in org.apache.commons.jxpath.ri.model.dynabeans
Methods in org.apache.commons.jxpath.ri.model.dynabeans that return QNameMethods in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type QNameModifier and TypeMethodDescriptionDynaBeanPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) DynaBeanPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) StrictLazyDynaBeanPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object object) Create a NodePointer for the supplied child object.StrictLazyDynaBeanPointerFactory.createNodePointer
(QName qName, Object object, Locale locale) Create a NodePointer for the supplied object.Constructors in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type QNameModifierConstructorDescriptionDynaBeanPointer
(NodePointer parent, QName qName, org.apache.commons.beanutils.DynaBean dynaBean) Constructs a new DynaBeanPointer.DynaBeanPointer
(QName qName, org.apache.commons.beanutils.DynaBean dynaBean, Locale locale) Constructs a new DynaBeanPointer. -
Uses of QName in org.apache.commons.jxpath.ri.model.dynamic
Methods in org.apache.commons.jxpath.ri.model.dynamic that return QNameMethods in org.apache.commons.jxpath.ri.model.dynamic with parameters of type QNameModifier and TypeMethodDescriptionDynamicPointer.attributeIterator
(QName qName) DynamicPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) DynamicPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type QNameModifierConstructorDescriptionDynamicAttributeIterator
(PropertyOwnerPointer parent, QName qName) Constructs a new DynamicAttributeIterator.DynamicPointer
(NodePointer parent, QName qName, Object bean, DynamicPropertyHandler handler) Constructs a new DynamicPointer.DynamicPointer
(QName qName, Object bean, DynamicPropertyHandler handler, Locale locale) Constructs a new DynamicPointer. -
Uses of QName in org.apache.commons.jxpath.ri.model.jdom
Methods in org.apache.commons.jxpath.ri.model.jdom that return QNameModifier and TypeMethodDescriptionJDOMAttributePointer.getName()
JDOMNamespacePointer.getName()
JDOMNodePointer.getName()
Methods in org.apache.commons.jxpath.ri.model.jdom with parameters of type QNameModifier and TypeMethodDescriptionJDOMNodePointer.attributeIterator
(QName qName) JDOMNodePointer.createAttribute
(JXPathContext context, QName qName) JDOMNodePointer.createChild
(JXPathContext context, QName qName, int index) JDOMNodePointer.createChild
(JXPathContext context, QName qName, int index, Object value) JDOMPointerFactory.createNodePointer
(NodePointer parent, QName qName, Object bean) JDOMPointerFactory.createNodePointer
(QName qName, Object bean, Locale locale) Constructors in org.apache.commons.jxpath.ri.model.jdom with parameters of type QNameModifierConstructorDescriptionJDOMAttributeIterator
(NodePointer parent, QName qName) Constructs a new JDOMAttributeIterator.