Go to the documentation of this file.
9 package javolution.xml.sax;
12 import org.xml.sax.ErrorHandler;
13 import org.xml.sax.Locator;
14 import org.xml.sax.SAXException;
15 import org.xml.sax.SAXParseException;
33 public void warning(SAXParseException e)
throws SAXException {}
42 public void error(SAXParseException e)
throws SAXException {}
51 public void fatalError(SAXParseException e)
throws SAXException {
66 throws SAXException {}
81 throws SAXException {}
85 throws SAXException {}
89 throws SAXException {}
112 CharArray qName, org.xml.sax.Attributes atts)
throws SAXException {
113 throw new UnsupportedOperationException();
void startElement(CharArray namespaceURI, CharArray localName, CharArray qName, Attributes atts)
void warning(SAXParseException e)
void ignorableWhitespace(char ch[], int start, int length)
void characters(char ch[], int start, int length)
void startPrefixMapping(CharArray prefix, CharArray uri)
final void startElement(CharArray uri, CharArray localName, CharArray qName, org.xml.sax.Attributes atts)
void fatalError(SAXParseException e)
void processingInstruction(CharArray target, CharArray data)
void setDocumentLocator(Locator locator)
void endPrefixMapping(CharArray prefix)
void endElement(CharArray namespaceURI, CharArray localName, CharArray qName)
void error(SAXParseException e)
void skippedEntity(CharArray name)