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

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
 void Element.setNext(Element next)
          Change the next element in an element stack or queue.
 boolean Element.canContain(Element other)
          Return true if the type of this element can contain the type of another element.
 



Licence: Academic Free License 3.0 and/or GPL 2.0