com.wutka.dtd
Class DTDDecl
java.lang.Object
|
+--com.wutka.dtd.DTDDecl
- All Implemented Interfaces:
- DTDOutput
- public class DTDDecl
- extends java.lang.Object
- implements DTDOutput
Represents the possible values for an attribute declaration
Constructor Summary |
DTDDecl(int aType,
java.lang.String aName)
|
Method Summary |
boolean |
equals(java.lang.Object ob)
|
void |
write(java.io.PrintWriter out)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIXED
public static final DTDDecl FIXED
REQUIRED
public static final DTDDecl REQUIRED
IMPLIED
public static final DTDDecl IMPLIED
VALUE
public static final DTDDecl VALUE
type
public int type
name
public java.lang.String name
DTDDecl
public DTDDecl(int aType,
java.lang.String aName)
equals
public boolean equals(java.lang.Object ob)
- Overrides:
equals
in class java.lang.Object
write
public void write(java.io.PrintWriter out)
throws java.io.IOException
- Specified by:
write
in interface DTDOutput