public class DefaultPGXmlFactoryFactory extends Object implements PGXmlFactoryFactory
| Modifier and Type | Field and Description |
|---|---|
static DefaultPGXmlFactoryFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
XMLReader |
createXMLReader() |
DocumentBuilder |
newDocumentBuilder() |
SAXTransformerFactory |
newSAXTransformerFactory() |
TransformerFactory |
newTransformerFactory() |
XMLInputFactory |
newXMLInputFactory() |
XMLOutputFactory |
newXMLOutputFactory() |
public static final DefaultPGXmlFactoryFactory 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.