Package org.postgresql.xml
Class LegacyInsecurePGXmlFactoryFactory
- java.lang.Object
-
- org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
-
- All Implemented Interfaces:
PGXmlFactoryFactory
public class LegacyInsecurePGXmlFactoryFactory extends java.lang.Object implements PGXmlFactoryFactory
-
-
Field Summary
Fields Modifier and Type Field Description static LegacyInsecurePGXmlFactoryFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.XMLReadercreateXMLReader()javax.xml.parsers.DocumentBuildernewDocumentBuilder()javax.xml.transform.sax.SAXTransformerFactorynewSAXTransformerFactory()javax.xml.transform.TransformerFactorynewTransformerFactory()javax.xml.stream.XMLInputFactorynewXMLInputFactory()javax.xml.stream.XMLOutputFactorynewXMLOutputFactory()
-
-
-
Field Detail
-
INSTANCE
public static final LegacyInsecurePGXmlFactoryFactory INSTANCE
-
-
Method Detail
-
newDocumentBuilder
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException- Specified by:
newDocumentBuilderin interfacePGXmlFactoryFactory- Throws:
javax.xml.parsers.ParserConfigurationException
-
newTransformerFactory
public javax.xml.transform.TransformerFactory newTransformerFactory()
- Specified by:
newTransformerFactoryin interfacePGXmlFactoryFactory
-
newSAXTransformerFactory
public javax.xml.transform.sax.SAXTransformerFactory newSAXTransformerFactory()
- Specified by:
newSAXTransformerFactoryin interfacePGXmlFactoryFactory
-
newXMLInputFactory
public javax.xml.stream.XMLInputFactory newXMLInputFactory()
- Specified by:
newXMLInputFactoryin interfacePGXmlFactoryFactory
-
newXMLOutputFactory
public javax.xml.stream.XMLOutputFactory newXMLOutputFactory()
- Specified by:
newXMLOutputFactoryin interfacePGXmlFactoryFactory
-
createXMLReader
public org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException- Specified by:
createXMLReaderin interfacePGXmlFactoryFactory- Throws:
org.xml.sax.SAXException
-
-