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.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
- Author:
- Mark Wutka
DTDMixed
public DTDMixed()
write
public void write(PrintWriter out)
throws IOException
- Writes out a declaration for mixed content
- Specified by:
write
in interface DTDOutput
- Specified by:
write
in class DTDContainer
- Throws:
IOException
equals
public boolean equals(Object ob)
- Overrides:
equals
in class DTDContainer
Copyright (c) 2001 Mark Wutka.