|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.dom.DOMOps
Various static methods the do simple operations on the DOM.
Method Summary | |
static int |
countChildren(Node node)
Count the number of children in a node has. |
static Node |
getActualNode(Node node)
Get the real DOM node, bypassing an XMLC-generated container. |
static Document |
getDocument(Node node)
Get the owner document object for a node. |
static boolean |
isLazyDOMInstance(Document doc)
Determine if a document is a LazyDOM instance document. |
static Node |
replaceNode(Node srcNode,
Node destNode)
Replace a node with one imported from another document. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static Document getDocument(Node node)
public static Node getActualNode(Node node)
public static Node replaceNode(Node srcNode, Node destNode)
srcNode
- The node to clone and insertdestNode
- The node to be replacedpublic static int countChildren(Node node)
public static boolean isLazyDOMInstance(Document doc)
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |