java.lang.ObjectDOMParser
com.ibm.etill.framework.clientapi.XDMParser
This class is used to parse the body of the return value from the Commerce Payments request.
Constructor Summary | |
XDMParser(java.io.InputStream byteStream) Construct the XDM Parser object. |
Method Summary | |
void | error(SAXParseException ex) Increase the error counter. |
void | fatalError(SAXParseException ex) Increase the error counter and throw the exception. |
java.lang.String | getFormattedXML() Return the fomatted XML document. |
void | warning(SAXParseException ex) Increase the warning counter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XDMParser(java.io.InputStream byteStream)
Method Detail |
public void warning(SAXParseException ex)
public void error(SAXParseException ex)
public void fatalError(SAXParseException ex) throws SAXException
public java.lang.String getFormattedXML()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.