Uses of Interface
com.quiotix.html.parser.Visitable

Packages that use Visitable
com.quiotix.html.parser   
 

Uses of Visitable in com.quiotix.html.parser
 

Classes in com.quiotix.html.parser that implement Visitable
 class HtmlDocument
          Represents an HTML document as a sequence of elements.
static class HtmlDocument.Annotation
          Annotations.
static class HtmlDocument.Comment
          HTML comments.
static class HtmlDocument.EndTag
          Html end tag.
static class HtmlDocument.HtmlElement
          Abstract class for HTML elements.
static class HtmlDocument.Newline
          End of line indicator.
static class HtmlDocument.Tag
          HTML start tag.
static class HtmlDocument.TagBlock
          A tag block is a composite structure consisting of a start tag a sequence of HTML elements, and a matching end tag.
static class HtmlDocument.Text
          Plain text
 



Copyright © 1999-2011 Quiotix. All Rights Reserved.