Uses of Class com.wutka.dtd.DTDItem

Uses in package com.wutka.dtd

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
DTDParser.removeElements(Hashtable h, DTD dtd, DTDItem item)
void
Sets the content type of this element
void
DTDContainer.setItem(DTDItem anItem, int i)
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
Retrieves an item from the container
DTDItem[]
Returns the elements as an array of items
DTDItem

Copyright (c) 2001 Mark Wutka.