Uses of Interface
eu.monnetproject.lemon.impl.io.turtle.Node

Packages that use Node
eu.monnetproject.lemon.impl.io.turtle   
 

Uses of Node in eu.monnetproject.lemon.impl.io.turtle
 

Classes in eu.monnetproject.lemon.impl.io.turtle that implement Node
 class BNode
           
 class IRI
           
 class Literal
           
 

Fields in eu.monnetproject.lemon.impl.io.turtle declared as Node
protected  Node ParserBase.nLogImplies
           
protected  Node ParserBase.nOwlSameAs
           
protected  Node ParserBase.nRDFfirst
           
protected  Node ParserBase.nRDFnil
           
protected  Node ParserBase.nRDFrest
           
protected  Node ParserBase.nRDFtype
           
protected  Node ParserBase.XSD_FALSE
           
protected  Node ParserBase.XSD_TRUE
           
 

Methods in eu.monnetproject.lemon.impl.io.turtle that return Node
 Node TurtleParser.BlankNode()
           
 Node TurtleParser.BlankNodePropertyList()
           
 Node TurtleParser.BooleanLiteral()
           
 Node TurtleParser.Collection()
           
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 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)
           
 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 eu.monnetproject.lemon.impl.io.turtle with parameters of type Node
protected  Node ParserBase.createLiteral(String lexicalForm, String langTag, Node datatype)
           
 void TurtleParser.Object(Node s, Node p)
           
 void TurtleParser.ObjectList(Node s, Node p)
           
 void TurtleParser.PropertyList(Node s)
           
 void TurtleParser.PropertyListNotEmpty(Node s)
           
 

Constructors in eu.monnetproject.lemon.impl.io.turtle with parameters of type Node
Triple(Node s, Node p, Node o)
           
 



Copyright © 2012. All Rights Reserved.