com.steadystate.css.sac
Interface DocumentHandlerExt

All Superinterfaces:
org.w3c.css.sac.DocumentHandler
All Known Implementing Classes:
HandlerBase

public interface DocumentHandlerExt
extends org.w3c.css.sac.DocumentHandler


Method Summary
 void charset(String characterEncoding)
          Receive notification of a charset at-rule.
 
Methods inherited from interface org.w3c.css.sac.DocumentHandler
comment, endDocument, endFontFace, endMedia, endPage, endSelector, ignorableAtRule, importStyle, namespaceDeclaration, property, startDocument, startFontFace, startMedia, startPage, startSelector
 

Method Detail

charset

void charset(String characterEncoding)
             throws org.w3c.css.sac.CSSException
Receive notification of a charset at-rule.

Parameters:
characterEncoding - the character encoding
Throws:
org.w3c.css.sac.CSSException - Any CSS exception, possibly wrapping another exception.


Copyright © 2011. All Rights Reserved.