public class FormulaToken extends LexicalUnit
| Constructor and Description |
|---|
FormulaToken(RdfN3Reader contentHandler,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
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 FormulaToken(RdfN3Reader contentHandler, Context context) throws IOException
IOExceptionpublic Object resolve()
LexicalUnitresolve in class LexicalUnitpublic void parse()
throws IOException
LexicalUnitparse in class LexicalUnitIOExceptionCopyright © 2005–2015. All rights reserved.