Uses of Class
org.ccil.cowan.tagsoup.Element
-
Packages that use Element Package Description org.ccil.cowan.tagsoup -
-
Uses of Element in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return Element Modifier and Type Method Description Element
Element. next()
Return the next element in an element stack or queue.Methods in org.ccil.cowan.tagsoup with parameters of type Element Modifier and Type Method 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.
-