Package org.postgresql.xml
Interface PGXmlFactoryFactory
-
- All Known Implementing Classes:
DefaultPGXmlFactoryFactory,LegacyInsecurePGXmlFactoryFactory
public interface PGXmlFactoryFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLReadercreateXMLReader()DocumentBuildernewDocumentBuilder()SAXTransformerFactorynewSAXTransformerFactory()TransformerFactorynewTransformerFactory()XMLInputFactorynewXMLInputFactory()XMLOutputFactorynewXMLOutputFactory()
-
-
-
Method Detail
-
newDocumentBuilder
DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
newTransformerFactory
TransformerFactory newTransformerFactory()
-
newSAXTransformerFactory
SAXTransformerFactory newSAXTransformerFactory()
-
newXMLInputFactory
XMLInputFactory newXMLInputFactory()
-
newXMLOutputFactory
XMLOutputFactory newXMLOutputFactory()
-
createXMLReader
XMLReader createXMLReader() throws SAXException
- Throws:
SAXException
-
-