public class ParserProfileChecker extends ParserProfileBase
| Constructor and Description |
|---|
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
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) |
create, createNodeFromToken, getHandler, getLabelToNode, getPrologue, setHandler, setLabelToNode, setProloguepublic ParserProfileChecker(Prologue prologue, ErrorHandler errorHandler)
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)
createTriple in interface ParserProfilecreateTriple in class ParserProfileBasepublic Quad createQuad(Node graph, Node subject, Node predicate, Node object, long line, long col)
createQuad in interface ParserProfilecreateQuad in class ParserProfileBasepublic Node createURI(String x, long line, long col)
createURI in interface ParserProfilecreateURI in class ParserProfileBasepublic Node createTypedLiteral(String lexical, RDFDatatype datatype, long line, long col)
createTypedLiteral in interface ParserProfilecreateTypedLiteral in class ParserProfileBasepublic Node createLangLiteral(String lexical, String langTag, long line, long col)
createLangLiteral in interface ParserProfilecreateLangLiteral in class ParserProfileBasepublic Node createPlainLiteral(String lexical, long line, long col)
createPlainLiteral in interface ParserProfilecreatePlainLiteral in class ParserProfileBasepublic Node createBlankNode(Node scope, String label, long line, long col)
createBlankNode in interface ParserProfilecreateBlankNode in class ParserProfileBaseLicenced under the Apache License, Version 2.0