com.sapportals.portal.prt.util.html.parser

Class HtmlDocument.TagBlock

java.lang.Object
  extended by com.sapportals.portal.prt.util.html.parser.HtmlDocument.HtmlElement
      extended by com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
Enclosing class:
HtmlDocument

public static class HtmlDocument.TagBlock
extends HtmlDocument.HtmlElement

A tag block is a composite structure consisting of a start tag a sequence of HTML elements, and a matching end tag.


Field Summary
 HtmlDocument.ElementSequence body
           
 HtmlDocument.EndTag endTag
           
 HtmlDocument.Tag startTag
           
 
Constructor Summary
HtmlDocument.TagBlock(String name, HtmlDocument.AttributeList aList, HtmlDocument.ElementSequence b)
           
 
Method Summary
 void accept(ParserVisitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTag

public HtmlDocument.Tag startTag

endTag

public HtmlDocument.EndTag endTag

body

public HtmlDocument.ElementSequence body
Constructor Detail

HtmlDocument.TagBlock

public HtmlDocument.TagBlock(String name,
                             HtmlDocument.AttributeList aList,
                             HtmlDocument.ElementSequence b)
Method Detail

accept

public void accept(ParserVisitor v)
Specified by:
accept in class HtmlDocument.HtmlElement
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/lib/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] epbc.prtapi._apideprecated default EP-PIN-PRT
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice