org.openjena.riot.system
Class ParserProfileChecker
java.lang.Object
org.openjena.riot.system.ParserProfileBase
org.openjena.riot.system.ParserProfileChecker
- All Implemented Interfaces:
- ParserProfile
public class ParserProfileChecker
- extends ParserProfileBase
Method Summary |
Node |
createBlankNode(Node scope,
String label,
long line,
long col)
|
Node |
createLangLiteral(String lexical,
String langTag,
long line,
long col)
|
Node |
createPlainLiteral(String lexical,
long line,
long col)
|
Quad |
createQuad(Node graph,
Node subject,
Node predicate,
Node object,
long line,
long col)
|
Triple |
createTriple(Node subject,
Node predicate,
Node object,
long line,
long col)
|
Node |
createTypedLiteral(String lexical,
RDFDatatype datatype,
long line,
long col)
|
Node |
createURI(String x,
long line,
long col)
|
org.apache.jena.iri.IRI |
makeIRI(String uriStr,
long line,
long col)
|
String |
resolveIRI(String uriStr,
long line,
long col)
|
ParserProfileChecker
public ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler)
resolveIRI
public String resolveIRI(String uriStr,
long line,
long col)
- Specified by:
resolveIRI
in interface ParserProfile
- Overrides:
resolveIRI
in class ParserProfileBase
makeIRI
public org.apache.jena.iri.IRI makeIRI(String uriStr,
long line,
long col)
- Specified by:
makeIRI
in interface ParserProfile
- Overrides:
makeIRI
in class ParserProfileBase
createTriple
public Triple createTriple(Node subject,
Node predicate,
Node object,
long line,
long col)
- Specified by:
createTriple
in interface ParserProfile
- Overrides:
createTriple
in class ParserProfileBase
createQuad
public Quad createQuad(Node graph,
Node subject,
Node predicate,
Node object,
long line,
long col)
- Specified by:
createQuad
in interface ParserProfile
- Overrides:
createQuad
in class ParserProfileBase
createURI
public Node createURI(String x,
long line,
long col)
- Specified by:
createURI
in interface ParserProfile
- Overrides:
createURI
in class ParserProfileBase
createTypedLiteral
public Node createTypedLiteral(String lexical,
RDFDatatype datatype,
long line,
long col)
- Specified by:
createTypedLiteral
in interface ParserProfile
- Overrides:
createTypedLiteral
in class ParserProfileBase
createLangLiteral
public Node createLangLiteral(String lexical,
String langTag,
long line,
long col)
- Specified by:
createLangLiteral
in interface ParserProfile
- Overrides:
createLangLiteral
in class ParserProfileBase
createPlainLiteral
public Node createPlainLiteral(String lexical,
long line,
long col)
- Specified by:
createPlainLiteral
in interface ParserProfile
- Overrides:
createPlainLiteral
in class ParserProfileBase
createBlankNode
public Node createBlankNode(Node scope,
String label,
long line,
long col)
- Specified by:
createBlankNode
in interface ParserProfile
- Overrides:
createBlankNode
in class ParserProfileBase
Licenced under the Apache License, Version 2.0