src/java.xml/share/classes/javax/xml/transform/dom/DOMSource.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    36  * <p>Note that XSLT requires namespace support. Attempting to transform a DOM
    36  * <p>Note that XSLT requires namespace support. Attempting to transform a DOM
    37  * that was not contructed with a namespace-aware parser may result in errors.
    37  * that was not contructed with a namespace-aware parser may result in errors.
    38  * Parsers can be made namespace aware by calling
    38  * Parsers can be made namespace aware by calling
    39  * {@link javax.xml.parsers.DocumentBuilderFactory#setNamespaceAware(boolean awareness)}.</p>
    39  * {@link javax.xml.parsers.DocumentBuilderFactory#setNamespaceAware(boolean awareness)}.</p>
    40  *
    40  *
    41  * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a>
    41  * @author Jeff Suttor
    42  * @see <a href="http://www.w3.org/TR/DOM-Level-2">Document Object Model (DOM) Level 2 Specification</a>
    42  * @see <a href="http://www.w3.org/TR/DOM-Level-2">Document Object Model (DOM) Level 2 Specification</a>
    43  * @since 1.4
    43  * @since 1.4
    44  */
    44  */
    45 public class DOMSource implements Source {
    45 public class DOMSource implements Source {
    46 
    46