Package | Description |
---|---|
org.ccil.cowan.tagsoup |
Modifier and Type | Method and Description |
---|---|
Element |
Element.next()
Return the next element in an element stack or queue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Element.canContain(Element other)
Return true if the type of this element can contain the type of
another element.
|
void |
Element.setNext(Element next)
Change the next element in an element stack or queue.
|
Licence: Academic Free License 3.0 and/or GPL 2.0