jdk/src/share/classes/com/sun/beans/decoder/TrueElementHandler.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    29  * This element specifies {@code true} value.
    29  * This element specifies {@code true} value.
    30  * It should not contain body or inner elements.
    30  * It should not contain body or inner elements.
    31  * For example:<pre>
    31  * For example:<pre>
    32  * &lt;true/&gt;</pre>
    32  * &lt;true/&gt;</pre>
    33  * is equivalent to {@code true} in Java code.
    33  * is equivalent to {@code true} in Java code.
    34  * <p>The following atribute is supported:
    34  * <p>The following attribute is supported:
    35  * <dl>
    35  * <dl>
    36  * <dt>id
    36  * <dt>id
    37  * <dd>the identifier of the variable that is intended to store the result
    37  * <dd>the identifier of the variable that is intended to store the result
    38  * </dl>
    38  * </dl>
    39  *
    39  *