public class ParserProfileChecker extends ParserProfileBase
| Constructor and Description |
|---|
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler) |
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping) |
| Modifier and Type | Method and Description |
|---|---|
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) |
create, createBlankNode, createNodeFromToken, getHandler, getLabelToNode, getPrologue, isStrictMode, setHandler, setLabelToNode, setPrologue, setStrictModepublic ParserProfileChecker(Prologue prologue, ErrorHandler errorHandler)
public ParserProfileChecker(Prologue prologue, ErrorHandler errorHandler, LabelToNode labelMapping)
public String resolveIRI(String uriStr, long line, long col)
resolveIRI in interface ParserProfileresolveIRI in class ParserProfileBasepublic org.apache.jena.iri.IRI makeIRI(String uriStr, long line, long col)
makeIRI in interface ParserProfilemakeIRI in class ParserProfileBasepublic Triple createTriple(Node subject, Node predicate, Node object, long line, long col)
ParserProfilecreateTriple in interface ParserProfilecreateTriple in class ParserProfileBasepublic Quad createQuad(Node graph, Node subject, Node predicate, Node object, long line, long col)
ParserProfilecreateQuad in interface ParserProfilecreateQuad in class ParserProfileBasepublic Node createURI(String x, long line, long col)
ParserProfilecreateURI in interface ParserProfilecreateURI in class ParserProfileBasepublic Node createTypedLiteral(String lexical, RDFDatatype datatype, long line, long col)
ParserProfilecreateTypedLiteral in interface ParserProfilecreateTypedLiteral in class ParserProfileBasepublic Node createLangLiteral(String lexical, String langTag, long line, long col)
ParserProfilecreateLangLiteral in interface ParserProfilecreateLangLiteral in class ParserProfileBasepublic Node createStringLiteral(String lexical, long line, long col)
ParserProfilecreateStringLiteral in interface ParserProfilecreateStringLiteral in class ParserProfileBasepublic Node createBlankNode(Node scope, String label, long line, long col)
ParserProfilecreateBlankNode in interface ParserProfilecreateBlankNode in class ParserProfileBaseLicenced under the Apache License, Version 2.0