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, setValue
public BlankNodeToken(RdfTurtleReader contentHandler, Context context) throws IOException
contentHandler
- The parent content handler.context
- The context used to resolved references.IOException
public BlankNodeToken(String value)
value
- The value of this blank node.public List<LexicalUnit> getLexicalUnits()
public void parse() throws IOException
LexicalUnit
parse
in class LexicalUnit
IOException
public Object resolve()
LexicalUnit
resolve
in class LexicalUnit
Copyright © 2005–2018. All rights reserved.