java.lang.Object
org.apache.jena.riot.system.ParserProfileWrapper
- All Implemented Interfaces:
ParserProfile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMake any node from a token as appropriatecreateBlankNode(Node scope, long line, long col) Create a fresh blank nodecreateBlankNode(Node scope, String label, long line, long col) Create a fresh blank node based on scope and labelcreateGraphNode(Graph graph, long line, long col) Create a graph node.createLangLiteral(String lexical, String langTag, long line, long col) Create a literal for a string+languagecreateNodeFromToken(Node scope, Token token, long line, long col) Make a node from a token - called after all else has been tried to handle special cases Return null for "no special node recognized"createQuad(Node graph, Node subject, Node predicate, Node object, long line, long col) Create a quadcreateStringLiteral(String lexical, long line, long col) Create a literal for a stringcreateTriple(Node subject, Node predicate, Node object, long line, long col) Create a triplecreateTripleNode(Node subject, Node predicate, Node object, long line, long col) Create a triple node (RDF-star)createTripleNode(Triple triple, long line, long col) Create a triple node (RDF-star)createTypedLiteral(String lexical, RDFDatatype datatype, long line, long col) Create a literal for a string+datatypeCreate a URI NodeGet theerror handlerused by thisParserProfilebooleanIs this in strict mode?resolveIRI(String uriStr, long line, long col) Resolve a URI, returning a stringvoidsetBaseIRI(String baseIRI)
-
Constructor Details
-
ParserProfileWrapper
-
-
Method Details
-
getFactorRDF
Description copied from interface:ParserProfile- Specified by:
getFactorRDFin interfaceParserProfile
-
getErrorHandler
Description copied from interface:ParserProfileGet theerror handlerused by thisParserProfile- Specified by:
getErrorHandlerin interfaceParserProfile
-
isStrictMode
public boolean isStrictMode()Description copied from interface:ParserProfileIs this in strict mode?- Specified by:
isStrictModein interfaceParserProfile
-
resolveIRI
Description copied from interface:ParserProfileResolve a URI, returning a string- Specified by:
resolveIRIin interfaceParserProfile
-
setBaseIRI
- Specified by:
setBaseIRIin interfaceParserProfile
-
createTriple
Description copied from interface:ParserProfileCreate a triple- Specified by:
createTriplein interfaceParserProfile
-
createQuad
Description copied from interface:ParserProfileCreate a quad- Specified by:
createQuadin interfaceParserProfile
-
createURI
Description copied from interface:ParserProfileCreate a URI Node- Specified by:
createURIin interfaceParserProfile
-
createTypedLiteral
Description copied from interface:ParserProfileCreate a literal for a string+datatype- Specified by:
createTypedLiteralin interfaceParserProfile
-
createLangLiteral
Description copied from interface:ParserProfileCreate a literal for a string+language- Specified by:
createLangLiteralin interfaceParserProfile
-
createStringLiteral
Description copied from interface:ParserProfileCreate a literal for a string- Specified by:
createStringLiteralin interfaceParserProfile
-
createBlankNode
Description copied from interface:ParserProfileCreate a fresh blank node based on scope and label- Specified by:
createBlankNodein interfaceParserProfile
-
createBlankNode
Description copied from interface:ParserProfileCreate a fresh blank node- Specified by:
createBlankNodein interfaceParserProfile
-
createTripleNode
Description copied from interface:ParserProfileCreate a triple node (RDF-star)- Specified by:
createTripleNodein interfaceParserProfile
-
createTripleNode
Description copied from interface:ParserProfileCreate a triple node (RDF-star)- Specified by:
createTripleNodein interfaceParserProfile
-
createGraphNode
Description copied from interface:ParserProfileCreate a graph node. This is an N3-formula and not named graphs- Specified by:
createGraphNodein interfaceParserProfile
-
createNodeFromToken
Description copied from interface:ParserProfileMake a node from a token - called after all else has been tried to handle special cases Return null for "no special node recognized"- Specified by:
createNodeFromTokenin interfaceParserProfile
-
create
Description copied from interface:ParserProfileMake any node from a token as appropriate- Specified by:
createin interfaceParserProfile
-
getPrefixMap
- Specified by:
getPrefixMapin interfaceParserProfile
-