Uses of Class
org.restlet.ext.rdf.GraphHandler
-
Packages that use GraphHandler Package Description org.restlet.ext.rdf Support for the RDF parsing and generation.org.restlet.ext.rdf.internal org.restlet.ext.rdf.internal.n3 org.restlet.ext.rdf.internal.ntriples org.restlet.ext.rdf.internal.turtle org.restlet.ext.rdf.internal.xml -
-
Uses of GraphHandler in org.restlet.ext.rdf
Subclasses of GraphHandler in org.restlet.ext.rdf Modifier and Type Class Description classGraphBuilderGraph handler used when parsing an RDF representation.Methods in org.restlet.ext.rdf that return GraphHandler Modifier and Type Method Description GraphHandlerRdfRepresentation. createBuilder(Graph graph)Returns an instance of a graph handler used when parsing the inner RDF representation.GraphHandlerRdfRepresentation. createWriter(MediaType mediaType, java.io.Writer writer)Returns an instance of a graph handler used when writing the inner set of links.Methods in org.restlet.ext.rdf with parameters of type GraphHandler Modifier and Type Method Description private voidRdfRepresentation. discoverNamespaces(Reference reference, GraphHandler graphHandler)Updates the list of known namespaces of the XML writer for the given reference.private voidRdfRepresentation. discoverNamespaces(Graph linkset, GraphHandler graphHandler)Updates the list of known namespaces for the given graph of links.private voidRdfRepresentation. discoverNamespaces(Link link, GraphHandler graphHandler)Updates the list of known namespaces of the XML writer for the given link.voidRdfRepresentation. parse(GraphHandler graphHandler)Parses the inner RDF representation.voidRdfRepresentation. write(GraphHandler graphHandler)Writes the -
Uses of GraphHandler in org.restlet.ext.rdf.internal
Fields in org.restlet.ext.rdf.internal declared as GraphHandler Modifier and Type Field Description private GraphHandlerRdfReader. graphHandlerThe graph handler invoked when parsing.Methods in org.restlet.ext.rdf.internal that return GraphHandler Modifier and Type Method Description GraphHandlerRdfReader. getGraphHandler()Returns the graph handler invoked when parsing.Constructors in org.restlet.ext.rdf.internal with parameters of type GraphHandler Constructor Description RdfReader(Representation rdfRepresentation, GraphHandler graphHandler)Constructor. -
Uses of GraphHandler in org.restlet.ext.rdf.internal.n3
Subclasses of GraphHandler in org.restlet.ext.rdf.internal.n3 Modifier and Type Class Description classRdfN3WriterHandler of RDF content according to the N3 notation.Constructors in org.restlet.ext.rdf.internal.n3 with parameters of type GraphHandler Constructor Description RdfN3Reader(Representation rdfN3Representation, GraphHandler graphHandler)Constructor. -
Uses of GraphHandler in org.restlet.ext.rdf.internal.ntriples
Subclasses of GraphHandler in org.restlet.ext.rdf.internal.ntriples Modifier and Type Class Description classRdfNTriplesWriterHandler of RDF content according to the N-Triples notation.Constructors in org.restlet.ext.rdf.internal.ntriples with parameters of type GraphHandler Constructor Description RdfNTriplesReader(Representation rdfRepresentation, GraphHandler graphHandler)Constructor. -
Uses of GraphHandler in org.restlet.ext.rdf.internal.turtle
Subclasses of GraphHandler in org.restlet.ext.rdf.internal.turtle Modifier and Type Class Description classRdfTurtleWriterHandler of RDF content according to the N3 notation.Constructors in org.restlet.ext.rdf.internal.turtle with parameters of type GraphHandler Constructor Description RdfTurtleReader(Representation rdfN3Representation, GraphHandler graphHandler)Constructor. -
Uses of GraphHandler in org.restlet.ext.rdf.internal.xml
Subclasses of GraphHandler in org.restlet.ext.rdf.internal.xml Modifier and Type Class Description classRdfXmlWriterHandler of RDF content according to the RDF XML syntax.Fields in org.restlet.ext.rdf.internal.xml declared as GraphHandler Modifier and Type Field Description private GraphHandlerContentReader. graphHandlerThe graph handler to call when a link is detected.Constructors in org.restlet.ext.rdf.internal.xml with parameters of type GraphHandler Constructor Description ContentReader(Representation representation, GraphHandler graphHandler)Constructor.RdfXmlReader(Representation rdfRepresentation, GraphHandler graphHandler)Constructor.
-