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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void charset​(java.lang.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​(java.lang.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.