public class PathParser extends SeaTurtleParser
nameMapbuffer, namespaceMap, reader| Constructor and Description |
|---|
PathParser(NameMap nameMap) |
PathParser(NamespaceManager nsManager) |
PathParser(NamespaceMap map,
PushbackReader reader) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
done(int c) |
Path |
path(Reader input) |
String |
pn_local()
Don't allow dots ('.') in the middle of a local name
|
protected void |
pn_prefix(int c)
PN_PREFIX ::= PN_CHARS_BASE PN_CHARS*
|
contextTermList, directive, getContext, getContextHandler, getDefaultNamespaceMap, getNameMap, initParse, iri, iriPropertyList, object, parse, prefixedName, prologue, setContextHandler, setDefaultNamespaceMap, setNameMap, triples, verbappendCodePoint, assertEquals, assertEqualsIgnoreCase, assertIgnoreCase, assertNext, assertWhitespace, base, blankNodePropertyList, buffer, err, fail, fail, getNamespaceMap, getRDFFormat, hex, inRange, iri, iriRef, iriRef, iriTemplate, isDigit, isLetter, isWhitespace, namespace, next, nextWord, parse, peek, plx, pn_chars_base, pn_chars_u, pn_chars, pn_prefix, pname_ns, predicateObjectList, prefixID, read, read, readSpace, skipSpace, statement, subject, tryBlankNodePropertyList, tryCaseInsensitiveWord, tryLiteral, tryWhitespace, tryWord, unread, unreadclear, clearBNodeIDMap, createBNode, createBNode, createLiteral, createLiteral, createStatement, createStatement, createURI, datatypeHandling, getNamespace, getParseErrorListener, getParseLocationListener, getParserConfig, getRDFHandler, getSupportedSettings, initializeNamespaceTableFromConfiguration, preserveBNodeIDs, reportError, reportError, reportError, reportFatalError, reportFatalError, reportFatalError, reportFatalError, reportLocation, reportWarning, reportWarning, resolveURI, setBaseURI, setBaseURI, setDatatypeHandling, setNamespace, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyData, stopAtFirstError, verifyDatapublic PathParser(NamespaceManager nsManager)
public PathParser(NamespaceMap map, PushbackReader reader)
public PathParser(NameMap nameMap)
public Path path(Reader input) throws PathParseException
PathParseExceptionprotected boolean done(int c)
throws IOException
IOExceptionpublic String pn_local() throws IOException, org.openrdf.rio.RDFParseException
pn_local in class TurtleParserIOExceptionorg.openrdf.rio.RDFParseExceptionprotected void pn_prefix(int c)
throws IOException,
org.openrdf.rio.RDFParseException
pn_prefix in class TurtleParserIOExceptionorg.openrdf.rio.RDFParseExceptionCopyright © 2019. All rights reserved.