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 LegacyInsecurePGXmlFactoryFactory
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.XMLReader
createXMLReader()
javax.xml.parsers.DocumentBuilder
newDocumentBuilder()
javax.xml.transform.sax.SAXTransformerFactory
newSAXTransformerFactory()
javax.xml.transform.TransformerFactory
newTransformerFactory()
javax.xml.stream.XMLInputFactory
newXMLInputFactory()
javax.xml.stream.XMLOutputFactory
newXMLOutputFactory()
-
-
-
Field Detail
-
INSTANCE
public static final LegacyInsecurePGXmlFactoryFactory INSTANCE
-
-
Method Detail
-
newDocumentBuilder
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException
- Specified by:
newDocumentBuilder
in interfacePGXmlFactoryFactory
- Throws:
javax.xml.parsers.ParserConfigurationException
-
newTransformerFactory
public javax.xml.transform.TransformerFactory newTransformerFactory()
- Specified by:
newTransformerFactory
in interfacePGXmlFactoryFactory
-
newSAXTransformerFactory
public javax.xml.transform.sax.SAXTransformerFactory newSAXTransformerFactory()
- Specified by:
newSAXTransformerFactory
in interfacePGXmlFactoryFactory
-
newXMLInputFactory
public javax.xml.stream.XMLInputFactory newXMLInputFactory()
- Specified by:
newXMLInputFactory
in interfacePGXmlFactoryFactory
-
newXMLOutputFactory
public javax.xml.stream.XMLOutputFactory newXMLOutputFactory()
- Specified by:
newXMLOutputFactory
in interfacePGXmlFactoryFactory
-
createXMLReader
public org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException
- Specified by:
createXMLReader
in interfacePGXmlFactoryFactory
- Throws:
org.xml.sax.SAXException
-
-