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()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Object
clone()
boolean
protected void
finalize()
final Class<?>
getClass()
Object
.int
hashCode()
final void
notify()
final void
final void
wait()
final void
wait(long timeoutMillis)
final void
wait(long timeoutMillis,
int nanos)
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