|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wutka.dtd.DTDItem
com.wutka.dtd.DTDContainer
com.wutka.dtd.DTDSequence
public class DTDSequence
Represents a sequence in an element's content. A sequence is declared in the DTD as (value1,value2,value3,etc.)
| Field Summary |
|---|
| Fields inherited from class com.wutka.dtd.DTDContainer |
|---|
items |
| Fields inherited from class com.wutka.dtd.DTDItem |
|---|
cardinal |
| Constructor Summary | |
|---|---|
DTDSequence()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object ob)
|
void |
write(java.io.PrintWriter out)
Writes out a declaration for this sequence |
| Methods inherited from class com.wutka.dtd.DTDContainer |
|---|
add, getItem, getItem, getItems, getItemsVec, remove, setItem, setItem |
| Methods inherited from class com.wutka.dtd.DTDItem |
|---|
getCardinal, setCardinal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTDSequence()
| Method Detail |
|---|
public void write(java.io.PrintWriter out)
throws java.io.IOException
write in interface DTDOutputwrite in class DTDContainerjava.io.IOExceptionpublic boolean equals(java.lang.Object ob)
equals in class DTDContainer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||