|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.mulgara.jena.n3.turtle | |
| org.mulgara.jena.n3.turtle.parser | |
| org.mulgara.mrg | |
| org.mulgara.mrg.writer | |
| Uses of Node in org.mulgara.jena.n3.turtle |
|---|
| Fields in org.mulgara.jena.n3.turtle declared as Node | |
|---|---|
protected Node |
ParserBase.nLogImplies
|
protected Node |
ParserBase.nOwlSameAs
|
protected Node |
ParserBase.nRDFfirst
|
protected Node |
ParserBase.nRDFnil
|
protected Node |
ParserBase.nRDFobject
|
protected Node |
ParserBase.nRDFpredicate
|
protected Node |
ParserBase.nRDFrest
|
protected Node |
ParserBase.nRDFsubject
|
protected Node |
ParserBase.nRDFtype
|
protected Node |
ParserBase.XSD_FALSE
|
protected Node |
ParserBase.XSD_TRUE
|
| Methods in org.mulgara.jena.n3.turtle that return Node | |
|---|---|
Node |
LabelToNodeMap.allocNode()
|
Node |
LabelToNodeMap.asNode(String label)
|
protected Node |
ParserBase.createBNode()
|
protected Node |
ParserBase.createBNode(String label,
int line,
int column)
|
protected Node |
ParserBase.createListNode()
|
protected Node |
ParserBase.createLiteral(String lexicalForm,
String langTag,
Node datatype)
|
protected Node |
ParserBase.createLiteral(String lexicalForm,
String langTag,
String datatype)
|
protected Node |
ParserBase.createLiteral(String lexicalForm,
String langTag,
URI datatypeURI)
|
protected Node |
ParserBase.createLiteralDecimal(String lexicalForm)
|
protected Node |
ParserBase.createLiteralDouble(String lexicalForm)
|
protected Node |
ParserBase.createLiteralInteger(String lexicalForm)
|
protected Node |
ParserBase.createNode(String iri)
|
protected Node |
ParserBase.createVariable(String s,
int line,
int column)
|
| Methods in org.mulgara.jena.n3.turtle with parameters of type Node | |
|---|---|
protected Node |
ParserBase.createLiteral(String lexicalForm,
String langTag,
Node datatype)
|
| Uses of Node in org.mulgara.jena.n3.turtle.parser |
|---|
| Methods in org.mulgara.jena.n3.turtle.parser that return Node | |
|---|---|
Node |
TurtleParser.BlankNode()
|
Node |
TurtleParser.BlankNodePropertyList()
|
Node |
TurtleParser.BooleanLiteral()
|
Node |
TurtleParser.Collection()
|
Node |
TurtleParser.Formula()
|
Node |
TurtleParser.GraphNode()
|
Node |
TurtleParser.GraphTerm()
|
Node |
TurtleParser.NumericLiteral()
|
Node |
TurtleParser.RDFLiteral()
|
Node |
TurtleParser.TriplesNode()
|
Node |
TurtleParser.Var()
|
Node |
TurtleParser.VarOrTerm()
|
Node |
TurtleParser.Verb()
|
| Methods in org.mulgara.jena.n3.turtle.parser with parameters of type Node | |
|---|---|
void |
TurtleParser.Object(Node s,
Node p)
|
void |
TurtleParser.ObjectList(Node s,
Node p)
|
void |
TurtleParser.PropertyList(Node s)
|
void |
TurtleParser.PropertyListNotEmpty(Node s)
|
| Uses of Node in org.mulgara.mrg |
|---|
| Subinterfaces of Node in org.mulgara.mrg | |
|---|---|
interface |
ObjectNode
A marker for object nodes. |
interface |
PredicateNode
A marker for predicate nodes. |
interface |
SubjectNode
A marker for subject nodes. |
| Classes in org.mulgara.mrg that implement Node | |
|---|---|
class |
Bnode
A blank node. |
class |
Literal
A Literal node. |
class |
Uri
A wrapper for a URI. |
| Methods in org.mulgara.mrg with parameters of type Node | |
|---|---|
int |
Uri.compareTo(Node o)
Compares this object with the specified object for order. |
int |
Literal.compareTo(Node o)
Compares this object with the specified object for order. |
int |
Bnode.compareTo(Node o)
Compares this object with the specified object for order. |
boolean |
Graph.doesResourceExist(Node r)
Tests if a resource exists anywhere in the graph. |
boolean |
AbstractGraph.doesResourceExist(Node r)
Tests if a resource exists anywhere in the graph. |
| Constructors in org.mulgara.mrg with parameters of type Node | |
|---|---|
PropertyValue(Node p,
Node o)
Create a new triple. |
|
Triple(Node[] t)
Create a new triple. |
|
Triple(Node s,
Node p,
Node o)
Create a new triple. |
|
| Uses of Node in org.mulgara.mrg.writer |
|---|
| Methods in org.mulgara.mrg.writer with parameters of type Node | |
|---|---|
protected String |
N3Writer.format(Node n)
Formats a node for printing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||