public class LegacyInsecurePGXmlFactoryFactory extends java.lang.Object implements PGXmlFactoryFactory
Modifier and Type | Field and Description |
---|---|
static LegacyInsecurePGXmlFactoryFactory |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
LegacyInsecurePGXmlFactoryFactory() |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.XMLReader |
createXMLReader() |
javax.xml.parsers.DocumentBuilder |
newDocumentBuilder() |
javax.xml.transform.sax.SAXTransformerFactory |
newSAXTransformerFactory() |
javax.xml.transform.TransformerFactory |
newTransformerFactory() |
javax.xml.stream.XMLInputFactory |
newXMLInputFactory() |
javax.xml.stream.XMLOutputFactory |
newXMLOutputFactory() |
public static final LegacyInsecurePGXmlFactoryFactory INSTANCE
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException
newDocumentBuilder
in interface PGXmlFactoryFactory
javax.xml.parsers.ParserConfigurationException
public javax.xml.transform.TransformerFactory newTransformerFactory()
newTransformerFactory
in interface PGXmlFactoryFactory
public javax.xml.transform.sax.SAXTransformerFactory newSAXTransformerFactory()
newSAXTransformerFactory
in interface PGXmlFactoryFactory
public javax.xml.stream.XMLInputFactory newXMLInputFactory()
newXMLInputFactory
in interface PGXmlFactoryFactory
public javax.xml.stream.XMLOutputFactory newXMLOutputFactory()
newXMLOutputFactory
in interface PGXmlFactoryFactory
public org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException
createXMLReader
in interface PGXmlFactoryFactory
org.xml.sax.SAXException