Class SecureXMLProcessors


  • public class SecureXMLProcessors
    extends java.lang.Object
    • Method Detail

      • newXMLInputFactory

        public static javax.xml.stream.XMLInputFactory newXMLInputFactory()
      • newXMLInputFactory

        public static javax.xml.stream.XMLInputFactory newXMLInputFactory​(java.lang.String factoryClassName,
                                                                          java.lang.ClassLoader loader)
      • newDefaultXMLInputFactory

        public static javax.xml.stream.XMLInputFactory newDefaultXMLInputFactory()
      • newSAXParserFactory

        public static javax.xml.parsers.SAXParserFactory newSAXParserFactory()
                                                                      throws org.xml.sax.SAXNotSupportedException,
                                                                             org.xml.sax.SAXNotRecognizedException,
                                                                             javax.xml.parsers.ParserConfigurationException
        Throws:
        org.xml.sax.SAXNotSupportedException
        org.xml.sax.SAXNotRecognizedException
        javax.xml.parsers.ParserConfigurationException
      • newSAXParserFactory

        public static javax.xml.parsers.SAXParserFactory newSAXParserFactory​(java.lang.String factoryClassName,
                                                                             java.lang.ClassLoader loader)
                                                                      throws org.xml.sax.SAXNotSupportedException,
                                                                             org.xml.sax.SAXNotRecognizedException,
                                                                             javax.xml.parsers.ParserConfigurationException
        Throws:
        org.xml.sax.SAXNotSupportedException
        org.xml.sax.SAXNotRecognizedException
        javax.xml.parsers.ParserConfigurationException
      • newDefaultSAXParserFactory

        public static javax.xml.parsers.SAXParserFactory newDefaultSAXParserFactory()
                                                                             throws org.xml.sax.SAXNotSupportedException,
                                                                                    org.xml.sax.SAXNotRecognizedException,
                                                                                    javax.xml.parsers.ParserConfigurationException
        Throws:
        org.xml.sax.SAXNotSupportedException
        org.xml.sax.SAXNotRecognizedException
        javax.xml.parsers.ParserConfigurationException
      • newDocumentBuilderFactory

        public static javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory()
                                                                                  throws javax.xml.parsers.ParserConfigurationException
        Throws:
        javax.xml.parsers.ParserConfigurationException
      • newDocumentBuilderFactory

        public static javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory​(java.lang.String factoryClassName,
                                                                                         java.lang.ClassLoader loader)
                                                                                  throws javax.xml.parsers.ParserConfigurationException
        Throws:
        javax.xml.parsers.ParserConfigurationException
      • newDefaultDocumentBuilderFactory

        public static javax.xml.parsers.DocumentBuilderFactory newDefaultDocumentBuilderFactory()
                                                                                         throws javax.xml.parsers.ParserConfigurationException
        Throws:
        javax.xml.parsers.ParserConfigurationException
      • newTransformerFactory

        public static javax.xml.transform.TransformerFactory newTransformerFactory()
                                                                            throws javax.xml.transform.TransformerConfigurationException
        Throws:
        javax.xml.transform.TransformerConfigurationException
      • newTransformerFactory

        public static javax.xml.transform.TransformerFactory newTransformerFactory​(java.lang.String factoryClassName,
                                                                                   java.lang.ClassLoader loader)
                                                                            throws javax.xml.transform.TransformerConfigurationException
        Throws:
        javax.xml.transform.TransformerConfigurationException
      • newDefaultTransformerFactory

        public static javax.xml.transform.TransformerFactory newDefaultTransformerFactory​(java.lang.String factoryClassName,
                                                                                          java.lang.ClassLoader loader)
                                                                                   throws javax.xml.transform.TransformerConfigurationException
        Throws:
        javax.xml.transform.TransformerConfigurationException