| java.lang.Object com.hp.hpl.jena.rdf.arp.impl.ParserSupport com.hp.hpl.jena.rdf.arp.states.Frame
All known Subclasses: com.hp.hpl.jena.rdf.arp.states.WantPropertyElement, com.hp.hpl.jena.rdf.arp.states.WantDescription, com.hp.hpl.jena.rdf.arp.states.WantEmpty, com.hp.hpl.jena.rdf.arp.states.AbsXMLLiteral, com.hp.hpl.jena.rdf.arp.states.LookingForRDF,
Method Summary | |
public void | abort() | public void | afterChild() | public void | characters(char[] ch, int start, int length) | public void | comment(char[] ch, int start, int length) | public void | endElement() endElement is called on the state of the frame created by the matching
startElement. | public FrameI | getParent() | void | processPropertyAttributes(AttributeLexer ap, Attributes atts, AbsXMLContext x) | public void | processingInstruction(String target, String data) | protected FrameI | rdfStartElement(String uri, String localName, String rawName, Attributes atts) | String | suggestParsetypeLiteral() Additional message if mixed content is found in a syntactically
disallowed place. | protected void | warning(int i, String msg) |
nonWhiteMsgGiven | protected boolean nonWhiteMsgGiven(Code) | | |
abort | public void abort()(Code) | | |
afterChild | public void afterChild()(Code) | | |
suggestParsetypeLiteral | String suggestParsetypeLiteral()(Code) | | Additional message if mixed content is found in a syntactically
disallowed place. Subclasses override to suppress message.
|
Methods inherited from com.hp.hpl.jena.rdf.arp.impl.ParserSupport | public void checkComposingChar(Taint taintMe, char ch, int st, int ln) throws SAXParseException(Code)(Java Doc) public void checkEncoding(Taint taintMe, String s) throws SAXParseException(Code)(Java Doc) protected void checkIdSymbol(Taint taintMe, AbsXMLContext ctxt, String str) throws SAXParseException(Code)(Java Doc) public void checkString(Taint taintMe, String t) throws SAXParseException(Code)(Java Doc) protected void checkXMLName(Taint taintMe, String str) throws SAXParseException(Code)(Java Doc) public AbsXMLContext getXMLContext()(Code)(Java Doc) public XMLHandler getXMLHandler()(Code)(Java Doc) protected boolean isWhite(char ch, int st, int ln)(Code)(Java Doc) protected boolean isWhite(StringBuffer buf)(Code)(Java Doc) protected String resolve(Taint taintMe, AbsXMLContext x, String uri) throws SAXParseException(Code)(Java Doc) protected void triple(ANode a, ANode b, ANode c)(Code)(Java Doc) protected void warning(Taint taintMe, int i, String msg) throws SAXParseException(Code)(Java Doc)
|
|
|