|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NgXMLReadException | |
org.apgrid.grpc.util | Utility tools for Ninf-G. |
Uses of NgXMLReadException in org.apgrid.grpc.util |
Methods in org.apgrid.grpc.util that throw NgXMLReadException | |
static org.w3c.dom.Node |
XMLUtil.getCdataNode(org.w3c.dom.Node node)
Gets a CDATA node from the specified node. |
static org.w3c.dom.Node |
XMLUtil.getChildNode(org.w3c.dom.Node node,
java.lang.String name)
Gets specified child node from the specified node. If there are several nodes which have same name, the node which was appeared at 1st will be returned. |
static org.w3c.dom.Node |
XMLUtil.getChildNode(org.w3c.dom.Node node,
java.lang.String name,
int occur)
Gets specified child node from the specified node. If there are several nodes which have same name, the node which was appeared in specified index will be returned. |
static int |
XMLUtil.countChildNode(org.w3c.dom.Node node,
java.lang.String name)
Counts the number of a child node. |
static java.lang.String |
XMLUtil.getAttributeValue(org.w3c.dom.Node node,
java.lang.String name)
Gets attribute variables of the specified node. |
static org.w3c.dom.Node |
XMLUtil.getNode(java.lang.String str)
Gets XML node from specified string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |