jdk/src/share/classes/javax/swing/text/html/parser/Element.java
changeset 21278 ef8a3a2a72f2
parent 18764 12a1993f109b
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    30 import java.io.*;
    30 import java.io.*;
    31 import sun.awt.AppContext;
    31 import sun.awt.AppContext;
    32 
    32 
    33 /**
    33 /**
    34  * An element as described in a DTD using the ELEMENT construct.
    34  * An element as described in a DTD using the ELEMENT construct.
    35  * This is essentiall the description of a tag. It describes the
    35  * This is essential the description of a tag. It describes the
    36  * type, content model, attributes, attribute types etc. It is used
    36  * type, content model, attributes, attribute types etc. It is used
    37  * to correctly parse a document by the Parser.
    37  * to correctly parse a document by the Parser.
    38  *
    38  *
    39  * @see DTD
    39  * @see DTD
    40  * @see AttributeList
    40  * @see AttributeList