public class DocumentParser extends Object
| 构造器和说明 |
|---|
DocumentParser(InputStream is) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Node |
getNode(Node parent,
String nodeName) |
static String |
getNodeAttr(Node node,
String attrName) |
static NodeList |
getNodeList(Node parent,
String nodeName) |
static String |
getNodeValue(Node parent,
String... nodeName) |
String |
getNodeValue(String... nodeName) |
Element |
getRoot() |
void |
parserDom() |
public DocumentParser(InputStream is)
public void parserDom()
throws XMLParserException
public Element getRoot()