jdk/src/share/classes/javax/swing/text/html/parser/ContentModel.java
changeset 21278 ef8a3a2a72f2
parent 20169 d7fa6d7586c9
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    32 
    32 
    33 /**
    33 /**
    34  * A representation of a content model. A content model is
    34  * A representation of a content model. A content model is
    35  * basically a restricted BNF expression. It is restricted in
    35  * basically a restricted BNF expression. It is restricted in
    36  * the sense that it must be deterministic. This means that you
    36  * the sense that it must be deterministic. This means that you
    37  * don't have to represent it as a finite state automata.<p>
    37  * don't have to represent it as a finite state automaton.<p>
    38  * See Annex H on page 556 of the SGML handbook for more information.
    38  * See Annex H on page 556 of the SGML handbook for more information.
    39  *
    39  *
    40  * @author   Arthur van Hoff
    40  * @author   Arthur van Hoff
    41  *
    41  *
    42  */
    42  */