public class ModelNodePointer
extends org.apache.commons.jxpath.ri.model.beans.BeanPointer
Constructor and Description |
---|
ModelNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName name,
Object bean,
org.apache.commons.jxpath.JXPathBeanInfo beanInfo,
Class<?> beanClass)
Create a new BeanPointer.
|
ModelNodePointer(org.apache.commons.jxpath.ri.QName name,
Object bean,
org.apache.commons.jxpath.JXPathBeanInfo beanInfo,
Class<?> beanClass,
Locale locale)
Create a new BeanPointer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
org.apache.commons.jxpath.ri.model.beans.PropertyPointer |
getPropertyPointer() |
int |
hashCode() |
asPath, getBaseValue, getLength, getName, isCollection, isLeaf
attributeIterator, childIterator, compareChildNodePointers, createNodeIterator, getImmediateNode, isDynamicPropertyDeclarationSupported, isValidProperty, remove, setIndex, setValue
clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, escape, getAbstractFactory, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeSetByKey, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isActual, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, setAttribute, setNamespaceResolver, testNode, toString
public ModelNodePointer(org.apache.commons.jxpath.ri.QName name, Object bean, org.apache.commons.jxpath.JXPathBeanInfo beanInfo, Class<?> beanClass, Locale locale)
name
- is the name given to the first nodebean
- pointedbeanInfo
- JXPathBeanInfobeanClass
- the class of the beanlocale
- Localepublic ModelNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, Object bean, org.apache.commons.jxpath.JXPathBeanInfo beanInfo, Class<?> beanClass)
parent
- pointername
- is the name given to the first nodebean
- pointedbeanInfo
- JXPathBeanInfobeanClass
- the class of the beanpublic org.apache.commons.jxpath.ri.model.beans.PropertyPointer getPropertyPointer()
getPropertyPointer
in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
public int hashCode()
hashCode
in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
public boolean equals(Object object)
equals
in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.