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

public class SysRRX extends Object
Common code across RRX parsers. This class is not public API
See Also:
  • JenaXMLInput
  • Constructor Details

    • SysRRX

      public SysRRX()
  • Method Details

    • createXMLInputFactory

      public static XMLInputFactory createXMLInputFactory()
      Creates and initializes a javax.xml.stream.XMLInputFactory#newInstance().
      Returns:
      XMLInputFactory
    • initAndConfigure

      public static <E extends XMLInputFactory> E initAndConfigure(E xmlInputFactory)
      Configures the parser to be safe and sets necessary properties. This method should be called when a factory other than javax.xml.stream.XMLInputFactory#newInstance() is used.
      Parameters:
      xmlInputFactory -