|
||||||||||
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.PropertyOwnerPointer org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer org.apache.cocoon.components.flow.javascript.ScriptablePointer
public class ScriptablePointer
Field Summary |
---|
Fields inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
---|
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION |
Constructor Summary | |
---|---|
ScriptablePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName name,
org.mozilla.javascript.Scriptable object)
|
|
ScriptablePointer(org.apache.commons.jxpath.ri.QName name,
org.mozilla.javascript.Scriptable object,
Locale locale)
|
Method Summary | |
---|---|
Object |
getImmediateNode()
|
int |
getLength()
|
org.apache.commons.jxpath.ri.model.beans.PropertyPointer |
getPropertyPointer()
|
void |
setValue(Object value)
|
Methods inherited from class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer |
---|
asPath, attributeIterator, createNodeIterator, equals, getBaseValue, getName, hashCode, isCollection, isDynamicPropertyDeclarationSupported, isLeaf |
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer |
---|
childIterator, compareChildNodePointers, remove, setIndex |
Methods inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
---|
clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isActual, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, setAttribute, setNamespaceResolver, testNode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScriptablePointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, org.mozilla.javascript.Scriptable object)
public ScriptablePointer(org.apache.commons.jxpath.ri.QName name, org.mozilla.javascript.Scriptable object, Locale locale)
Method Detail |
---|
public org.apache.commons.jxpath.ri.model.beans.PropertyPointer getPropertyPointer()
getPropertyPointer
in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
public int getLength()
getLength
in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
public Object getImmediateNode()
getImmediateNode
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |