|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.utils.xml.DOMErrorHandler
public class DOMErrorHandler
Standard-DOMErrorHandler. Only the error()-methods are implemented which throw an SAXParseException.
| Constructor Summary | |
|---|---|
DOMErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException e)
This method throws an SAXParseException to detect validation errors. |
void |
fatalError(org.xml.sax.SAXParseException e)
This method throws an SAXParseException to detect wellformattedness-errors. |
void |
warning(org.xml.sax.SAXParseException e)
This method does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMErrorHandler()
| Method Detail |
|---|
public void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
e.getMessage() + "\n\t\tPublicId:\t" + e.getPublicId() + "\n\t\tSystemId:\t" + e.getSystemId() + "\n\t\tLineNumber:\t" + e.getLineNumber() + "\n\t\tColumnNumber:\t" + e.getColumnNumber()
error in interface org.xml.sax.ErrorHandlere - the SAXParseException
org.xml.sax.SAXException - if any error occursin interface
public void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
e.getMessage() + "\n\t\tPublicId:\t" + e.getPublicId() + "\n\t\tSystemId:\t" + e.getSystemId() + "\n\t\tLineNumber:\t" + e.getLineNumber() + "\n\t\tColumnNumber:\t" + e.getColumnNumber()
fatalError in interface org.xml.sax.ErrorHandlere - the SAXParseException
org.xml.sax.SAXException - if any error occurspublic void warning(org.xml.sax.SAXParseException e)
warning in interface org.xml.sax.ErrorHandlere - the SAXParseException
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||