- All Known Subinterfaces:
HasSubjectFrameI,WantsObjectFrameI
- All Known Implementing Classes:
AbsXMLLiteral,Frame,InnerXMLLiteral,LookingForRDF,OuterXMLLiteral,RDFCollection,StartStateRDForDescription,WantDescription,WantEmpty,WantLiteralValueOrDescription,WantPropertyElement,WantTopLevelDescription,WantTypedLiteral
public interface FrameI
-
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidvoidcharacters(char[] ch, int start, int length) voidcomment(char[] ch, int start, int length) voidendElement is called on the state of the frame created by the matching startElement.voidprocessingInstruction(String target, String data) startElement(String uri, String localName, String rawName, Attributes atts)
-
Method Details
-
getParent
FrameI getParent() -
getXMLHandler
XMLHandler getXMLHandler() -
getXMLContext
AbsXMLContext getXMLContext() -
characters
- Throws:
SAXParseException
-
comment
- Throws:
SAXParseException
-
endElement
endElement is called on the state of the frame created by the matching startElement.- Throws:
SAXParseException
-
processingInstruction
- Throws:
SAXParseException
-
startElement
FrameI startElement(String uri, String localName, String rawName, Attributes atts) throws SAXParseException - Throws:
SAXParseException
-
abort
void abort() -
afterChild
void afterChild()
-