|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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 内の startDocumentCSSException
public void endDocument(InputSource source)
throws CSSException
DocumentHandler.endDocument(InputSource).
DocumentHandler 内の endDocumentCSSException
public void comment(String text)
throws CSSException
DocumentHandler.comment(String).
DocumentHandler 内の commentCSSException
public void ignorableAtRule(String atRule)
throws CSSException
DocumentHandler.ignorableAtRule(String).
DocumentHandler 内の ignorableAtRuleCSSException
public void namespaceDeclaration(String prefix,
String uri)
throws CSSException
DocumentHandler.namespaceDeclaration(String,String)
.
DocumentHandler 内の namespaceDeclarationCSSException
public void importStyle(String uri,
SACMediaList media,
String defaultNamespaceURI)
throws CSSException
DocumentHandler.importStyle(String,SACMediaList,String).
DocumentHandler 内の importStyleCSSException
public void startMedia(SACMediaList media)
throws CSSException
DocumentHandler.startMedia(SACMediaList).
DocumentHandler 内の startMediaCSSException
public void endMedia(SACMediaList media)
throws CSSException
DocumentHandler.endMedia(SACMediaList).
DocumentHandler 内の endMediaCSSException
public void startPage(String name,
String pseudo_page)
throws CSSException
DocumentHandler.startPage(String,String).
DocumentHandler 内の startPageCSSException
public void endPage(String name,
String pseudo_page)
throws CSSException
DocumentHandler.endPage(String,String).
DocumentHandler 内の endPageCSSException
public void startFontFace()
throws CSSException
DocumentHandler.startFontFace().
DocumentHandler 内の startFontFaceCSSException
public void endFontFace()
throws CSSException
DocumentHandler.endFontFace().
DocumentHandler 内の endFontFaceCSSException
public void startSelector(SelectorList selectors)
throws CSSException
DocumentHandler.startSelector(SelectorList).
DocumentHandler 内の startSelectorCSSException
public void endSelector(SelectorList selectors)
throws CSSException
DocumentHandler.endSelector(SelectorList).
DocumentHandler 内の endSelectorCSSException
public void property(String name,
LexicalUnit value,
boolean important)
throws CSSException
DocumentHandler.property(String,LexicalUnit,boolean)
.
DocumentHandler 内の propertyCSSException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||