luxor.css.xul
Class XulCssDocumentHandler

java.lang.Object
  |
  +--luxor.css.xul.XulCssDocumentHandler
All Implemented Interfaces:
DocumentHandler

public class XulCssDocumentHandler
extends java.lang.Object
implements DocumentHandler


Constructor Summary
XulCssDocumentHandler()
           
 
Method Summary
 void comment(java.lang.String text)
           
 void endDocument(InputSource source)
           
 void endSelector(java.util.List selectors)
           
 void property(java.lang.String name, CssValue value, boolean isImportant)
           
 void startDocument(InputSource source)
           
 void startSelector(java.util.List selectors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XulCssDocumentHandler

public XulCssDocumentHandler()
Method Detail

comment

public void comment(java.lang.String text)
Specified by:
comment in interface DocumentHandler

endDocument

public void endDocument(InputSource source)
Specified by:
endDocument in interface DocumentHandler

endSelector

public void endSelector(java.util.List selectors)
Specified by:
endSelector in interface DocumentHandler

property

public void property(java.lang.String name,
                     CssValue value,
                     boolean isImportant)
Specified by:
property in interface DocumentHandler

startDocument

public void startDocument(InputSource source)
Specified by:
startDocument in interface DocumentHandler

startSelector

public void startSelector(java.util.List selectors)
Specified by:
startSelector in interface DocumentHandler


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo