java.lang.Object
org.apache.jena.riot.lang.rdfxml.SysRRX
Common code across RRX parsers. This class is not public API
- See Also:
-
JenaXMLInput
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic XMLInputFactory
Creates and initializes a javax.xml.stream.XMLInputFactory#newInstance().static <E extends XMLInputFactory>
EinitAndConfigure
(E xmlInputFactory) Configures the parser to be safe and sets necessary properties.
-
Constructor Details
-
SysRRX
public SysRRX()
-
-
Method Details
-
createXMLInputFactory
Creates and initializes a javax.xml.stream.XMLInputFactory#newInstance().- Returns:
- XMLInputFactory
-
initAndConfigure
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
-
-