public class LegacyInsecurePGXmlFactoryFactory extends java.lang.Object implements PGXmlFactoryFactory
| Modifier and Type | Field and Description |
|---|---|
static LegacyInsecurePGXmlFactoryFactory |
INSTANCE |
| Modifier and Type | Method and 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() |
public static final LegacyInsecurePGXmlFactoryFactory INSTANCE
public javax.xml.parsers.DocumentBuilder newDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
newDocumentBuilder in interface PGXmlFactoryFactoryjavax.xml.parsers.ParserConfigurationExceptionpublic javax.xml.transform.TransformerFactory newTransformerFactory()
newTransformerFactory in interface PGXmlFactoryFactorypublic javax.xml.transform.sax.SAXTransformerFactory newSAXTransformerFactory()
newSAXTransformerFactory in interface PGXmlFactoryFactorypublic javax.xml.stream.XMLInputFactory newXMLInputFactory()
newXMLInputFactory in interface PGXmlFactoryFactorypublic javax.xml.stream.XMLOutputFactory newXMLOutputFactory()
newXMLOutputFactory in interface PGXmlFactoryFactorypublic org.xml.sax.XMLReader createXMLReader()
throws org.xml.sax.SAXException
createXMLReader in interface PGXmlFactoryFactoryorg.xml.sax.SAXExceptionCopyright © 2025 PostgreSQL Global Development Group. All rights reserved.