|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jxpath.ri.model.NodePointer org.apache.commons.jxpath.ri.model.beans.PropertyPointer org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
public class ScriptablePropertyPointer
Field Summary |
---|
Fields inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyPointer |
---|
bean, propertyIndex, UNSPECIFIED_PROPERTY |
Fields inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
---|
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION |
Constructor Summary | |
---|---|
ScriptablePropertyPointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.DynamicPropertyHandler handler)
|
Method Summary | |
---|---|
String |
asPath()
|
Object |
getImmediateNode()
|
int |
getLength()
|
Object |
getValue()
|
boolean |
isCollection()
|
void |
remove()
|
void |
setValue(Object value)
|
Methods inherited from class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer |
---|
createPath, createPath, getBaseValue, getPropertyCount, getPropertyIndex, getPropertyName, getPropertyNames, isActualProperty, isContainer, setPropertyIndex, setPropertyName |
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyPointer |
---|
compareChildNodePointers, createChild, createChild, equals, getBean, getImmediateValuePointer, getName, hashCode, isActual, isLeaf |
Methods inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
---|
attributeIterator, childIterator, clone, compareTo, createAttribute, getDefaultNamespaceURI, getImmediateParentPointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValuePointer, isAttribute, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, setAttribute, setIndex, setNamespaceResolver, testNode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScriptablePropertyPointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.DynamicPropertyHandler handler)
Method Detail |
---|
public int getLength()
getLength
in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
public Object getImmediateNode()
getImmediateNode
in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
public Object getValue()
getValue
in interface org.apache.commons.jxpath.Pointer
getValue
in class org.apache.commons.jxpath.ri.model.NodePointer
public void setValue(Object value)
setValue
in interface org.apache.commons.jxpath.Pointer
setValue
in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
public void remove()
remove
in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
public boolean isCollection()
isCollection
in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
public String asPath()
asPath
in interface org.apache.commons.jxpath.Pointer
asPath
in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |