java.lang.Object
org.apache.jena.riot.lang.rdfxml.RRX
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
Modifier and TypeFieldDescriptionstatic 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-SAXstatic final Lang
RDF/XML implemented by RRX-StAXevstatic final Lang
RDF/XML implemented by RRX-StAXsr -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register()
Register direct Lang constants for RDF/XML parsers.static void
Remove the direct registrations of RDF/XML parsers.
-
Field Details
-
RDFXML_SAX
RDF/XML implemented by RRX-SAX -
RDFXML_StAX_ev
RDF/XML implemented by RRX-StAXev -
RDFXML_StAX_sr
RDF/XML implemented by RRX-StAXsr -
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, 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.
-