All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.ginf.RDFMS

public interface RDFMS
This is an interface of an RDF parser/serializer.


Method Index

 o parse(InputSource)
Parse from the given SAX/XML input source.
 o serialize(Model, Writer)
Serialize a given model into an XML character output stream.
 o setSchemaController(SchemaController)
Overloads standard schema loading policy of the parser (which could be, for example, to call schema registry to fetch unknown schemas).

Methods

 o parse
 public abstract Model parse(InputSource source) throws Exception
Parse from the given SAX/XML input source. Use factory to create models and access the schema registry.

See Also:
RDFFactory
 o setSchemaController
 public abstract void setSchemaController(SchemaController c)
Overloads standard schema loading policy of the parser (which could be, for example, to call schema registry to fetch unknown schemas).

 o serialize
 public abstract void serialize(Model model,
                                Writer w) throws Exception
Serialize a given model into an XML character output stream.


All Packages  Class Hierarchy  This Package  Previous  Next  Index