|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTDElement | |
---|---|
org.foray.xml.dtd | Classes partially modelling an XML Document Type Definition (DTD). |
Uses of DTDElement in org.foray.xml.dtd |
---|
Methods in org.foray.xml.dtd that return DTDElement | |
---|---|
DTDElement |
DTD.getElement(String name)
Returns an element for a given element name. |
DTDElement |
ElementStack.peek()
Peek at the top element on the stack without removing it from the stack. |
DTDElement |
ElementStack.pop()
Pop an item off of the stack. |
Methods in org.foray.xml.dtd with parameters of type DTDElement | |
---|---|
void |
DTD.addElement(DTDElement element)
Adds a new element to this DTD. |
void |
ElementStack.push(DTDElement element)
Push an item onto the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |