|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.DOMHelper | +--org.apache.xpath.DOM2Helper | +--org.apache.xalan.stree.StreeDOMHelper
Constructor Summary | |
StreeDOMHelper()
|
Method Summary | |
short |
getLevel(Node node1)
**For internal use only** Get the depth level of this node in the tree. |
java.lang.String |
getUniqueID(Node node)
Create an empty DOM Document. |
boolean |
isNamespaceNode(Node n)
Tell if the given node is a namespace decl node. |
Methods inherited from class org.apache.xpath.DOM2Helper |
checkNode,
getDocument,
getElementByID,
getLocalNameOfNode,
getNamespaceOfNode,
getParentOfNode,
isNodeAfter,
parse,
setDocument,
supportsSAX |
Methods inherited from class org.apache.xpath.DOMHelper |
createDocument,
getDOMFactory,
getExpandedAttributeName,
getExpandedElementName,
getNamespaceForPrefix,
getNodeData,
getNodeData,
getRoot,
getRootNode,
getUnparsedEntityURI,
isIgnorableWhitespace,
setDOMFactory,
shouldStripSourceNode |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StreeDOMHelper()
Method Detail |
public java.lang.String getUniqueID(Node node)
public short getLevel(Node node1)
public boolean isNamespaceNode(Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |