public interface FrameI
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
afterChild() |
void |
characters(char[] ch,
int start,
int length) |
void |
comment(char[] ch,
int start,
int length) |
void |
endElement()
endElement is called on the state of the frame created by the matching
startElement.
|
FrameI |
getParent() |
com.hp.hpl.jena.rdfxml.xmlinput.impl.AbsXMLContext |
getXMLContext() |
com.hp.hpl.jena.rdfxml.xmlinput.impl.XMLHandler |
getXMLHandler() |
void |
processingInstruction(String target,
String data) |
FrameI |
startElement(String uri,
String localName,
String rawName,
Attributes atts) |
FrameI getParent()
com.hp.hpl.jena.rdfxml.xmlinput.impl.XMLHandler getXMLHandler()
com.hp.hpl.jena.rdfxml.xmlinput.impl.AbsXMLContext getXMLContext()
void characters(char[] ch,
int start,
int length)
throws SAXParseException
SAXParseExceptionvoid comment(char[] ch,
int start,
int length)
throws SAXParseException
SAXParseExceptionvoid endElement()
throws SAXParseException
SAXParseExceptionvoid processingInstruction(String target, String data) throws SAXParseException
SAXParseExceptionFrameI startElement(String uri, String localName, String rawName, Attributes atts) throws SAXParseException
SAXParseExceptionvoid abort()
void afterChild()
Licenced under the Apache License, Version 2.0