Uses of Class
org.ccil.cowan.tagsoup.Element
Packages that use Element
-
Uses of Element in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return ElementModifier and TypeMethodDescriptionElement.next()
Return the next element in an element stack or queue.Methods in org.ccil.cowan.tagsoup with parameters of type ElementModifier and TypeMethodDescriptionboolean
Element.canContain
(Element other) Return true if the type of this element can contain the type of another element.void
Change the next element in an element stack or queue.