]> source.dussan.org Git - sonarqube.git/blob
6fc63dfa708925341bf045d753d3aae3649e9740
[sonarqube.git] /
1 <p>
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
5       </p>
6       <ul>
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>
11       </ul>
12       <p>for details.</p>