Uses of Class
org.restlet.ext.rdf.internal.turtle.Context
-
Packages that use Context Package Description org.restlet.ext.rdf.internal.n3 org.restlet.ext.rdf.internal.turtle -
-
Uses of Context in org.restlet.ext.rdf.internal.n3
Fields in org.restlet.ext.rdf.internal.n3 declared as Context Modifier and Type Field Description private ContextRdfN3Writer. contextThe current context object.Methods in org.restlet.ext.rdf.internal.n3 with parameters of type Context Modifier and Type Method Description protected voidRdfN3Reader. parseStatement(Context context)Constructors in org.restlet.ext.rdf.internal.n3 with parameters of type Context Constructor Description FormulaToken(RdfN3Reader contentHandler, Context context) -
Uses of Context in org.restlet.ext.rdf.internal.turtle
Fields in org.restlet.ext.rdf.internal.turtle declared as Context Modifier and Type Field Description private ContextLexicalUnit. contextThe context maintained during the parsing.private ContextRdfTurtleReader. contextThe current context object.private ContextRdfTurtleWriter. contextThe current context object.Methods in org.restlet.ext.rdf.internal.turtle that return Context Modifier and Type Method Description ContextLexicalUnit. getContext()Returns the parsing context.protected ContextRdfTurtleReader. getContext()Returns the current context.Methods in org.restlet.ext.rdf.internal.turtle with parameters of type Context Modifier and Type Method Description protected voidRdfTurtleReader. parseDirective(Context context)Parse the current directive and update the context according to the kind of directive ("base", "prefix", etc).protected voidRdfTurtleReader. parseStatement(Context context)Reads the current statement until its end, and parses it.voidLexicalUnit. setContext(Context context)Sets the parsing context.Constructors in org.restlet.ext.rdf.internal.turtle with parameters of type Context Constructor 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.
-