Class XmlFactories


  • public class XmlFactories
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.xml.parsers.DocumentBuilder newDocumentBuilder()  
      static javax.xml.transform.Transformer newTransformer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newDocumentBuilder

        public static javax.xml.parsers.DocumentBuilder newDocumentBuilder()
                                                                    throws javax.xml.parsers.ParserConfigurationException
        Throws:
        javax.xml.parsers.ParserConfigurationException
      • newTransformer

        public static javax.xml.transform.Transformer newTransformer()
                                                              throws javax.xml.transform.TransformerConfigurationException
        Throws:
        javax.xml.transform.TransformerConfigurationException