info.informatica.doc.style.css.dom
Class BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler
java.lang.Object
info.informatica.doc.style.css.dom.BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler
- All Implemented Interfaces:
- DocumentHandler
- Enclosing class:
- BaseCSSStyleDeclaration
public class BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler
- extends Object
BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler
public BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler()
startSelector
public void startSelector(SelectorList selectors)
throws CSSException
- Specified by:
startSelector in interface DocumentHandler
- Throws:
CSSException
endSelector
public void endSelector(SelectorList selectors)
throws CSSException
- Specified by:
endSelector in interface DocumentHandler
- Throws:
CSSException
setLexicalRuleListener
public void setLexicalRuleListener(info.informatica.doc.style.css.dom.LexicalPropertyListener listener)
startDocument
public void startDocument(InputSource source)
throws CSSException
- Specified by:
startDocument in interface DocumentHandler
- Throws:
CSSException
endDocument
public void endDocument(InputSource source)
throws CSSException
- Specified by:
endDocument in interface DocumentHandler
- Throws:
CSSException
comment
public void comment(String text)
throws CSSException
- Specified by:
comment in interface DocumentHandler
- Throws:
CSSException
ignorableAtRule
public void ignorableAtRule(String atRule)
throws CSSException
- Specified by:
ignorableAtRule in interface DocumentHandler
- Throws:
CSSException
namespaceDeclaration
public void namespaceDeclaration(String prefix,
String uri)
throws CSSException
- Specified by:
namespaceDeclaration in interface DocumentHandler
- Throws:
CSSException
importStyle
public void importStyle(String uri,
SACMediaList media,
String defaultNamespaceURI)
throws CSSException
- Specified by:
importStyle in interface DocumentHandler
- Throws:
CSSException
startMedia
public void startMedia(SACMediaList media)
throws CSSException
- Specified by:
startMedia in interface DocumentHandler
- Throws:
CSSException
endMedia
public void endMedia(SACMediaList media)
throws CSSException
- Specified by:
endMedia in interface DocumentHandler
- Throws:
CSSException
startPage
public void startPage(String name,
String pseudo_page)
throws CSSException
- Specified by:
startPage in interface DocumentHandler
- Throws:
CSSException
endPage
public void endPage(String name,
String pseudo_page)
throws CSSException
- Specified by:
endPage in interface DocumentHandler
- Throws:
CSSException
startFontFace
public void startFontFace()
throws CSSException
- Specified by:
startFontFace in interface DocumentHandler
- Throws:
CSSException
endFontFace
public void endFontFace()
throws CSSException
- Specified by:
endFontFace in interface DocumentHandler
- Throws:
CSSException
property
public void property(String name,
LexicalUnit value,
boolean important)
throws CSSException
- Specified by:
property in interface DocumentHandler
- Throws:
CSSException