Package org.apache.jena.riot.lang.rdfxml


package org.apache.jena.riot.lang.rdfxml
RRX (RIOT RDF/XML) is a set of three RDF/XML parsers. They produce the same output, same errors and the same warnings. Each has a LangRDFXML_??? file that is the RIOT reader interface implementation and a RDFXMLParser-??? class which is the parser engine.
Parser Lang riot --syntax Notes
RDFXML Lang.RDFXML   System default
RRX SAX Lang.RDFXML-SAX rrxsax
RRX StAX stream reader Lang.RDFXML-StAX-SR rrxstaxsr
RRX StAX event reader Lang.RDFXML-StAX-EV rrxstaxev
ARP1 RRX.RDFXML-ARP1 arp1