luxor.css.xul
Class XulCssStyleDeclarationDocumentHandler

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

public class XulCssStyleDeclarationDocumentHandler
extends java.lang.Object
implements DocumentHandler


Constructor Summary
XulCssStyleDeclarationDocumentHandler(java.util.Map map)
           
 
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

XulCssStyleDeclarationDocumentHandler

public XulCssStyleDeclarationDocumentHandler(java.util.Map map)
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