Package org.postgresql.xml
Class DefaultPGXmlFactoryFactory
java.lang.Object
org.postgresql.xml.DefaultPGXmlFactoryFactory
- All Implemented Interfaces:
PGXmlFactoryFactory
Default implementation of PGXmlFactoryFactory that configures each factory per OWASP recommendations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
INSTANCE
-
-
Method Details
-
newDocumentBuilder
- Specified by:
newDocumentBuilderin interfacePGXmlFactoryFactory- Throws:
ParserConfigurationException
-
newTransformerFactory
- Specified by:
newTransformerFactoryin interfacePGXmlFactoryFactory
-
newSAXTransformerFactory
- Specified by:
newSAXTransformerFactoryin interfacePGXmlFactoryFactory
-
newXMLInputFactory
- Specified by:
newXMLInputFactoryin interfacePGXmlFactoryFactory
-
newXMLOutputFactory
- Specified by:
newXMLOutputFactoryin interfacePGXmlFactoryFactory
-
createXMLReader
- Specified by:
createXMLReaderin interfacePGXmlFactoryFactory- Throws:
SAXException
-