public class LegacyInsecurePGXmlFactoryFactory extends Object implements PGXmlFactoryFactory
| Modifier and Type | Field and Description |
|---|---|
static LegacyInsecurePGXmlFactoryFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
XMLReader |
createXMLReader() |
DocumentBuilder |
newDocumentBuilder() |
SAXTransformerFactory |
newSAXTransformerFactory() |
TransformerFactory |
newTransformerFactory() |
XMLInputFactory |
newXMLInputFactory() |
XMLOutputFactory |
newXMLOutputFactory() |
public static final LegacyInsecurePGXmlFactoryFactory INSTANCE
public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
newDocumentBuilder in interface PGXmlFactoryFactoryParserConfigurationExceptionpublic TransformerFactory newTransformerFactory()
newTransformerFactory in interface PGXmlFactoryFactorypublic SAXTransformerFactory newSAXTransformerFactory()
newSAXTransformerFactory in interface PGXmlFactoryFactorypublic XMLInputFactory newXMLInputFactory()
newXMLInputFactory in interface PGXmlFactoryFactorypublic XMLOutputFactory newXMLOutputFactory()
newXMLOutputFactory in interface PGXmlFactoryFactorypublic XMLReader createXMLReader() throws SAXException
createXMLReader in interface PGXmlFactoryFactorySAXExceptionCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.