|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.wutka.dtd.DTDElement
Represents an element defined with the ELEMENT DTD tag
Field Summary | |
Hashtable |
attributes
The element's attributes |
DTDItem |
content
The element's content |
String |
name
The name of the element |
Constructor Summary | |
DTDElement()
|
|
DTDElement(String aName)
|
Method Summary | |
boolean |
equals(Object ob)
|
DTDAttribute |
getAttribute(String attrName)
Gets an attribute for this element |
DTDItem |
getContent()
Returns the content type of this element |
String |
getName()
Returns the name of this element |
void |
setAttribute(String attrName,
DTDAttribute attr)
Stores an attribute in this element |
void |
setContent(DTDItem theContent)
Sets the content type of this element |
void |
setName(String aName)
Sets the name of this element |
void |
write(PrintWriter out)
Writes out an element declaration and an attlist declaration (if necessary) for this element |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String name
public Hashtable attributes
public DTDItem content
Constructor Detail |
public DTDElement()
public DTDElement(String aName)
Method Detail |
public void write(PrintWriter out) throws IOException
write
in interface DTDOutput
public boolean equals(Object ob)
equals
in class Object
public void setName(String aName)
public String getName()
public void setAttribute(String attrName, DTDAttribute attr)
public DTDAttribute getAttribute(String attrName)
public void setContent(DTDItem theContent)
public DTDItem getContent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |