| Package | Description |
|---|---|
| org.restlet.ext.rdf.internal.n3 | |
| org.restlet.ext.rdf.internal.turtle |
| Modifier and Type | Class and Description |
|---|---|
class |
FormulaToken
Allows to parse a formula in RDF N3 notation.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RdfN3Reader.isPath(LexicalUnit lexicalUnit)
Returns true if the given lexical unit is a "path" shorthand.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RdfN3Reader.generateLinks(List<LexicalUnit> lexicalUnits) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlankNodeToken
Represents a blank node inside a RDF N3 document.
|
class |
ListToken
Represents a list of Turtle tokens.
|
class |
StringToken
Represents a string of characters.
|
class |
Token
Represents a still unidentified Turtle token.
|
class |
UriToken
Represents a URI token inside a RDF Turtle document.
|
| Modifier and Type | Method and Description |
|---|---|
List<LexicalUnit> |
BlankNodeToken.getLexicalUnits() |
List<LexicalUnit> |
ListToken.getLexicalUnits() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RdfTurtleReader.generateLinks(List<LexicalUnit> lexicalUnits)
Loops over the given list of lexical units and generates the adequat
calls to link* methods.
|
Copyright © 2005–2016. All rights reserved.