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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Lang
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed.
    static final Lang
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed.
    static final Lang
    RDF/XML implemented by RRX-SAX
    static final Lang
    RDF/XML implemented by RRX-StAXev
    static final Lang
    RDF/XML implemented by RRX-StAXsr
  • Constructor Summary

    Constructors
    Constructor
    Description
    RRX()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Register direct Lang constants for RDF/XML parsers.
    static void
    Remove the direct registrations of RDF/XML parsers.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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(forRemoval=true) public static final Lang RDFXML_ARP1
      Deprecated, for removal: This API element is subject to removal in a future version.
      To be removed. Transition only.
      RDF/XML implemented by ARP1.
    • RDFXML_ARP0

      @Deprecated(forRemoval=true) public static final Lang RDFXML_ARP0
      Deprecated, for removal: This API element is subject to removal in a future version.
      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.