| |
|
| org.apache.cocoon.util.jxpath.NamespacesTablePointer
NamespacesTablePointer | public class NamespacesTablePointer extends NodePointer (Code) | | 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().
since: 2.1.8 version: $Id: NamespacesTablePointer.java 433543 2006-08-22 06:22:54Z crossley $ |
compareChildNodePointers | public int compareChildNodePointers(NodePointer arg0, NodePointer arg1)(Code) | | |
getDefaultNamespaceURI | protected String getDefaultNamespaceURI()(Code) | | |
getLength | public int getLength()(Code) | | |
getName | public QName getName()(Code) | | |
isCollection | public boolean isCollection()(Code) | | |
isLeaf | public boolean isLeaf()(Code) | | |
namespaceIterator | public NodeIterator namespaceIterator()(Code) | | |
|
|
|