|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--disciple.util.XMLUtil
| Constructor Summary | |
XMLUtil()
|
|
| Method Summary | |
static org.w3c.dom.Element |
getChildElement(org.w3c.dom.Node parent,
java.lang.String name)
Gets a child element by node name. |
static org.w3c.dom.Node |
getChildNode(org.w3c.dom.Node parent,
java.lang.String name)
Gets a child node by name. |
static java.lang.String |
getElementIndexByTagName(org.w3c.dom.Element element)
Computes the XPath index number of an Element. |
static int |
getNodeIndex(org.w3c.dom.Node node)
Computes the node type index number for a node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLUtil()
| Method Detail |
public static org.w3c.dom.Element getChildElement(org.w3c.dom.Node parent,
java.lang.String name)
public static org.w3c.dom.Node getChildNode(org.w3c.dom.Node parent,
java.lang.String name)
public static int getNodeIndex(org.w3c.dom.Node node)
public static java.lang.String getElementIndexByTagName(org.w3c.dom.Element element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||