public class XMLParser
extends java.lang.Object
| Constructor and Description |
|---|
XMLParser()
Create an XMLParser as configured from init.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
init()
Initialise the DocumentBuilderFactory which provides XML document
builders to the toolkit, and optionally the Schema instances to be used
for validating commands generated by the toolkit.
|
XMLDocument |
parse(java.lang.String xml)
Generate a DOM representation of the given XML source document.
|
public XMLParser()
public static void init()
EPPSchemaProviderpublic XMLDocument parse(java.lang.String xml) throws ParsingException
ParsingException