langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/builders/XMLNode.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    36  *  <p><b>This is NOT part of any supported API.
    36  *  <p><b>This is NOT part of any supported API.
    37  *  If you write code that depends on this, you do so at your own risk.
    37  *  If you write code that depends on this, you do so at your own risk.
    38  *  This code and its internal interfaces are subject to change or
    38  *  This code and its internal interfaces are subject to change or
    39  *  deletion without notice.</b>
    39  *  deletion without notice.</b>
    40  */
    40  */
       
    41 @Deprecated
    41 public class XMLNode {
    42 public class XMLNode {
    42     XMLNode(XMLNode parent, String qname) {
    43     XMLNode(XMLNode parent, String qname) {
    43         this.parent = parent;
    44         this.parent = parent;
    44         name = qname;
    45         name = qname;
    45         attrs = new HashMap<>();
    46         attrs = new HashMap<>();