|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
XPathRootNode represents the root node of a XPath document.
Field Summary |
Fields inherited from interface jd.xml.xpath.model.XPathNode |
ATTRIBUTE, COMMENT, ELEMENT, NAMESPACE, PI, ROOT, TEXT, TYPE_NAMES, TYPES, UNKNOWN |
Method Summary | |
void |
cleanup()
Release any resources allocated by the model. |
String |
getDocumentBaseUri()
Return the base uri of document. |
int |
getDocumentId()
Return an integer that identifies the associated document. |
XPathNode |
getElementForId(String id)
Return the element with the given ID. |
XPathRootNode |
getFragment(String fragmentId)
Build a fragment tree |
String |
getModelName()
Return the name of the XPath model implementation. |
NodeNamePool |
getNodeNamePool()
Return the NodeNamePool used by this node tree. |
String |
getUnparsedEntityUri(String entityName)
Return the unparsed-entity-uri of the unparsed entity with the specified name. |
Methods inherited from interface jd.xml.xpath.model.XPathNode |
accept, compareToNode, equals, equalsNode, getAttributes, getBaseUri, getCacheableNode, getChildCount, getFirstChild, getFirstSibling, getGlobalId, getLanguage, getLineNumber, getLocalId, getLocalName, getName, getNamespaceContext, getNamespaceNodes, getNamespaceUri, getNextSibling, getNodeName, getParent, getPrefix, getPrevSibling, getRoot, getType, getTypeName, getValue, hashCode, hasName, hasNamespaceUri, toString |
Method Detail |
public String getUnparsedEntityUri(String entityName)
public XPathNode getElementForId(String id)
public int getDocumentId()
public String getDocumentBaseUri()
public NodeNamePool getNodeNamePool()
public XPathRootNode getFragment(String fragmentId)
fragmentId
- the id of the element which will be the document element
public void cleanup()
public String getModelName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |