All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class w3c.jigsaw.html.HtmlStyle
java.lang.Object
   |
   +----w3c.jigsaw.html.HtmlStyle
  -  public class HtmlStyle
  -  extends Object
a sample Style class for HTML documents
   
  -   HtmlStyle(MimeType, String) HtmlStyle(MimeType, String)
-  
  
-   HtmlStyle(String) HtmlStyle(String)
-  
   
  -   append(String) append(String)
-   append a string to the style buffer
 
  
-   setType(MimeType) setType(MimeType)
-   set the type of style sheet used
 
  
-   toString() toString()
-   genereate a String representation that can be
 append in a HTML document
   
 HtmlStyle
HtmlStyle
 public HtmlStyle(MimeType type,
                  String style)
 HtmlStyle
HtmlStyle
 public HtmlStyle(String style)
   
 setType
setType
 public void setType(MimeType type)
  -  set the type of style sheet used
   
- 
    -  Parameters:
    
-  style - the sheet's MimeType.
  
 
 append
append
 public void append(String str1)
  -  append a string to the style buffer
   
- 
    -  Parameters:
    
-  str1 - A string to be append
  
 
 toString
toString
 public String toString()
  -  genereate a String representation that can be
 append in a HTML document
   
- 
    -  Overrides:
    
-  toString in class Object
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index