|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.xmlpage.util.XmlPageXercesErrorHandler
public class XmlPageXercesErrorHandler
Specific ErrorHandler to validate XML Input Files for XmlPage Plugin.
Constructor Summary | |
---|---|
XmlPageXercesErrorHandler()
|
Method Summary | |
---|---|
void |
error(org.xml.sax.SAXParseException saxpe)
Receive notification of a recoverable error. |
void |
fatalError(org.xml.sax.SAXParseException saxpe)
Receive notification of a non-recoverable error. |
void |
warning(org.xml.sax.SAXParseException saxpe)
Receive notification of a warning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlPageXercesErrorHandler()
Method Detail |
---|
public void error(org.xml.sax.SAXParseException saxpe) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
saxpe
- The warning information encapsulated in a SAX parse exception.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public void fatalError(org.xml.sax.SAXParseException saxpe) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
saxpe
- The warning information encapsulated in a SAX parse exception.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public void warning(org.xml.sax.SAXParseException saxpe) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
saxpe
- The warning information encapsulated in a SAX parse exception.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |