Package org.restlet.ext.rdf.internal.xml
Class RdfXmlReader
- java.lang.Object
-
- org.restlet.ext.rdf.internal.RdfReader
-
- org.restlet.ext.rdf.internal.xml.RdfXmlReader
-
public class RdfXmlReader extends RdfReader
Handler of RDF content according to the RDF/XML format.
-
-
Constructor Summary
Constructors Constructor Description RdfXmlReader(Representation rdfRepresentation, GraphHandler graphHandler)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse()Parses the current representation.-
Methods inherited from class org.restlet.ext.rdf.internal.RdfReader
getGraphHandler, getRdfRepresentation
-
-
-
-
Constructor Detail
-
RdfXmlReader
public RdfXmlReader(Representation rdfRepresentation, GraphHandler graphHandler)
Constructor.- Parameters:
rdfRepresentation- The representation to read.graphHandler- The graph handler invoked during the parsing.- Throws:
java.io.IOException
-
-