jp.cssj.sakae.sac.parser
クラス DefaultDocumentHandler

java.lang.Object
  拡張jp.cssj.sakae.sac.parser.DefaultDocumentHandler
すべての実装インタフェース:
DocumentHandler

public class DefaultDocumentHandler
extends Object
implements DocumentHandler

This class provides a default implementation of the SAC DocumentHandler.

バージョン:
$Id: DefaultDocumentHandler.java,v 1.3 2003/08/08 11:38:57 vhardy Exp $
作成者:
Stephane Hillion

フィールドの概要
static DocumentHandler INSTANCE
          The instance of this class.
 
コンストラクタの概要
protected DefaultDocumentHandler()
          Creates a new DefaultDocumentHandler.
 
メソッドの概要
 void comment(String text)
          SAC : Implements DocumentHandler.comment(String).
 void endDocument(InputSource source)
          SAC : Implements DocumentHandler.endDocument(InputSource).
 void endFontFace()
          SAC : Implements DocumentHandler.endFontFace().
 void endMedia(SACMediaList media)
          SAC : Implements DocumentHandler.endMedia(SACMediaList).
 void endPage(String name, String pseudo_page)
          SAC : Implements DocumentHandler.endPage(String,String).
 void endSelector(SelectorList selectors)
          SAC : Implements DocumentHandler.endSelector(SelectorList).
 void ignorableAtRule(String atRule)
          SAC : Implements DocumentHandler.ignorableAtRule(String).
 void importStyle(String uri, SACMediaList media, String defaultNamespaceURI)
          SAC : Implements DocumentHandler.importStyle(String,SACMediaList,String).
 void namespaceDeclaration(String prefix, String uri)
          SAC : Implements DocumentHandler.namespaceDeclaration(String,String) .
 void property(String name, LexicalUnit value, boolean important)
          SAC : Implements DocumentHandler.property(String,LexicalUnit,boolean) .
 void startDocument(InputSource source)
          SAC : Implements DocumentHandler.startDocument(InputSource).
 void startFontFace()
          SAC : Implements DocumentHandler.startFontFace().
 void startMedia(SACMediaList media)
          SAC : Implements DocumentHandler.startMedia(SACMediaList).
 void startPage(String name, String pseudo_page)
          SAC : Implements DocumentHandler.startPage(String,String).
 void startSelector(SelectorList selectors)
          SAC : Implements DocumentHandler.startSelector(SelectorList).
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INSTANCE

public static final DocumentHandler INSTANCE
The instance of this class.

コンストラクタの詳細

DefaultDocumentHandler

protected DefaultDocumentHandler()
Creates a new DefaultDocumentHandler.

メソッドの詳細

startDocument

public void startDocument(InputSource source)
                   throws CSSException
SAC : Implements DocumentHandler.startDocument(InputSource).

定義:
インタフェース DocumentHandler 内の startDocument
例外:
CSSException

endDocument

public void endDocument(InputSource source)
                 throws CSSException
SAC : Implements DocumentHandler.endDocument(InputSource).

定義:
インタフェース DocumentHandler 内の endDocument
例外:
CSSException

comment

public void comment(String text)
             throws CSSException
SAC : Implements DocumentHandler.comment(String).

定義:
インタフェース DocumentHandler 内の comment
例外:
CSSException

ignorableAtRule

public void ignorableAtRule(String atRule)
                     throws CSSException
SAC : Implements DocumentHandler.ignorableAtRule(String).

定義:
インタフェース DocumentHandler 内の ignorableAtRule
例外:
CSSException

namespaceDeclaration

public void namespaceDeclaration(String prefix,
                                 String uri)
                          throws CSSException
SAC : Implements DocumentHandler.namespaceDeclaration(String,String) .

定義:
インタフェース DocumentHandler 内の namespaceDeclaration
例外:
CSSException

importStyle

public void importStyle(String uri,
                        SACMediaList media,
                        String defaultNamespaceURI)
                 throws CSSException
SAC : Implements DocumentHandler.importStyle(String,SACMediaList,String).

定義:
インタフェース DocumentHandler 内の importStyle
例外:
CSSException

startMedia

public void startMedia(SACMediaList media)
                throws CSSException
SAC : Implements DocumentHandler.startMedia(SACMediaList).

定義:
インタフェース DocumentHandler 内の startMedia
例外:
CSSException

endMedia

public void endMedia(SACMediaList media)
              throws CSSException
SAC : Implements DocumentHandler.endMedia(SACMediaList).

定義:
インタフェース DocumentHandler 内の endMedia
例外:
CSSException

startPage

public void startPage(String name,
                      String pseudo_page)
               throws CSSException
SAC : Implements DocumentHandler.startPage(String,String).

定義:
インタフェース DocumentHandler 内の startPage
例外:
CSSException

endPage

public void endPage(String name,
                    String pseudo_page)
             throws CSSException
SAC : Implements DocumentHandler.endPage(String,String).

定義:
インタフェース DocumentHandler 内の endPage
例外:
CSSException

startFontFace

public void startFontFace()
                   throws CSSException
SAC : Implements DocumentHandler.startFontFace().

定義:
インタフェース DocumentHandler 内の startFontFace
例外:
CSSException

endFontFace

public void endFontFace()
                 throws CSSException
SAC : Implements DocumentHandler.endFontFace().

定義:
インタフェース DocumentHandler 内の endFontFace
例外:
CSSException

startSelector

public void startSelector(SelectorList selectors)
                   throws CSSException
SAC : Implements DocumentHandler.startSelector(SelectorList).

定義:
インタフェース DocumentHandler 内の startSelector
例外:
CSSException

endSelector

public void endSelector(SelectorList selectors)
                 throws CSSException
SAC : Implements DocumentHandler.endSelector(SelectorList).

定義:
インタフェース DocumentHandler 内の endSelector
例外:
CSSException

property

public void property(String name,
                     LexicalUnit value,
                     boolean important)
              throws CSSException
SAC : Implements DocumentHandler.property(String,LexicalUnit,boolean) .

定義:
インタフェース DocumentHandler 内の property
例外:
CSSException


(c)2009 GNN & Co.,Ltd.