public class XMLParser extends JaxpParser
| Constructor | Description |
|---|---|
XMLParser(I2PAppContext ctx) |
| Modifier and Type | Method | Description |
|---|---|---|
Node |
parse(Node parentNode,
Node domNode,
int rank) |
Modified from UPnP JaxpParser
|
static void |
toString(StringBuilder buf,
Node node) |
A replacement for Node.toString(), which does not recognize #text.
|
parse, parsepublic static final String TEXT_NAME
public XMLParser(I2PAppContext ctx)
public Node parse(Node parentNode, Node domNode, int rank)
parse in class JaxpParserparentNode - null if at toprank - parse level, only for debugpublic static void toString(StringBuilder buf, Node node)