oracle.ide.migration
Class XMLMigrator.MigrationLogger
java.lang.Object
oracle.ide.migration.XMLMigrator.MigrationLogger
- All Implemented Interfaces:
- oracle.ide.marshal.xml.Object2DomLogger
- Enclosing class:
- XMLMigrator
- public static final class XMLMigrator.MigrationLogger
- extends java.lang.Object
- implements oracle.ide.marshal.xml.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)
logXMLParseException
public void logXMLParseException(oracle.xml.parser.v2.XMLParseException e)
- Specified by:
logXMLParseException
in interface oracle.ide.marshal.xml.Object2DomLogger
logSAXParseException
public void logSAXParseException(org.xml.sax.SAXParseException e)
- Specified by:
logSAXParseException
in interface oracle.ide.marshal.xml.Object2DomLogger
logUnmarshalException
public void logUnmarshalException(int line,
int col,
java.lang.Throwable t)
- Specified by:
logUnmarshalException
in interface oracle.ide.marshal.xml.Object2DomLogger
logOtherException
public void logOtherException(java.lang.Throwable t)
- Specified by:
logOtherException
in interface oracle.ide.marshal.xml.Object2DomLogger
logMessage
public void logMessage(java.lang.String mesg)
- Specified by:
logMessage
in interface oracle.ide.marshal.xml.Object2DomLogger
logXMLDocument
public void logXMLDocument(oracle.xml.parser.v2.XMLDocument document)
- Specified by:
logXMLDocument
in interface oracle.ide.marshal.xml.Object2DomLogger
logInformation
public void logInformation(java.lang.String info)
Copyright © 1997, 2004, Oracle. All rights reserved.