com.wutka.dtd
Class DTDMixed
java.lang.Object
|
+--com.wutka.dtd.DTDItem
|
+--com.wutka.dtd.DTDContainer
|
+--com.wutka.dtd.DTDMixed
- All Implemented Interfaces:
- DTDOutput
- public class DTDMixed
- extends DTDContainer
Represents a mixed Element content (PCDATA + choice/sequence).
Mixed Element can contain #PCDATA, or it can contain
#PCDATA followed by a list of pipe-separated names.
- Version:
- $Revision: 1.12 $ $Date: 2000/09/01 13:21:05 $ by $Author: wutka $
- Author:
- Mark Wutka
DTDMixed
public DTDMixed()
write
public void write(PrintWriter out)
throws IOException
- Writes out a declaration for mixed content
- Overrides:
write
in class DTDContainer
equals
public boolean equals(Object ob)
- Overrides:
equals
in class DTDContainer