org.mulgara.jena.rdf.arp.states
Interface FrameI
- All Known Subinterfaces:
- HasSubjectFrameI, WantsObjectFrameI
- All Known Implementing Classes:
- AbsXMLLiteral, DAMLCollection, Frame, InnerXMLLiteral, LookingForRDF, OuterXMLLiteral, RDFCollection, StartStateRDForDescription, WantDescription, WantEmpty, WantLiteralValueOrDescription, WantPropertyElement, WantTopLevelDescription, WantTypedLiteral
public interface FrameI
getParent
FrameI getParent()
getXMLHandler
XMLHandler getXMLHandler()
getXMLContext
AbsXMLContext getXMLContext()
characters
void characters(char[] ch,
int start,
int length)
throws SAXParseException
- Throws:
SAXParseException
comment
void comment(char[] ch,
int start,
int length)
throws SAXParseException
- Throws:
SAXParseException
endElement
void endElement()
throws SAXParseException
- endElement is called on the state of the frame created by the matching
startElement.
- Throws:
SAXParseException
processingInstruction
void processingInstruction(String target,
String data)
throws SAXParseException
- Throws:
SAXParseException
startElement
FrameI startElement(String uri,
String localName,
String rawName,
Attributes atts)
throws SAXParseException
- Throws:
SAXParseException
abort
void abort()
afterChild
void afterChild()
Copyright © 2011. All Rights Reserved.