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

Uses in package au.id.jericho.lib.html

Classes implementing au.id.jericho.lib.html.HTMLElementName

class
Represents an element in a specific source document, which encompasses a start tag, an optional end tag and all content in between.
class
Represents the end tag of an element in a specific source document.
class
Contains static methods which group HTML element names by the characteristics of their associated elements.
class
Represents the start tag of an element in a specific source document.
class
Represents either a StartTag or EndTag in a specific source document.