Class TriXParser

  • All Implemented Interfaces:
    RDFParser, org.xml.sax.ErrorHandler

    public class TriXParser
    extends XMLReaderBasedParser
    implements org.xml.sax.ErrorHandler
    A parser that can parse RDF files that are in the TriX format .
    • Constructor Detail

      • TriXParser

        public TriXParser()
        Creates a new TriXParser that will use a SimpleValueFactory to create objects for resources, bNodes, literals and statements.
      • TriXParser

        public TriXParser​(ValueFactory valueFactory)
        Creates a new TriXParser that will use the supplied ValueFactory to create objects for resources, bNodes, literals and statements.
        Parameters:
        valueFactory - A ValueFactory.