Package | Description |
---|---|
org.restlet.ext.rdf.internal.n3 | |
org.restlet.ext.rdf.internal.turtle |
Modifier and Type | Method and Description |
---|---|
protected void |
RdfN3Reader.parseStatement(Context context) |
Constructor and Description |
---|
FormulaToken(RdfN3Reader contentHandler,
Context context) |
Modifier and Type | Method and Description |
---|---|
protected Context |
RdfTurtleReader.getContext()
Returns the current context.
|
Context |
LexicalUnit.getContext()
Returns the parsing context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RdfTurtleReader.parseDirective(Context context)
Parse the current directive and update the context according to the kind
of directive ("base", "prefix", etc).
|
protected void |
RdfTurtleReader.parseStatement(Context context)
Reads the current statement until its end, and parses it.
|
void |
LexicalUnit.setContext(Context context)
Sets the parsing context.
|
Constructor and Description |
---|
BlankNodeToken(RdfTurtleReader contentHandler,
Context context)
Constructor.
|
LexicalUnit(RdfTurtleReader contentReader,
Context context)
Constructor with arguments.
|
ListToken(RdfTurtleReader contentHandler,
Context context)
Constructor with arguments.
|
StringToken(RdfTurtleReader contentHandler,
Context context)
Constructor with arguments.
|
Token(RdfTurtleReader contentHandler,
Context context)
Constructor with arguments.
|
UriToken(RdfTurtleReader contentHandler,
Context context)
Constructor with arguments.
|
Copyright © 2005–2016. All rights reserved.