|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wutka.dtd.DTDNotation
public class DTDNotation
Represents a Notation defined in a DTD
| Field Summary | |
|---|---|
DTDExternalID |
externalID
|
String |
name
|
| Constructor Summary | |
|---|---|
DTDNotation()
|
|
DTDNotation(String aName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object ob)
|
DTDExternalID |
getExternalID()
Retrieves the external ID |
String |
getName()
Retrieves the notation name |
void |
setExternalID(DTDExternalID theExternalID)
Sets the external ID |
void |
setName(String aName)
Sets the notation name |
void |
write(PrintWriter out)
Writes out a declaration for this notation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public DTDExternalID externalID
| Constructor Detail |
|---|
public DTDNotation()
public DTDNotation(String aName)
| Method Detail |
|---|
public void write(PrintWriter out)
throws IOException
write in interface DTDOutputIOExceptionpublic boolean equals(Object ob)
equals in class Objectpublic void setName(String aName)
public String getName()
public void setExternalID(DTDExternalID theExternalID)
public DTDExternalID getExternalID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||