| com.hp.hpl.jena.rdf.arp.states.Frame com.hp.hpl.jena.rdf.arp.states.WantDescription com.hp.hpl.jena.rdf.arp.states.Collection
All known Subclasses: com.hp.hpl.jena.rdf.arp.states.RDFCollection, com.hp.hpl.jena.rdf.arp.states.DAMLCollection,
abort | public void abort()(Code) | | |
firstTriple | abstract void firstTriple(ANode subj, ANode obj)(Code) | | Must use both bnodes in the first triple.
Can use either bnode in further triples.
|
restTriple | abstract void restTriple(ANode subj, ANode obj)(Code) | | Must use second bnode in the first triple.
Can use either bnode in further triples.
|
Methods inherited from com.hp.hpl.jena.rdf.arp.states.Frame | public void abort()(Code)(Java Doc) public void afterChild()(Code)(Java Doc) public void characters(char[] ch, int start, int length) throws SAXParseException(Code)(Java Doc) public void comment(char[] ch, int start, int length) throws SAXParseException(Code)(Java Doc) public void endElement() throws SAXParseException(Code)(Java Doc) public FrameI getParent()(Code)(Java Doc) void processPropertyAttributes(AttributeLexer ap, Attributes atts, AbsXMLContext x) throws SAXParseException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXParseException(Code)(Java Doc) protected FrameI rdfStartElement(String uri, String localName, String rawName, Attributes atts) throws SAXParseException(Code)(Java Doc) String suggestParsetypeLiteral()(Code)(Java Doc) protected void warning(int i, String msg) throws SAXParseException(Code)(Java Doc)
|
|
|