|
|||||||||||
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.cocoon.el.impl.jxpath.NamespacesTablePointer
A JXPath Pointer
that tracks namespaces defined by a NamespacesTable
.
This class is to be used to inform JXPath of the namespaces declared in a host environment
(e.g. JXTemplateGenerator) using
JXPathContext.setNamespaceContextPointer().
Field Summary |
Fields inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION |
Constructor Summary | |
NamespacesTablePointer(org.apache.cocoon.xml.util.NamespacesTable namespaces)
|
Method Summary | |
int |
compareChildNodePointers(org.apache.commons.jxpath.ri.model.NodePointer arg0,
org.apache.commons.jxpath.ri.model.NodePointer arg1)
|
Object |
getBaseValue()
|
protected String |
getDefaultNamespaceURI()
|
Object |
getImmediateNode()
|
int |
getLength()
|
org.apache.commons.jxpath.ri.QName |
getName()
|
String |
getNamespaceURI(String prefix)
|
boolean |
isCollection()
|
boolean |
isLeaf()
|
org.apache.commons.jxpath.ri.model.NodeIterator |
namespaceIterator()
|
void |
setValue(Object value)
|
Methods inherited from class org.apache.commons.jxpath.ri.model.NodePointer |
asPath, attributeIterator, childIterator, clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNode, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isActual, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, remove, setAttribute, setIndex, setNamespaceResolver, testNode, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NamespacesTablePointer(org.apache.cocoon.xml.util.NamespacesTable namespaces)
Method Detail |
public String getNamespaceURI(String prefix)
protected String getDefaultNamespaceURI()
public org.apache.commons.jxpath.ri.model.NodeIterator namespaceIterator()
public boolean isLeaf()
public boolean isCollection()
public int getLength()
public org.apache.commons.jxpath.ri.QName getName()
public Object getBaseValue()
public Object getImmediateNode()
public void setValue(Object value)
public int compareChildNodePointers(org.apache.commons.jxpath.ri.model.NodePointer arg0, org.apache.commons.jxpath.ri.model.NodePointer arg1)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |