oracle.ide.migration
Class XMLMigrator.MigrationLogger
java.lang.Object
  
oracle.ide.migration.XMLMigrator.MigrationLogger
- All Implemented Interfaces: 
 - Object2DomLogger
 
- Enclosing class:
 - XMLMigrator
 
public static final class XMLMigrator.MigrationLogger
- extends java.lang.Object
- implements Object2DomLogger
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XMLMigrator.MigrationLogger
public XMLMigrator.MigrationLogger(XMLMigrator migrator)
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)
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.