| Frames | No Frames |
Classes derived from com.wutka.dtd.DTDItem | |
| class | Represents the ANY keyword in an Element's content spec
|
| class | Represents a choice of items. |
| class | Represents an item that may contain other items (such as a
DTDChoice or a DTDSequence)
|
| class | Represents the EMPTY keyword in an Element's content spec
|
| class | Represents a mixed Element content (PCDATA + choice/sequence). |
| class | Represents a named item in the DTD
|
| class | Represents the #PCDATA keyword in an Element's content spec
|
| class | Represents a sequence in an element's content. |
Fields of type com.wutka.dtd.DTDItem | |
| DTDItem | The element's content |
Methods with parameter type com.wutka.dtd.DTDItem | |
| void | Adds an element to the container |
| void | Removes an element from the container |
| void | |
| void | Sets the content type of this element |
| void | Stores an item in the container |
| void | Stores items in the container |
Methods with return type com.wutka.dtd.DTDItem | |
| DTDItem | Returns the content type of this element |
| DTDItem[] | Retrieves the items in the container |
| DTDItem | DTDContainer.getItem(int i) Retrieves an item from the container |
| DTDItem[] | Returns the elements as an array of items |
| DTDItem | |