|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.tuckey.web.filters.urlrewrite.ConfHandler
public class ConfHandler
Handles DTD lookup and error handling for XML Conf parsing.
| Constructor Summary | |
|---|---|
ConfHandler(String confSystemId)
|
|
| Method Summary | |
|---|---|
void |
error(SAXParseException ex)
|
void |
fatalError(SAXParseException ex)
|
InputSource |
resolveEntity(String publicId,
String systemId)
Resolve the requested external entity. |
void |
warning(SAXParseException ex)
|
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfHandler(String confSystemId)
| Method Detail |
|---|
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException
resolveEntity in interface EntityResolverresolveEntity in class org.xml.sax.helpers.DefaultHandlerpublicId - The public identifier of the entity being referencedsystemId - The system identifier of the entity being referenced
SAXException - if a parsing exception occurspublic void warning(SAXParseException ex)
warning in interface ErrorHandlerwarning in class org.xml.sax.helpers.DefaultHandlerpublic void error(SAXParseException ex)
error in interface ErrorHandlererror in class org.xml.sax.helpers.DefaultHandler
public void fatalError(SAXParseException ex)
throws SAXException
fatalError in interface ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||