|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.wutka.dtd.DTDNotationList
Represents a notation declaration for an attribute
Field Summary | |
protected Vector |
items
|
Constructor Summary | |
DTDNotationList()
Creates a new notation |
Method Summary | |
void |
add(String item)
Adds a item to the list of notation values |
boolean |
equals(Object ob)
|
String[] |
getItem()
Returns the items in the notation list |
String |
getItem(int i)
Retrieves an item from the notation list |
String[] |
getItems()
Returns the list of notation values as an array |
Vector |
getItemsVec()
Returns the list of notation values as a vector |
void |
remove(String item)
Removes an item from the list of notation values |
void |
setItem(String[] newItems)
Sets the items in the notation list |
void |
setItem(String item,
int i)
Stores an item in the notation list |
void |
write(PrintWriter out)
Writes a declaration for this notation |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Vector items
Constructor Detail |
public DTDNotationList()
Method Detail |
public void add(String item)
public void remove(String item)
public String[] getItems()
public Vector getItemsVec()
public void write(PrintWriter out) throws IOException
write
in interface DTDOutput
public boolean equals(Object ob)
equals
in class Object
public String[] getItem()
public void setItem(String[] newItems)
public void setItem(String item, int i)
public String getItem(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |