protected static class RDFParser.State extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
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) |
protected static final Logger logger
public void startElement(String namespaceIRI, String localName, String qName, Attributes atts) throws SAXException
SAXExceptionpublic void endElement(String namespaceIRI, String localName, String qName) throws SAXException
SAXExceptionpublic void characters(char[] data,
int start,
int length)
throws SAXException
SAXExceptionCopyright © 2014 The University of Manchester. All Rights Reserved.