|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.CSSEngine.DocumentAdapter
org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
protected class CSSEngine.StyleSheetDocumentHandler
To parse a style sheet.
| Field Summary | |
|---|---|
protected StyleDeclaration |
styleDeclaration
|
protected StyleRule |
styleRule
|
StyleSheet |
styleSheet
|
| Constructor Summary | |
|---|---|
protected |
CSSEngine.StyleSheetDocumentHandler()
|
| Method Summary | |
|---|---|
void |
endDocument(org.w3c.css.sac.InputSource source)
SAC: Implements DocumentHandler.endDocument(InputSource). |
void |
endFontFace()
SAC: Implements DocumentHandler.endFontFace(). |
void |
endMedia(org.w3c.css.sac.SACMediaList media)
SAC: Implements DocumentHandler.endMedia(SACMediaList). |
void |
endPage(String name,
String pseudo_page)
SAC: Implements DocumentHandler.endPage(String,String). |
void |
endSelector(org.w3c.css.sac.SelectorList selectors)
SAC: Implements DocumentHandler.endSelector(SelectorList). |
void |
ignorableAtRule(String atRule)
SAC: Implements DocumentHandler.ignorableAtRule(String). |
void |
importStyle(String uri,
org.w3c.css.sac.SACMediaList media,
String defaultNamespaceURI)
SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String). |
void |
property(String name,
org.w3c.css.sac.LexicalUnit value,
boolean important)
SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean). |
void |
startDocument(org.w3c.css.sac.InputSource source)
SAC: Implements DocumentHandler.startDocument(InputSource). |
void |
startFontFace()
SAC: Implements DocumentHandler.startFontFace(). |
void |
startMedia(org.w3c.css.sac.SACMediaList media)
SAC: Implements DocumentHandler.startMedia(SACMediaList). |
void |
startPage(String name,
String pseudo_page)
SAC: Implements DocumentHandler.startPage(String,String). |
void |
startSelector(org.w3c.css.sac.SelectorList selectors)
SAC: Implements DocumentHandler.startSelector(SelectorList). |
| Methods inherited from class org.apache.batik.css.engine.CSSEngine.DocumentAdapter |
|---|
comment, namespaceDeclaration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public StyleSheet styleSheet
protected StyleRule styleRule
protected StyleDeclaration styleDeclaration
| Constructor Detail |
|---|
protected CSSEngine.StyleSheetDocumentHandler()
| Method Detail |
|---|
public void startDocument(org.w3c.css.sac.InputSource source)
throws org.w3c.css.sac.CSSException
DocumentHandler.startDocument(InputSource).
startDocument in interface org.w3c.css.sac.DocumentHandlerstartDocument in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void endDocument(org.w3c.css.sac.InputSource source)
throws org.w3c.css.sac.CSSException
DocumentHandler.endDocument(InputSource).
endDocument in interface org.w3c.css.sac.DocumentHandlerendDocument in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void ignorableAtRule(String atRule)
throws org.w3c.css.sac.CSSException
DocumentHandler.ignorableAtRule(String).
ignorableAtRule in interface org.w3c.css.sac.DocumentHandlerignorableAtRule in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void importStyle(String uri,
org.w3c.css.sac.SACMediaList media,
String defaultNamespaceURI)
throws org.w3c.css.sac.CSSException
DocumentHandler.importStyle(String,SACMediaList,String).
importStyle in interface org.w3c.css.sac.DocumentHandlerimportStyle in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void startMedia(org.w3c.css.sac.SACMediaList media)
throws org.w3c.css.sac.CSSException
DocumentHandler.startMedia(SACMediaList).
startMedia in interface org.w3c.css.sac.DocumentHandlerstartMedia in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void endMedia(org.w3c.css.sac.SACMediaList media)
throws org.w3c.css.sac.CSSException
DocumentHandler.endMedia(SACMediaList).
endMedia in interface org.w3c.css.sac.DocumentHandlerendMedia in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void startPage(String name,
String pseudo_page)
throws org.w3c.css.sac.CSSException
DocumentHandler.startPage(String,String).
startPage in interface org.w3c.css.sac.DocumentHandlerstartPage in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void endPage(String name,
String pseudo_page)
throws org.w3c.css.sac.CSSException
DocumentHandler.endPage(String,String).
endPage in interface org.w3c.css.sac.DocumentHandlerendPage in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void startFontFace()
throws org.w3c.css.sac.CSSException
DocumentHandler.startFontFace().
startFontFace in interface org.w3c.css.sac.DocumentHandlerstartFontFace in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void endFontFace()
throws org.w3c.css.sac.CSSException
DocumentHandler.endFontFace().
endFontFace in interface org.w3c.css.sac.DocumentHandlerendFontFace in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void startSelector(org.w3c.css.sac.SelectorList selectors)
throws org.w3c.css.sac.CSSException
DocumentHandler.startSelector(SelectorList).
startSelector in interface org.w3c.css.sac.DocumentHandlerstartSelector in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void endSelector(org.w3c.css.sac.SelectorList selectors)
throws org.w3c.css.sac.CSSException
DocumentHandler.endSelector(SelectorList).
endSelector in interface org.w3c.css.sac.DocumentHandlerendSelector in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
public void property(String name,
org.w3c.css.sac.LexicalUnit value,
boolean important)
throws org.w3c.css.sac.CSSException
DocumentHandler.property(String,LexicalUnit,boolean).
property in interface ShorthandManager.PropertyHandlerproperty in interface org.w3c.css.sac.DocumentHandlerproperty in class CSSEngine.DocumentAdapterorg.w3c.css.sac.CSSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||