public class UriToken extends LexicalUnit
Constructor and Description |
---|
UriToken(RdfTurtleReader contentHandler,
Context context)
Constructor with arguments.
|
Modifier and Type | Method and Description |
---|---|
void |
parse()
Contains the parsing logic of this lexical unit.
|
Reference |
resolve()
Resolves the current value as a reference or a literal or a graph of
links according to the current context.
|
String |
toString() |
getContentReader, getContext, getValue, setContext, setValue
public UriToken(RdfTurtleReader contentHandler, Context context) throws IOException
contentHandler
- The document's parent handler.context
- The parsing context.IOException
public void parse() throws IOException
LexicalUnit
parse
in class LexicalUnit
IOException
public Reference resolve()
LexicalUnit
resolve
in class LexicalUnit
Copyright © 2005–2016. All rights reserved.