Uses of Class
com.quiotix.html.parser.HtmlDocument.HtmlElement

Packages that use HtmlDocument.HtmlElement
com.quiotix.html.parser   
 

Uses of HtmlDocument.HtmlElement in com.quiotix.html.parser
 

Subclasses of HtmlDocument.HtmlElement in com.quiotix.html.parser
static class HtmlDocument.Annotation
          Annotations.
static class HtmlDocument.Comment
          HTML comments.
static class HtmlDocument.EndTag
          Html end tag.
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
 

Fields in com.quiotix.html.parser declared as HtmlDocument.HtmlElement
protected  HtmlDocument.HtmlElement HtmlScrubber.previousElement
           
protected  HtmlDocument.HtmlElement HtmlFormatter.previousElement
           
 

Methods in com.quiotix.html.parser that return HtmlDocument.HtmlElement
 HtmlDocument.HtmlElement HtmlParser.Element()
           
 HtmlDocument.HtmlElement HtmlParser.EndTag()
           
 HtmlDocument.HtmlElement HtmlParser.ScriptBlock()
           
 HtmlDocument.HtmlElement HtmlParser.StyleBlock()
           
 HtmlDocument.HtmlElement HtmlParser.Tag()
           
 

Methods in com.quiotix.html.parser with parameters of type HtmlDocument.HtmlElement
 void HtmlDocument.ElementSequence.addElement(HtmlDocument.HtmlElement o)
          Add element to list.
protected  int HtmlCollector.pushNode(HtmlDocument.HtmlElement e)
           
 



Copyright © 1999-2011 Quiotix. All Rights Reserved.