java.lang.Object
org.apache.jena.riot.lang.rdfxml.RRX

public class RRX extends Object
Addition registration of RDF/XML parsers to given each its own Lang name. Each parser has its own short names for use with --syntax argument of the riot command. NB Each Content-Type must be unique.
  • Field Details

    • RDFXML_SAX

      public static final Lang RDFXML_SAX
      RDF/XML implemented by RRX-SAX
    • RDFXML_StAX_ev

      public static final Lang RDFXML_StAX_ev
      RDF/XML implemented by RRX-StAXev
    • RDFXML_StAX_sr

      public static final Lang RDFXML_StAX_sr
      RDF/XML implemented by RRX-StAXsr
    • RDFXML_ARP1

      @Deprecated public static final Lang RDFXML_ARP1
      Deprecated.
      To be removed. Transition only.
      RDF/XML implemented by ARP1.
    • RDFXML_ARP0

      @Deprecated public static final Lang RDFXML_ARP0
      Deprecated.
      To be removed. Transition only.
      RDF/XML implemented by ARP0.
  • Constructor Details

    • RRX

      public RRX()
  • Method Details

    • register

      public static void register()
      Register direct Lang constants for RDF/XML parsers.
    • unregister

      public static void unregister()
      Remove the direct registrations of RDF/XML parsers.