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 PGXmlFactoryFactory
ParserConfigurationException
public TransformerFactory newTransformerFactory()
newTransformerFactory
in interface PGXmlFactoryFactory
public SAXTransformerFactory newSAXTransformerFactory()
newSAXTransformerFactory
in interface PGXmlFactoryFactory
public XMLInputFactory newXMLInputFactory()
newXMLInputFactory
in interface PGXmlFactoryFactory
public XMLOutputFactory newXMLOutputFactory()
newXMLOutputFactory
in interface PGXmlFactoryFactory
public XMLReader createXMLReader() throws SAXException
createXMLReader
in interface PGXmlFactoryFactory
SAXException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.