gov.lanl.Utility
Class DOMErrors
java.lang.Object
|
+--gov.lanl.Utility.DOMErrors
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
- public class DOMErrors
- extends java.lang.Object
- implements org.xml.sax.ErrorHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMErrors
public DOMErrors()
warning
public void warning(org.xml.sax.SAXParseException ex)
- Specified by:
warning in interface org.xml.sax.ErrorHandler
error
public void error(org.xml.sax.SAXParseException ex)
- Specified by:
error in interface org.xml.sax.ErrorHandler
fatalError
public void fatalError(org.xml.sax.SAXParseException ex)
throws org.xml.sax.SAXException
- Specified by:
fatalError in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
getErrors
public java.util.Vector getErrors()
clearErrors
public void clearErrors()
store
public void store(org.xml.sax.SAXParseException ex,
java.lang.String type)
sysOutErrors
public void sysOutErrors()
jTextAreaErrors
public void jTextAreaErrors(javax.swing.JTextArea text)
Copyright © 2000 Apache Software Foundation. All Rights Reserved.