Uses of Class
org.apache.commons.jxpath.ri.QName
-
Packages that use QName Package Description 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 Implementation of "model" APIs for Commons BeanUtils DynaBeans.org.apache.commons.jxpath.ri.model.dynamic Implementation of "model" APIs for dynamic property objects e.g.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 Modifier and Type Method Description FunctionJXPathContextReferenceImpl. getFunction(QName functionName, java.lang.Object[] parameters)Get the named Function.NodePointerJXPathContextReferenceImpl. getVariablePointer(QName name)Get a VariablePointer for the given variable name. -
Uses of QName in org.apache.commons.jxpath.ri.axes
Fields in org.apache.commons.jxpath.ri.axes declared as QName Modifier and Type Field Description private static QNameSimplePathInterpreter. QNAME_NAMEprivate static QNameAttributeContext. WILDCARDMethods in org.apache.commons.jxpath.ri.axes with parameters of type QName Modifier and Type Method Description FunctionRootContext. getFunction(QName functionName, java.lang.Object[] parameters)Get the specified function from the context.EvalContextRootContext. getVariableContext(QName variableName)Get variable context.private static booleanSimplePathInterpreter. isLangAttribute(QName name)Learn whethernameis a lang attribute. -
Uses of QName in org.apache.commons.jxpath.ri.compiler
Fields in org.apache.commons.jxpath.ri.compiler declared as QName Modifier and Type Field Description private QNameExtensionFunction. functionNameprivate QNameExpression.PointerIterator. qnameprivate QNameNodeNameTest. qnameprivate static QNameTreeCompiler. QNAME_NAMEprivate QNameVariableReference. varNameMethods in org.apache.commons.jxpath.ri.compiler that return QName Modifier and Type Method Description QNameExtensionFunction. getFunctionName()Get the function nameQNameNodeNameTest. getNodeName()Get the node name.QNameVariableReference. getVariableName()Get the variable name.Constructors in org.apache.commons.jxpath.ri.compiler with parameters of type QName Constructor Description ExtensionFunction(QName functionName, Expression[] args)Create a new ExtensionFunction.NodeNameTest(QName qname)Create a new NodeNameTest.NodeNameTest(QName qname, java.lang.String namespaceURI)Create a new NodeNameTest.PointerIterator(java.util.Iterator it, QName qname, java.util.Locale locale)Deprecated.Use the method that takes a NamespaceManagerVariableReference(QName varName)Create a new VariableReference. -
Uses of QName in org.apache.commons.jxpath.ri.model
Fields in org.apache.commons.jxpath.ri.model declared as QName Modifier and Type Field Description private QNameVariablePointer. nameMethods in org.apache.commons.jxpath.ri.model that return QName Modifier and Type Method Description abstract QNameNodePointer. getName()Returns the name of this node.QNameVariablePointer. getName()Methods in org.apache.commons.jxpath.ri.model with parameters of type QName Modifier and Type Method Description NodeIteratorNodePointer. attributeIterator(QName qname)Returns a NodeIterator that iterates over all attributes of the current node matching the supplied node name (could have a wildcard).NodeIteratorVariablePointer. attributeIterator(QName name)NodePointerNodePointer. createAttribute(JXPathContext context, QName name)Called to create a non-existing attributeNodePointerNodePointer. 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.NodePointerNodePointer. 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.NodePointerVariablePointer. createChild(JXPathContext context, QName name, int index)NodePointerVariablePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerNodePointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object object)Create a NodePointer for the supplied child object.NodePointerNodePointerFactory. createNodePointer(QName name, java.lang.Object object, java.util.Locale locale)Create a NodePointer for the supplied object.NodePointerVariablePointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object object)NodePointerVariablePointerFactory. createNodePointer(QName name, java.lang.Object object, java.util.Locale locale)static NodePointerNodePointer. 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 NodePointerNodePointer. 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 Constructor Description VariablePointer(QName name)Create a new (non-actual) VariablePointer.VariablePointer(Variables variables, QName name)Create a new VariablePointer. -
Uses of QName in org.apache.commons.jxpath.ri.model.beans
Fields in org.apache.commons.jxpath.ri.model.beans declared as QName Modifier and Type Field Description private QNameBeanPointer. nameprivate QNameCollectionAttributeNodeIterator. nameprivate QNameNullPointer. nameMethods in org.apache.commons.jxpath.ri.model.beans that return QName Modifier and Type Method Description QNameBeanPointer. getName()QNameCollectionPointer. getName()QNameLangAttributePointer. getName()QNameNullElementPointer. getName()QNameNullPointer. getName()QNameNullPropertyPointer. getName()abstract QNamePropertyOwnerPointer. getName()QNamePropertyPointer. getName()Methods in org.apache.commons.jxpath.ri.model.beans with parameters of type QName Modifier and Type Method Description NodeIteratorCollectionPointer. attributeIterator(QName name)NodeIteratorPropertyOwnerPointer. attributeIterator(QName name)NodePointerCollectionPointer. createChild(JXPathContext context, QName name, int index)NodePointerCollectionPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerNullPointer. createChild(JXPathContext context, QName name, int index)NodePointerNullPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerNullPropertyPointer. createChild(JXPathContext context, QName name, int index)NodePointerNullPropertyPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerPropertyPointer. createChild(JXPathContext context, QName name, int index)NodePointerPropertyPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerBeanPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerBeanPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerCollectionPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerCollectionPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)booleanPropertyOwnerPointer. isValidProperty(QName name)Learn whethernameis a valid child name for this PropertyOwnerPointer.Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type QName Constructor Description BeanAttributeIterator(PropertyOwnerPointer parent, QName name)Create a new BeanAttributeIterator.BeanPointer(NodePointer parent, QName name, java.lang.Object bean, JXPathBeanInfo beanInfo)Create a new BeanPointer.BeanPointer(QName name, java.lang.Object bean, JXPathBeanInfo beanInfo, java.util.Locale locale)Create a new BeanPointer.CollectionAttributeNodeIterator(CollectionPointer pointer, QName name)Create a new CollectionAttributeNodeIterator.NullPointer(NodePointer parent, QName name)Used for the root node.NullPointer(QName name, java.util.Locale locale)Create 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 QName Modifier and Type Method Description QNameContainerPointer. getName()Methods in org.apache.commons.jxpath.ri.model.container with parameters of type QName Modifier and Type Method Description NodeIteratorContainerPointer. attributeIterator(QName name)NodePointerContainerPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerContainerPointerFactory. 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 Modifier and Type Field Description private QNameDOMAttributeIterator. nameMethods in org.apache.commons.jxpath.ri.model.dom that return QName Modifier and Type Method Description QNameDOMAttributePointer. getName()QNameDOMNodePointer. getName()QNameNamespacePointer. getName()Methods in org.apache.commons.jxpath.ri.model.dom with parameters of type QName Modifier and Type Method Description NodeIteratorDOMNodePointer. attributeIterator(QName name)NodePointerDOMNodePointer. createAttribute(JXPathContext context, QName name)NodePointerDOMNodePointer. createChild(JXPathContext context, QName name, int index)NodePointerDOMNodePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerDOMPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerDOMPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)private org.w3c.dom.AttrDOMAttributeIterator. getAttribute(org.w3c.dom.Element element, QName name)Get the named attribute.Constructors in org.apache.commons.jxpath.ri.model.dom with parameters of type QName Constructor Description DOMAttributeIterator(NodePointer parent, QName name)Create a new DOMAttributeIterator. -
Uses of QName in org.apache.commons.jxpath.ri.model.dynabeans
Fields in org.apache.commons.jxpath.ri.model.dynabeans declared as QName Modifier and Type Field Description private QNameDynaBeanPointer. nameMethods in org.apache.commons.jxpath.ri.model.dynabeans that return QName Modifier and Type Method Description QNameDynaBeanPointer. getName()Methods in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type QName Modifier and Type Method Description NodePointerDynaBeanPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerDynaBeanPointerFactory. 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 Constructor Description DynaBeanPointer(NodePointer parent, QName name, org.apache.commons.beanutils.DynaBean dynaBean)Create a new DynaBeanPointer.DynaBeanPointer(QName name, org.apache.commons.beanutils.DynaBean dynaBean, java.util.Locale locale)Create a new DynaBeanPointer. -
Uses of QName in org.apache.commons.jxpath.ri.model.dynamic
Fields in org.apache.commons.jxpath.ri.model.dynamic declared as QName Modifier and Type Field Description private QNameDynamicPointer. nameMethods in org.apache.commons.jxpath.ri.model.dynamic that return QName Modifier and Type Method Description QNameDynamicPointer. getName()Methods in org.apache.commons.jxpath.ri.model.dynamic with parameters of type QName Modifier and Type Method Description NodeIteratorDynamicPointer. attributeIterator(QName name)NodePointerDynamicPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerDynamicPointerFactory. 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 Constructor Description DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)Create a new DynamicAttributeIterator.DynamicPointer(NodePointer parent, QName name, java.lang.Object bean, DynamicPropertyHandler handler)Create a new DynamicPointer.DynamicPointer(QName name, java.lang.Object bean, DynamicPropertyHandler handler, java.util.Locale locale)Create 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 QName Modifier and Type Method Description QNameJDOMAttributePointer. getName()QNameJDOMNamespacePointer. getName()QNameJDOMNodePointer. getName()Methods in org.apache.commons.jxpath.ri.model.jdom with parameters of type QName Modifier and Type Method Description NodeIteratorJDOMNodePointer. attributeIterator(QName name)NodePointerJDOMNodePointer. createAttribute(JXPathContext context, QName name)NodePointerJDOMNodePointer. createChild(JXPathContext context, QName name, int index)NodePointerJDOMNodePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerJDOMPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerJDOMPointerFactory. 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 Constructor Description JDOMAttributeIterator(NodePointer parent, QName name)Create a new JDOMAttributeIterator.
-