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


Method Summary
 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()
           
 AbsXMLContext getXMLContext()
           
 XMLHandler getXMLHandler()
           
 void processingInstruction(String target, String data)
           
 FrameI startElement(String uri, String localName, String rawName, Attributes atts)
           
 

Method Detail

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.