|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.ri.model.NodePointer
org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
org.eclipse.actf.model.locate.BaseNodePointer
public abstract class BaseNodePointer
Field Summary | |
---|---|
protected IConfiguration |
config
|
protected IModel |
model
|
protected org.apache.commons.jxpath.ri.QName |
name
|
Fields inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
---|
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION |
Constructor Summary | |
---|---|
BaseNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
Locale locale,
String modelName)
|
Method Summary | |
---|---|
String |
asPath()
|
boolean |
equals(Object o)
|
protected String |
formPropertiesPredicates(Properties identification)
|
int |
getLength()
|
org.apache.commons.jxpath.ri.QName |
getName()
|
org.apache.commons.jxpath.ri.model.beans.PropertyPointer |
getPropertyPointer()
|
protected int |
getRelativePositionByClassName()
|
int |
hashCode()
|
boolean |
isActual()
|
boolean |
isCollection()
|
boolean |
isLeaf()
|
void |
setValue(Object value)
|
boolean |
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest test)
|
boolean |
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest test,
Object node)
|
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer |
---|
attributeIterator, childIterator, compareChildNodePointers, createNodeIterator, getImmediateNode, isDynamicPropertyDeclarationSupported, remove, setIndex |
Methods inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
---|
clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, getBaseValue, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, setAttribute, setNamespaceResolver, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected IModel model
protected IConfiguration config
protected org.apache.commons.jxpath.ri.QName name
Constructor Detail |
---|
public BaseNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent, Locale locale, String modelName)
Method Detail |
---|
public int getLength()
getLength
in class org.apache.commons.jxpath.ri.model.NodePointer
public org.apache.commons.jxpath.ri.QName getName()
getName
in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
public boolean isCollection()
isCollection
in class org.apache.commons.jxpath.ri.model.NodePointer
public boolean isActual()
isActual
in class org.apache.commons.jxpath.ri.model.NodePointer
public boolean isLeaf()
isLeaf
in class org.apache.commons.jxpath.ri.model.NodePointer
public org.apache.commons.jxpath.ri.model.beans.PropertyPointer getPropertyPointer()
getPropertyPointer
in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
public void setValue(Object value)
setValue
in interface org.apache.commons.jxpath.Pointer
setValue
in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
public String asPath()
asPath
in interface org.apache.commons.jxpath.Pointer
asPath
in class org.apache.commons.jxpath.ri.model.NodePointer
public boolean testNode(org.apache.commons.jxpath.ri.compiler.NodeTest test)
testNode
in class org.apache.commons.jxpath.ri.model.NodePointer
public boolean testNode(org.apache.commons.jxpath.ri.compiler.NodeTest test, Object node)
protected int getRelativePositionByClassName()
protected String formPropertiesPredicates(Properties identification)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |