| java.lang.Object com.hp.hpl.jena.n3.turtle.ParserBase
All known Subclasses: com.hp.hpl.jena.n3.turtle.parser.TurtleParser,
ParserBase | public class ParserBase (Code) | | |
Method Summary | |
protected Node | createBNode() | protected Node | createBNode(String label, int line, int column) | protected Node | createListNode() | protected Node | createLiteral(String lexicalForm, String langTag, Node datatype) | protected Node | createLiteral(String lexicalForm, String langTag, String datatypeURI) | protected Node | createLiteralDecimal(String lexicalForm) | protected Node | createLiteralDouble(String lexicalForm) | protected Node | createLiteralInteger(String lexicalForm) | protected Node | createNode(String iri) | protected Node | createVariable(String s, int line, int column) | protected double | doubleValue(String s) | protected void | emitTriple(int line, int col, Triple triple) | protected void | endFormula(int line, int col) | protected static String | exMsg(String msg, int line, int column) | protected String | fixupPrefix(String prefix, int line, int column) | protected String | getBaseURI() | public PrefixMapping | getPrefixMapping() | protected long | integerValue(String s) | protected boolean | isBNodeIRI(String iri) | protected int | makePositiveInteger(String lexicalForm) | protected String | resolveIRI(String iriStr, int line, int column) | protected String | resolvePName(String qname, int line, int column) | protected String | resolveQuotedIRI(String iriStr, int line, int column) | protected void | setBase(String iriStr, int line, int column) | public void | setBaseURI(String u) | public void | setEventHandler(TurtleEventHandler h) | protected void | setPrefix(int line, int col, String prefix, String uri) | protected void | startFormula(int line, int col) | protected String | stripChars(String s, int n) | protected String | stripQuotes(String s) | protected String | stripQuotes3(String s) | protected void | throwParseException(String s, int line, int column) | public static String | unescapeStr(String s) | protected String | unescapeStr(String s, int line, int column) |
nRDFpredicate | final protected Node nRDFpredicate(Code) | | |
skolomizedBNodes | protected boolean skolomizedBNodes(Code) | | |
strictTurtle | protected boolean strictTurtle(Code) | | |
ParserBase | public ParserBase()(Code) | | |
createListNode | protected Node createListNode()(Code) | | |
createLiteralDecimal | protected Node createLiteralDecimal(String lexicalForm)(Code) | | |
createLiteralInteger | protected Node createLiteralInteger(String lexicalForm)(Code) | | |
createVariable | protected Node createVariable(String s, int line, int column)(Code) | | |
emitTriple | protected void emitTriple(int line, int col, Triple triple)(Code) | | |
endFormula | protected void endFormula(int line, int col)(Code) | | |
makePositiveInteger | protected int makePositiveInteger(String lexicalForm)(Code) | | |
resolveQuotedIRI | protected String resolveQuotedIRI(String iriStr, int line, int column)(Code) | | |
setBase | protected void setBase(String iriStr, int line, int column)(Code) | | |
startFormula | protected void startFormula(int line, int col)(Code) | | |
throwParseException | protected void throwParseException(String s, int line, int column)(Code) | | |
|
|