|
|||||||||||
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
To parse a style sheet.
Field Summary | |
protected StyleDeclaration |
styleDeclaration
|
protected StyleRule |
styleRule
|
StyleSheet |
styleSheet
|
Constructor Summary | |
protected |
CSSEngine.StyleSheetDocumentHandler()
|
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(InputSource source) throws CSSException
DocumentHandler.startDocument(InputSource)
.
startDocument
in interface DocumentHandler
startDocument
in class CSSEngine.DocumentAdapter
CSSException
public void endDocument(InputSource source) throws CSSException
DocumentHandler.endDocument(InputSource)
.
endDocument
in interface DocumentHandler
endDocument
in class CSSEngine.DocumentAdapter
CSSException
public void ignorableAtRule(java.lang.String atRule) throws CSSException
DocumentHandler.ignorableAtRule(String)
.
ignorableAtRule
in interface DocumentHandler
ignorableAtRule
in class CSSEngine.DocumentAdapter
CSSException
public void importStyle(java.lang.String uri, SACMediaList media, java.lang.String defaultNamespaceURI) throws CSSException
DocumentHandler.importStyle(String,SACMediaList,String)
.
importStyle
in interface DocumentHandler
importStyle
in class CSSEngine.DocumentAdapter
CSSException
public void startMedia(SACMediaList media) throws CSSException
DocumentHandler.startMedia(SACMediaList)
.
startMedia
in interface DocumentHandler
startMedia
in class CSSEngine.DocumentAdapter
CSSException
public void endMedia(SACMediaList media) throws CSSException
DocumentHandler.endMedia(SACMediaList)
.
endMedia
in interface DocumentHandler
endMedia
in class CSSEngine.DocumentAdapter
CSSException
public void startPage(java.lang.String name, java.lang.String pseudo_page) throws CSSException
DocumentHandler.startPage(String,String)
.
startPage
in interface DocumentHandler
startPage
in class CSSEngine.DocumentAdapter
CSSException
public void endPage(java.lang.String name, java.lang.String pseudo_page) throws CSSException
DocumentHandler.endPage(String,String)
.
endPage
in interface DocumentHandler
endPage
in class CSSEngine.DocumentAdapter
CSSException
public void startFontFace() throws CSSException
DocumentHandler.startFontFace()
.
startFontFace
in interface DocumentHandler
startFontFace
in class CSSEngine.DocumentAdapter
CSSException
public void endFontFace() throws CSSException
DocumentHandler.endFontFace()
.
endFontFace
in interface DocumentHandler
endFontFace
in class CSSEngine.DocumentAdapter
CSSException
public void startSelector(SelectorList selectors) throws CSSException
DocumentHandler.startSelector(SelectorList)
.
startSelector
in interface DocumentHandler
startSelector
in class CSSEngine.DocumentAdapter
CSSException
public void endSelector(SelectorList selectors) throws CSSException
DocumentHandler.endSelector(SelectorList)
.
endSelector
in interface DocumentHandler
endSelector
in class CSSEngine.DocumentAdapter
CSSException
public void property(java.lang.String name, LexicalUnit value, boolean important) throws CSSException
DocumentHandler.property(String,LexicalUnit,boolean)
.
property
in interface ShorthandManager.PropertyHandler
property
in class CSSEngine.DocumentAdapter
CSSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |