public interface PGXmlFactoryFactory
Modifier and Type | Method and Description |
---|---|
XMLReader |
createXMLReader() |
DocumentBuilder |
newDocumentBuilder() |
SAXTransformerFactory |
newSAXTransformerFactory() |
TransformerFactory |
newTransformerFactory() |
XMLInputFactory |
newXMLInputFactory() |
XMLOutputFactory |
newXMLOutputFactory() |
DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
ParserConfigurationException
TransformerFactory newTransformerFactory()
SAXTransformerFactory newSAXTransformerFactory()
XMLInputFactory newXMLInputFactory()
XMLOutputFactory newXMLOutputFactory()
XMLReader createXMLReader() throws SAXException
SAXException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.