Uses of Class
org.ccil.cowan.tagsoup.Element

Packages that use Element
org.ccil.cowan.tagsoup   
 

Uses of Element in org.ccil.cowan.tagsoup
 

Methods in org.ccil.cowan.tagsoup that return Element
 Element Element.next()
          Return the next element in an element stack or queue.
 

Methods in org.ccil.cowan.tagsoup with parameters of type Element
 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