com.swfit.core.xhtml
Interface XHTMLList

All Superinterfaces:
XHTMLElement

public interface XHTMLList
extends XHTMLElement

Abstraction of the most common list elements in XHTML (table, bullet list, paragraph etc.).

Since:
SWFIT1.0
Version:
$Revision: 1.1 $ $Date: 2003/02/02 20:47:25 $
Author:
Olaf Havnes

Fields inherited from interface com.swfit.core.xhtml.XHTMLElement
NO_ENCODING, SEMI_ENCODING, STRICT_ENCODING
 
Method Summary
 java.lang.StringBuffer add(java.lang.StringBuffer str_b, java.lang.String[] content, int encoding)
          Add an array of elements to the list with a specified encoding.
 java.lang.StringBuffer addEncoded(java.lang.StringBuffer str_b, java.lang.String[] encoded)
          Add an array of elements to the list - without encoding the content any further.
 java.lang.StringBuffer listEnd(java.lang.StringBuffer str_b)
          Finish off the list.
 java.lang.StringBuffer listStart(java.lang.StringBuffer str_b)
          Start the list.
 
Methods inherited from interface com.swfit.core.xhtml.XHTMLElement
add, addEncoded, elementEnd, elementStart, elementStart
 

Method Detail

listStart

public java.lang.StringBuffer listStart(java.lang.StringBuffer str_b)
Start the list.

listEnd

public java.lang.StringBuffer listEnd(java.lang.StringBuffer str_b)
Finish off the list.

addEncoded

public java.lang.StringBuffer addEncoded(java.lang.StringBuffer str_b,
                                         java.lang.String[] encoded)
Add an array of elements to the list - without encoding the content any further.

add

public java.lang.StringBuffer add(java.lang.StringBuffer str_b,
                                  java.lang.String[] content,
                                  int encoding)
Add an array of elements to the list with a specified encoding.


Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.