Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.migration
Class XMLMigrator.MigrationLogger

java.lang.Object
  extended by oracle.ide.migration.XMLMigrator.MigrationLogger
All Implemented Interfaces:
Object2DomLogger
Enclosing class:
XMLMigrator

public static final class XMLMigrator.MigrationLogger
extends java.lang.Object
implements Object2DomLogger


Constructor Summary
XMLMigrator.MigrationLogger(XMLMigrator migrator)
           
 
Method Summary
 java.lang.String[] getErrors()
           
 void logInformation(java.lang.String info)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLMigrator.MigrationLogger

public XMLMigrator.MigrationLogger(XMLMigrator migrator)
Method Detail

getErrors

public java.lang.String[] getErrors()

logXMLParseException

public void logXMLParseException(oracle.xml.parser.v2.XMLParseException e)
Specified by:
logXMLParseException in interface Object2DomLogger

logSAXParseException

public void logSAXParseException(org.xml.sax.SAXParseException e)
Specified by:
logSAXParseException in interface Object2DomLogger

logUnmarshalException

public void logUnmarshalException(int line,
                                  int col,
                                  java.lang.Throwable t)
Specified by:
logUnmarshalException in interface Object2DomLogger

logOtherException

public void logOtherException(java.lang.Throwable t)
Specified by:
logOtherException in interface Object2DomLogger

logMessage

public void logMessage(java.lang.String mesg)
Specified by:
logMessage in interface Object2DomLogger

logXMLDocument

public void logXMLDocument(oracle.xml.parser.v2.XMLDocument document)
Description copied from interface: Object2DomLogger
Called once Object2Dom has finished parsing a document. The document parameter holds the DOM model built during parsing.

Specified by:
logXMLDocument in interface Object2DomLogger

logInformation

public void logInformation(java.lang.String info)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.