Class DOM2Model

  • All Implemented Interfaces:
    ARPConfig, ARPErrorNumbers, Names, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.ext.LexicalHandler

    public class DOM2Model
    extends SAX2Model
    Transform DOM nodes of RDF.XML into Jena Models. Known not to work with Java 1.4.1.
    • Method Detail

      • load

        public void load​(org.w3c.dom.Node document)
        Parse a DOM Node with the RDF/XML parser, loading the triples into the associated Model. Known not to work with Java 1.4.1.
        Parameters:
        document -