2 This method allocates a specific implementation of an xml interface. It is preferable to use
3 the supplied factory classes to create these objects so that the implementation can be
4 changed at runtime. See
7 <li>javax.xml.parsers.DocumentBuilderFactory</li>
8 <li>javax.xml.parsers.SAXParserFactory</li>
9 <li>javax.xml.transform.TransformerFactory</li>
10 <li>org.w3c.dom.Document.create<i>XXXX</i></li>