Interface PGXmlFactoryFactory

    • Method Detail

      • newDocumentBuilder

        javax.xml.parsers.DocumentBuilder newDocumentBuilder()
                                                      throws javax.xml.parsers.ParserConfigurationException
        Throws:
        javax.xml.parsers.ParserConfigurationException
      • newTransformerFactory

        javax.xml.transform.TransformerFactory newTransformerFactory()
      • newSAXTransformerFactory

        javax.xml.transform.sax.SAXTransformerFactory newSAXTransformerFactory()
      • newXMLInputFactory

        javax.xml.stream.XMLInputFactory newXMLInputFactory()
      • newXMLOutputFactory

        javax.xml.stream.XMLOutputFactory newXMLOutputFactory()
      • createXMLReader

        org.xml.sax.XMLReader createXMLReader()
                                       throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException