oracle.ide.migration
Class XMLMigrator.MigrationLogger
java.lang.Object
   oracle.ide.migration.XMLMigrator.MigrationLogger
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:
- logXMLParseExceptionin interface- Object2DomLogger
 
- 
 
logSAXParseException
public void logSAXParseException(org.xml.sax.SAXParseException e)
- 
- Specified by:
- logSAXParseExceptionin interface- Object2DomLogger
 
- 
 
logUnmarshalException
public void logUnmarshalException(int line,
                                  int col,
                                  java.lang.Throwable t)
- 
- Specified by:
- logUnmarshalExceptionin interface- Object2DomLogger
 
- 
 
logOtherException
public void logOtherException(java.lang.Throwable t)
- 
- Specified by:
- logOtherExceptionin interface- Object2DomLogger
 
- 
 
logMessage
public void logMessage(java.lang.String mesg)
- 
- Specified by:
- logMessagein interface- Object2DomLogger
 
- 
 
logXMLDocument
public void logXMLDocument(oracle.xml.parser.v2.XMLDocument document)
- Description copied from interface: Object2DomLogger
- Called once Object2Domhas finished parsing a document.
  Thedocumentparameter holds the DOM model built
  during parsing.
 
- 
- Specified by:
- logXMLDocumentin interface- Object2DomLogger
 
- 
 
logInformation
public void logInformation(java.lang.String info)
- 
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.