|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.riot.system.ParserProfileBase
org.apache.jena.riot.system.ParserProfileChecker
public class ParserProfileChecker
| Constructor Summary | |
|---|---|
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler)
|
|
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping)
|
|
| Method Summary | |
|---|---|
Node |
createBlankNode(Node scope,
String label,
long line,
long col)
Create a fresh blank node based on scope and label |
Node |
createLangLiteral(String lexical,
String langTag,
long line,
long col)
Create a literal for a string+language |
Quad |
createQuad(Node graph,
Node subject,
Node predicate,
Node object,
long line,
long col)
Create a Quad |
Node |
createStringLiteral(String lexical,
long line,
long col)
Create a literal for a string |
Triple |
createTriple(Node subject,
Node predicate,
Node object,
long line,
long col)
Create a triple |
Node |
createTypedLiteral(String lexical,
RDFDatatype datatype,
long line,
long col)
Create a literal for a string+datatype |
Node |
createURI(String x,
long line,
long col)
Create a URI Node |
org.apache.jena.iri.IRI |
makeIRI(String uriStr,
long line,
long col)
|
String |
resolveIRI(String uriStr,
long line,
long col)
|
| Methods inherited from class org.apache.jena.riot.system.ParserProfileBase |
|---|
create, createBlankNode, createNodeFromToken, getHandler, getLabelToNode, getPrologue, isStrictMode, setHandler, setLabelToNode, setPrologue, setStrictMode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler)
public ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping)
| Method Detail |
|---|
public String resolveIRI(String uriStr,
long line,
long col)
resolveIRI in interface ParserProfileresolveIRI in class ParserProfileBase
public org.apache.jena.iri.IRI makeIRI(String uriStr,
long line,
long col)
makeIRI in interface ParserProfilemakeIRI in class ParserProfileBase
public Triple createTriple(Node subject,
Node predicate,
Node object,
long line,
long col)
ParserProfile
createTriple in interface ParserProfilecreateTriple in class ParserProfileBase
public Quad createQuad(Node graph,
Node subject,
Node predicate,
Node object,
long line,
long col)
ParserProfile
createQuad in interface ParserProfilecreateQuad in class ParserProfileBase
public Node createURI(String x,
long line,
long col)
ParserProfile
createURI in interface ParserProfilecreateURI in class ParserProfileBase
public Node createTypedLiteral(String lexical,
RDFDatatype datatype,
long line,
long col)
ParserProfile
createTypedLiteral in interface ParserProfilecreateTypedLiteral in class ParserProfileBase
public Node createLangLiteral(String lexical,
String langTag,
long line,
long col)
ParserProfile
createLangLiteral in interface ParserProfilecreateLangLiteral in class ParserProfileBase
public Node createStringLiteral(String lexical,
long line,
long col)
ParserProfile
createStringLiteral in interface ParserProfilecreateStringLiteral in class ParserProfileBase
public Node createBlankNode(Node scope,
String label,
long line,
long col)
ParserProfile
createBlankNode in interface ParserProfilecreateBlankNode in class ParserProfileBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||