| java.lang.Object com.hp.hpl.jena.rdf.arp.impl.ParserSupport
All known Subclasses: com.hp.hpl.jena.rdf.arp.states.Frame,
Method Summary | |
void | checkComposingChar(Taint taintMe, String t) | public void | checkComposingChar(Taint taintMe, char ch, int st, int ln) | public void | checkEncoding(Taint taintMe, String s) | protected void | checkIdSymbol(Taint taintMe, AbsXMLContext ctxt, String str) | public void | checkString(Taint taintMe, String t) | protected void | checkXMLName(Taint taintMe, String str) | public AbsXMLContext | getXMLContext() | public XMLHandler | getXMLHandler() | Map | idsUsed() | protected boolean | isWhite(char ch, int st, int ln) | protected boolean | isWhite(StringBuffer buf) | protected String | resolve(Taint taintMe, AbsXMLContext x, String uri) | protected void | triple(ANode a, ANode b, ANode c) | protected void | warning(Taint taintMe, int i, String msg) whether this is a warning or an error is determined later. |
isWhite | protected boolean isWhite(char ch, int st, int ln)(Code) | | |
warning | protected void warning(Taint taintMe, int i, String msg) throws SAXParseException(Code) | | whether this is a warning or an error is determined later.
Parameters: i - Parameters: msg - |
|
|