public class XDMParser
extends com.ibm.etill.xml.parsers.DOMParser
implements com.ibm.etill.org.xml.sax.ErrorHandler
Constructor and Description |
---|
XDMParser(java.io.InputStream byteStream)
Deprecated.
Construct the XDM Parser object.
|
Modifier and Type | Method and Description |
---|---|
void | error(com.ibm.etill.org.xml.sax.SAXParseException ex)
Deprecated.
Increase the error counter.
|
void | fatalError(com.ibm.etill.org.xml.sax.SAXParseException ex)
Deprecated.
Increase the error counter and throw the exception.
|
java.lang.String | getFormattedXML()
Deprecated.
Return the fomatted XML document.
|
void | warning(com.ibm.etill.org.xml.sax.SAXParseException ex)
Deprecated.
Increase the warning counter.
|
public XDMParser(java.io.InputStream byteStream)
public void warning(com.ibm.etill.org.xml.sax.SAXParseException ex)
public void error(com.ibm.etill.org.xml.sax.SAXParseException ex)
public void fatalError(com.ibm.etill.org.xml.sax.SAXParseException ex) throws com.ibm.etill.org.xml.sax.SAXException
public java.lang.String getFormattedXML()