| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Object2DomLogger
WARNING: This API is still in the prototype stage and is subject to change.
| Method Summary | |
|---|---|
 void | 
logMessage(java.lang.String mesg)
 | 
 void | 
logOtherException(java.lang.Throwable t)
 | 
 void | 
logSAXParseException(org.xml.sax.SAXParseException e)
 | 
 void | 
logUnmarshalException(int line,
                      int col,
                      java.lang.Throwable t)
 | 
 void | 
logXMLDocument(oracle.xml.parser.v2.XMLDocument document)
Called once Object2Dom has finished parsing a document. | 
 void | 
logXMLParseException(oracle.xml.parser.v2.XMLParseException e)
 | 
| Method Detail | 
|---|
void logXMLParseException(oracle.xml.parser.v2.XMLParseException e)
void logSAXParseException(org.xml.sax.SAXParseException e)
void logUnmarshalException(int line,
                           int col,
                           java.lang.Throwable t)
void logOtherException(java.lang.Throwable t)
void logMessage(java.lang.String mesg)
void logXMLDocument(oracle.xml.parser.v2.XMLDocument document)
Object2Dom has finished parsing a document.
  The document parameter holds the DOM model built
  during parsing.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||