public class BlankNodeToken extends LexicalUnit
| Constructor and Description |
|---|
BlankNodeToken(RdfTurtleReader contentHandler,
Context context)
Constructor.
|
BlankNodeToken(String value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<LexicalUnit> |
getLexicalUnits() |
void |
parse()
Contains the parsing logic of this lexical unit.
|
Object |
resolve()
Resolves the current value as a reference or a literal or a graph of
links according to the current context.
|
getContentReader, getContext, getValue, setContext, setValuepublic BlankNodeToken(RdfTurtleReader contentHandler, Context context) throws IOException
contentHandler - The parent content handler.context - The context used to resolved references.IOExceptionpublic BlankNodeToken(String value)
value - The value of this blank node.public List<LexicalUnit> getLexicalUnits()
public void parse()
throws IOException
LexicalUnitparse in class LexicalUnitIOExceptionpublic Object resolve()
LexicalUnitresolve in class LexicalUnitCopyright © 2005–2016. All rights reserved.