Multivalent API

Uses of Class
multivalent.CLGeneral

Packages that use CLGeneral
multivalent Core system classes. 
multivalent.std.adaptor Media adaptors guaranteed to be available locally: HTML, UNIX manual page, directory, FTP directory, ... 
 

Uses of CLGeneral in multivalent
 

Methods in multivalent with parameters of type CLGeneral
 void StyleSheet.setAttr(CLGeneral gs, java.lang.String name, java.lang.String value)
          Parse attribute name-value pair into settings in CLGeneral.
 void StyleSheet.setAttrs(CLGeneral gs, java.lang.String pairs)
          Parse attribute name-value pair into settings in CLGeneral.
 void StyleSheet.setPriority(java.lang.String selector, CLGeneral cl)
          Compute priority of passed selector.
 void CLGeneral.copyInto(CLGeneral dest)
          All attributes or just inherited ones?
 

Uses of CLGeneral in multivalent.std.adaptor
 

Subclasses of CLGeneral in multivalent.std.adaptor
 class CSSGeneral
          Adds CSS-specific attributes to CLGeneral.
 

Methods in multivalent.std.adaptor with parameters of type CLGeneral
 void CSSGeneral.copyInto(CLGeneral dest)
           
 void CSS.setPriority(java.lang.String selector, CLGeneral cl)
           
 


Multivalent API