Uses of Interface
com.mkdoc.sax.RdfContentHandler

Packages that use RdfContentHandler
com.mkdoc.jspider JSpider components for the MKSearch project  
com.mkdoc.sax Implementations of SAX interfaces  
 

Uses of RdfContentHandler in com.mkdoc.jspider
 

Methods in com.mkdoc.jspider that return RdfContentHandler
protected  RdfContentHandler XhtmlTripleWriterPlugin.getContentHandler(FileStoreManager manager, java.net.URL url)
          Get a pre-configured content handler.
protected  RdfContentHandler XhtmlStoreWriterPlugin.getContentHandler(StoreManager manager, java.net.URL url)
          Get a pre-configured content handler.
protected  RdfContentHandler MetaTripleWriterPlugin.getContentHandler(FileStoreManager manager, java.net.URL url)
          Get a pre-configured content handler.
protected  RdfContentHandler MetaStoreWriterPlugin.getContentHandler(StoreManager manager, java.net.URL url)
          Get a pre-configured content handler.
protected abstract  RdfContentHandler AbstractStoreManagerPlugin.getContentHandler(StoreManager manager, java.net.URL url)
          Get a pre-configured content handler.
protected abstract  RdfContentHandler AbstractFileStoreManagerPlugin.getContentHandler(FileStoreManager manager, java.net.URL url)
          Get a pre-configured content handler.
 

Methods in com.mkdoc.jspider with parameters of type RdfContentHandler
protected  void AbstractRdfPlugin.configureHandler(RdfContentHandler handler)
          Configure an RDF handler with a custom application profile.
 

Uses of RdfContentHandler in com.mkdoc.sax
 

Classes in com.mkdoc.sax that implement RdfContentHandler
 class AbstractRdfContentHandler
          Base class for RDF content handlers.
 class AbstractStoreWriter
          Base class for content handlers that write to Sesame RDF repositories.
 class AbstractTripleWriter
          Base class for content handlers that write N-Triples.
 class LinkStoreWriter
          A Sesame repository writer for XHTML link content.
 class LinkTripleWriter
          Triple writer for XHTML link content.
 class MetaStoreWriter
          A Sesame repository writer for XHTML meta content.
 class MetaTripleWriter
          Triple writer for XHTML meta content.
 class XhtmlStoreWriter
          A Sesame repository writer for XHTML meta and link element content.
 class XhtmlTripleWriter
          A composite XHTML metadata triple writer.