com.wutka.dtd
Class DTDChoice
- DTDOutput
Represents a choice of items.
A choice in a DTD looks like (option1 | option2 | option3)
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
boolean | equals(Object ob)
|
void | write(PrintWriter out) - Writes out the possible choices to a PrintWriter
|
DTDChoice
public DTDChoice()
Creates a new DTDContainer
write
public void write(PrintWriter out)
throws IOException
Writes out the possible choices to a PrintWriter
- write in interface DTDOutput
- write in interface DTDContainer
Copyright (c) 2001 Mark Wutka.