content
The content. Either an Element or a ContentModel.
Serializable
See Annex H on page 556 of the SGML handbook for more information.
int
ContentModel
ContentModel(int type,
Object content,
ContentModel next)
ContentModel(int type,
ContentModel content)
ContentModel(Element content)
boolean
empty()
first()
boolean
void
getElements(Vector<Element> elemVec)
toString()
ContentModel
content
- the elementtype
- the typecontent
- the contenttype
- the typecontent
- the contentnext
- the next content modeltrue
if the content model could
match an empty input streamtoken
- the tokentrue
if the token could potentially be the first token
in the input stream