public class XmlDocumentParsable
extends java.lang.Object
| Constructor and Description |
|---|
XmlDocumentParsable(java.lang.String xml)
Instantiates a new xml document parsable.
|
| Modifier and Type | Method and Description |
|---|---|
XmlElementParsable |
getRoot()
Gets the root.
|
void |
verify()
Verify.
|
public XmlDocumentParsable(java.lang.String xml)
throws XmlParserHelperException
xml - the xmlXmlParserHelperException - the xml parser helper exceptionpublic XmlElementParsable getRoot()
public void verify()
throws XmlVerifierException
XmlVerifierException - the xml verifier exception