Uses of Class
ice.pilots.html4.DStyleSheet

Packages that use DStyleSheet
ice.pilots.html4   
 

Uses of DStyleSheet in ice.pilots.html4
 

Methods in ice.pilots.html4 that return DStyleSheet
static DStyleSheet ThePilot.getUserStyleSheet(StormBase storm)
          Return the default user stylesheet.
 DStyleSheet DOM.createDStyleSheet(int defaultNamespace, DNode ownerNode, DStyleSheet parentStyleSheet, DCSSRule ownerRule)
          This method is used by HTML rendering engine to create a StyleSheet.
 

Methods in ice.pilots.html4 with parameters of type DStyleSheet
 DStyleSheet DOM.createDStyleSheet(int defaultNamespace, DNode ownerNode, DStyleSheet parentStyleSheet, DCSSRule ownerRule)
          This method is used by HTML rendering engine to create a StyleSheet.
 void DDocument.addStyleSheet(DStyleSheet s)
          Add a StyleSheet to this document
 void DDocument.removeStyleSheet(DStyleSheet s)
          Remove a StyleSheet from this document
 void CSSBuilder.build(DStyleSheet ss, String url)
          Build a StyleSheet by loading a parsing the data from a url.
 void CSSBuilder.build(DStyleSheet ss, Reader r, String baseUrl)
          Build a StyleSheet by loading a parsing the data from a Reader and using baseUrl for resolving relative urls.
 

Constructors in ice.pilots.html4 with parameters of type DStyleSheet
DStyleSheet(String title, int defaultNamespace, DNode ownerNode, DStyleSheet parentStyleSheet, DCSSRule ownerRule)
           
DStyleSheet(int defaultNamespace, DNode ownerNode, DStyleSheet parentStyleSheet, DCSSRule ownerRule)