|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.DefaultDocumentHandler
This class provides a default implementation of the SAC DocumentHandler.
フィールドの概要 | |
static DocumentHandler |
INSTANCE
The instance of this class. |
コンストラクタの概要 | |
protected |
DefaultDocumentHandler()
Creates a new DefaultDocumentHandler. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final DocumentHandler INSTANCE
コンストラクタの詳細 |
protected DefaultDocumentHandler()
メソッドの詳細 |
public void startDocument(InputSource source) throws CSSException
DocumentHandler.startDocument(InputSource)
.
DocumentHandler
内の startDocument
CSSException
public void endDocument(InputSource source) throws CSSException
DocumentHandler.endDocument(InputSource)
.
DocumentHandler
内の endDocument
CSSException
public void comment(String text) throws CSSException
DocumentHandler.comment(String)
.
DocumentHandler
内の comment
CSSException
public void ignorableAtRule(String atRule) throws CSSException
DocumentHandler.ignorableAtRule(String)
.
DocumentHandler
内の ignorableAtRule
CSSException
public void namespaceDeclaration(String prefix, String uri) throws CSSException
DocumentHandler.namespaceDeclaration(String,String)
.
DocumentHandler
内の namespaceDeclaration
CSSException
public void importStyle(String uri, SACMediaList media, String defaultNamespaceURI) throws CSSException
DocumentHandler.importStyle(String,SACMediaList,String)
.
DocumentHandler
内の importStyle
CSSException
public void startMedia(SACMediaList media) throws CSSException
DocumentHandler.startMedia(SACMediaList)
.
DocumentHandler
内の startMedia
CSSException
public void endMedia(SACMediaList media) throws CSSException
DocumentHandler.endMedia(SACMediaList)
.
DocumentHandler
内の endMedia
CSSException
public void startPage(String name, String pseudo_page) throws CSSException
DocumentHandler.startPage(String,String)
.
DocumentHandler
内の startPage
CSSException
public void endPage(String name, String pseudo_page) throws CSSException
DocumentHandler.endPage(String,String)
.
DocumentHandler
内の endPage
CSSException
public void startFontFace() throws CSSException
DocumentHandler.startFontFace()
.
DocumentHandler
内の startFontFace
CSSException
public void endFontFace() throws CSSException
DocumentHandler.endFontFace()
.
DocumentHandler
内の endFontFace
CSSException
public void startSelector(SelectorList selectors) throws CSSException
DocumentHandler.startSelector(SelectorList)
.
DocumentHandler
内の startSelector
CSSException
public void endSelector(SelectorList selectors) throws CSSException
DocumentHandler.endSelector(SelectorList)
.
DocumentHandler
内の endSelector
CSSException
public void property(String name, LexicalUnit value, boolean important) throws CSSException
DocumentHandler.property(String,LexicalUnit,boolean)
.
DocumentHandler
内の property
CSSException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |