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 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.