Uses of Interface
au.id.jericho.lib.html.HTMLElementName

Uses of HTMLElementName in au.id.jericho.lib.html
 

Classes in au.id.jericho.lib.html that implement HTMLElementName
 class Element
          Represents an element in a specific source document, which encompasses a start tag, an optional end tag and all content in between.
 class EndTag
          Represents the end tag of an element in a specific source document.
 class HTMLElements
          Contains static methods which group HTML element names by the characteristics of their associated elements.
 class StartTag
          Represents the start tag of an element in a specific source document.
 class Tag
          Represents either a StartTag or EndTag in a specific source document.