java.lang.Object
org.apache.jena.util.JenaXMLInput
Create XML input methods.
External DTD and entity processing is disabled to prevent XXE Processing problems.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLReaderstatic voidInitialize an XMLInputFactory to jena settings.static DocumentBuilderFactorystatic XMLStreamReaderstatic XMLStreamReader
-
Constructor Details
-
JenaXMLInput
public JenaXMLInput()
-
-
Method Details
-
createXMLReader
-
initXMLInputFactory
Initialize an XMLInputFactory to jena settings. -
newXMLStreamReader
- Throws:
XMLStreamException
-
newXMLStreamReader
- Throws:
XMLStreamException
-
newDocumentBuilderFactory
public static DocumentBuilderFactory newDocumentBuilderFactory() throws ParserConfigurationException- Throws:
ParserConfigurationException
-