|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.xml.dtd.DTD
public class DTD
Represents an SGML or XML Document Type Definition (DTD).
| Constructor Summary | |
|---|---|
DTD()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addElement(DTDElement element)
Adds a new element to this DTD. |
DTDElement |
getElement(String name)
Returns an element for a given element name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTD()
| Method Detail |
|---|
public void addElement(DTDElement element)
element - The element to be added.public DTDElement getElement(String name)
name - The element's name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||