public interface LoaderDelegate
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String namespaceURI,
String localName,
String qName) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
SAXException
void characters(char[] ch, int start, int length) throws SAXException
SAXException
void endElement(String namespaceURI, String localName, String qName) throws SAXException
SAXException