info.informatica.doc.style.css.dom
Class BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler

java.lang.Object
  extended by info.informatica.doc.style.css.dom.BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler
All Implemented Interfaces:
DocumentHandler
Enclosing class:
BaseCSSStyleDeclaration

public class BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler
extends Object


Constructor Summary
BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler()
           
 
Method Summary
 void comment(String text)
           
 void endDocument(InputSource source)
           
 void endFontFace()
           
 void endMedia(SACMediaList media)
           
 void endPage(String name, String pseudo_page)
           
 void endSelector(SelectorList selectors)
           
 void ignorableAtRule(String atRule)
           
 void importStyle(String uri, SACMediaList media, String defaultNamespaceURI)
           
 void namespaceDeclaration(String prefix, String uri)
           
 void property(String name, LexicalUnit value, boolean important)
           
 void setLexicalRuleListener(info.informatica.doc.style.css.dom.LexicalPropertyListener listener)
           
 void startDocument(InputSource source)
           
 void startFontFace()
           
 void startMedia(SACMediaList media)
           
 void startPage(String name, String pseudo_page)
           
 void startSelector(SelectorList selectors)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler

public BaseCSSStyleDeclaration.StyleDeclarationDocumentHandler()
Method Detail

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