protected class RDFParser.NodeElement extends RDFParser.State
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_nextLi |
protected RDFParser.ReificationManager |
m_reificationManager |
protected String |
m_subjectIRI |
| Modifier | Constructor and Description |
|---|---|
protected |
RDFParser.NodeElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] data,
int start,
int length) |
void |
endElement(String namespaceIRI,
String localName,
String qName) |
String |
getNextLi() |
String |
getPropertyIRI(String uri) |
String |
getReificationID(Attributes atts) |
String |
getSubjectIRI() |
void |
startDummyElement(Attributes atts) |
void |
startElement(String namespaceIRI,
String localName,
String qName,
Attributes atts) |
protected String m_subjectIRI
protected RDFParser.ReificationManager m_reificationManager
protected int m_nextLi
public void startDummyElement(Attributes atts) throws SAXException
SAXExceptionpublic String getSubjectIRI()
public String getReificationID(Attributes atts) throws SAXException
SAXExceptionpublic String getNextLi()
public void startElement(String namespaceIRI, String localName, String qName, Attributes atts) throws SAXException
startElement in class RDFParser.StateSAXExceptionpublic void endElement(String namespaceIRI, String localName, String qName) throws SAXException
endElement in class RDFParser.StateSAXExceptionpublic void characters(char[] data,
int start,
int length)
throws SAXException
characters in class RDFParser.StateSAXExceptionCopyright © 2012 The University of Manchester. All Rights Reserved.