org.apache.batik.css.engine
Class CSSEngine.DocumentAdapter
protected static
class
CSSEngine.DocumentAdapter
extends Object
implements DocumentHandler
Provides an (empty) adapter for the DocumentHandler interface.
Most methods just throw an UnsupportedOperationException, so
the subclasses must override them with 'real' methods.
Method Summary |
void | comment(String text)
SAC: Implements {@link
DocumentHandler#comment(String)}. |
void | endDocument(InputSource source)
SAC: Implements {@link
DocumentHandler#endDocument(InputSource)}. |
void | endFontFace()
SAC: Implements {@link DocumentHandler#endFontFace()}. |
void | endMedia(SACMediaList media)
SAC: Implements {@link
DocumentHandler#endMedia(SACMediaList)}. |
void | endPage(String name, String pseudo_page)
SAC: Implements {@link
DocumentHandler#endPage(String,String)}. |
void | endSelector(SelectorList selectors)
SAC: Implements {@link
DocumentHandler#endSelector(SelectorList)}. |
void | ignorableAtRule(String atRule)
SAC: Implements {@link
DocumentHandler#ignorableAtRule(String)}. |
void | importStyle(String uri, SACMediaList media, String defaultNamespaceURI)
SAC: Implements {@link
DocumentHandler#importStyle(String,SACMediaList,String)}. |
void | namespaceDeclaration(String prefix, String uri)
SAC: Implements {@link
DocumentHandler#namespaceDeclaration(String,String)}. |
void | property(String name, LexicalUnit value, boolean important)
SAC: Implements {@link
DocumentHandler#property(String,LexicalUnit,boolean)}. |
void | startDocument(InputSource source)
SAC: Implements {@link
DocumentHandler#startDocument(InputSource)}. |
void | startFontFace()
SAC: Implements {@link DocumentHandler#startFontFace()}. |
void | startMedia(SACMediaList media)
SAC: Implements {@link
DocumentHandler#startMedia(SACMediaList)}. |
void | startPage(String name, String pseudo_page)
SAC: Implements {@link
DocumentHandler#startPage(String,String)}. |
void | startSelector(SelectorList selectors)
SAC: Implements {@link
DocumentHandler#startSelector(SelectorList)}. |
public void comment(String text)
SAC: Implements {@link
DocumentHandler#comment(String)}.
public void endDocument(InputSource source)
SAC: Implements {@link
DocumentHandler#endDocument(InputSource)}.
public void endFontFace()
SAC: Implements {@link DocumentHandler#endFontFace()}.
public void endMedia(SACMediaList media)
SAC: Implements {@link
DocumentHandler#endMedia(SACMediaList)}.
public void endPage(String name, String pseudo_page)
SAC: Implements {@link
DocumentHandler#endPage(String,String)}.
public void endSelector(SelectorList selectors)
SAC: Implements {@link
DocumentHandler#endSelector(SelectorList)}.
public void ignorableAtRule(String atRule)
SAC: Implements {@link
DocumentHandler#ignorableAtRule(String)}.
public void importStyle(String uri, SACMediaList media, String defaultNamespaceURI)
SAC: Implements {@link
DocumentHandler#importStyle(String,SACMediaList,String)}.
public void namespaceDeclaration(String prefix, String uri)
SAC: Implements {@link
DocumentHandler#namespaceDeclaration(String,String)}.
public void property(String name, LexicalUnit value, boolean important)
SAC: Implements {@link
DocumentHandler#property(String,LexicalUnit,boolean)}.
public void startDocument(InputSource source)
SAC: Implements {@link
DocumentHandler#startDocument(InputSource)}.
public void startFontFace()
SAC: Implements {@link DocumentHandler#startFontFace()}.
public void startMedia(SACMediaList media)
SAC: Implements {@link
DocumentHandler#startMedia(SACMediaList)}.
public void startPage(String name, String pseudo_page)
SAC: Implements {@link
DocumentHandler#startPage(String,String)}.
public void startSelector(SelectorList selectors)
SAC: Implements {@link
DocumentHandler#startSelector(SelectorList)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.