jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIAttribute.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    31 import com.sun.tools.internal.xjc.generator.bean.field.FieldRendererFactory;
    31 import com.sun.tools.internal.xjc.generator.bean.field.FieldRendererFactory;
    32 
    32 
    33 import org.w3c.dom.Attr;
    33 import org.w3c.dom.Attr;
    34 import org.w3c.dom.Element;
    34 import org.w3c.dom.Element;
    35 
    35 
    36 /** <attribute> declaration in the binding file. */
    36 /** {@code <attribute>} declaration in the binding file. */
    37 public class BIAttribute
    37 public class BIAttribute
    38 {
    38 {
    39     /**
    39     /**
    40      * Wraps a given &lt;attribute> element.
    40      * Wraps a given {@code <attribute>} element.
    41      * <p>
    41      * <p>
    42      * Should be created only from {@link BIElement}.
    42      * Should be created only from {@link BIElement}.
    43      */
    43      */
    44     BIAttribute( BIElement _parent, Element _e ) {
    44     BIAttribute( BIElement _parent, Element _e ) {
    45         this.parent = _parent;
    45         this.parent = _parent;