Uses of Class
com.sapportals.portal.prt.util.html.parser.HtmlDocument.HtmlElement

Packages that use HtmlDocument.HtmlElement
com.sapportals.portal.prt.util.html.parser   
 

Uses of HtmlDocument.HtmlElement in com.sapportals.portal.prt.util.html.parser
 

Subclasses of HtmlDocument.HtmlElement in com.sapportals.portal.prt.util.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
 

Methods in com.sapportals.portal.prt.util.html.parser that return HtmlDocument.HtmlElement
 HtmlDocument.HtmlElement HtmlParser.Element()
           
 HtmlDocument.HtmlElement HtmlParser.Tag()
           
 HtmlDocument.HtmlElement HtmlParser.ScriptBlock()
           
 HtmlDocument.HtmlElement HtmlParser.StyleBlock()
           
 HtmlDocument.HtmlElement HtmlParser.EndTag()
           
 

Methods in com.sapportals.portal.prt.util.html.parser with parameters of type HtmlDocument.HtmlElement
protected  int HtmlStructurizer.pushNode(HtmlDocument.HtmlElement e)
           
 void HtmlDocument.ElementSequence.addElement(HtmlDocument.HtmlElement o)