Package org.postgresql.xml
Class LegacyInsecurePGXmlFactoryFactory
- java.lang.Object
-
- org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
-
- All Implemented Interfaces:
PGXmlFactoryFactory
public class LegacyInsecurePGXmlFactoryFactory extends 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 XMLReader
createXMLReader()
DocumentBuilder
newDocumentBuilder()
SAXTransformerFactory
newSAXTransformerFactory()
TransformerFactory
newTransformerFactory()
XMLInputFactory
newXMLInputFactory()
XMLOutputFactory
newXMLOutputFactory()
-
-
-
Field Detail
-
INSTANCE
public static final LegacyInsecurePGXmlFactoryFactory INSTANCE
-
-
Method Detail
-
newDocumentBuilder
public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
- Specified by:
newDocumentBuilder
in interfacePGXmlFactoryFactory
- Throws:
ParserConfigurationException
-
newTransformerFactory
public TransformerFactory newTransformerFactory()
- Specified by:
newTransformerFactory
in interfacePGXmlFactoryFactory
-
newSAXTransformerFactory
public SAXTransformerFactory newSAXTransformerFactory()
- Specified by:
newSAXTransformerFactory
in interfacePGXmlFactoryFactory
-
newXMLInputFactory
public XMLInputFactory newXMLInputFactory()
- Specified by:
newXMLInputFactory
in interfacePGXmlFactoryFactory
-
newXMLOutputFactory
public XMLOutputFactory newXMLOutputFactory()
- Specified by:
newXMLOutputFactory
in interfacePGXmlFactoryFactory
-
createXMLReader
public XMLReader createXMLReader() throws SAXException
- Specified by:
createXMLReader
in interfacePGXmlFactoryFactory
- Throws:
SAXException
-
-