public interface State
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] data,
int start,
int length) |
void |
endElement(String namespaceIRI,
String localName,
String qName) |
void |
startElement(String namespaceIRI,
String localName,
String qName,
Attributes atts) |
void startElement(String namespaceIRI, String localName, String qName, Attributes atts) throws SAXException
namespaceIRI - namespaceIRIlocalName - localNameqName - qNameatts - attsSAXException - sax exceptionvoid endElement(String namespaceIRI, String localName, String qName) throws SAXException
namespaceIRI - namespaceIRIlocalName - localNameqName - qNameSAXException - SAXExceptionvoid characters(char[] data,
int start,
int length)
throws SAXException
data - datastart - startlength - lengthSAXException - SAXExceptionCopyright © 2017 The University of Manchester. All rights reserved.