|
||||||||||
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(InputSource source)
SAC: Implements CSSEngine.DocumentAdapter.endDocument(InputSource) . |
void |
endFontFace()
SAC: Implements org.w3c.css.sac.DocumentHandler#endFontFace() . |
void |
endMedia(SACMediaList media)
SAC: Implements org.w3c.css.sac.DocumentHandler#endMedia(SACMediaList) . |
void |
endPage(String name,
String pseudo_page)
SAC: Implements org.w3c.css.sac.DocumentHandler#endPage(String,String) . |
void |
endSelector(SelectorList selectors)
SAC: Implements org.w3c.css.sac.DocumentHandler#endSelector(SelectorList) . |
void |
ignorableAtRule(String atRule)
SAC: Implements org.w3c.css.sac.DocumentHandler#ignorableAtRule(String) . |
void |
importStyle(String uri,
SACMediaList media,
String defaultNamespaceURI)
SAC: Implements CSSEngine.DocumentAdapter.importStyle(String,SACMediaList,String) . |
void |
property(String name,
LexicalUnit value,
boolean important)
SAC: Implements CSSEngine.StyleDeclarationDocumentHandler.property(String,LexicalUnit,boolean) . |
void |
startDocument(InputSource source)
SAC: Implements CSSEngine.DocumentAdapter.startDocument(InputSource) . |
void |
startFontFace()
SAC: Implements org.w3c.css.sac.DocumentHandler#startFontFace() . |
void |
startMedia(SACMediaList media)
SAC: Implements org.w3c.css.sac.DocumentHandler#startMedia(SACMediaList) . |
void |
startPage(String name,
String pseudo_page)
SAC: Implements org.w3c.css.sac.DocumentHandler#startPage(String,String) . |
void |
startSelector(SelectorList selectors)
SAC: Implements org.w3c.css.sac.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(InputSource source) throws CSSException
CSSEngine.DocumentAdapter.startDocument(InputSource)
.
startDocument
in class CSSEngine.DocumentAdapter
CSSException
public void endDocument(InputSource source) throws CSSException
CSSEngine.DocumentAdapter.endDocument(InputSource)
.
endDocument
in class CSSEngine.DocumentAdapter
CSSException
public void ignorableAtRule(String atRule) throws CSSException
org.w3c.css.sac.DocumentHandler#ignorableAtRule(String)
.
ignorableAtRule
in class CSSEngine.DocumentAdapter
CSSException
public void importStyle(String uri, SACMediaList media, String defaultNamespaceURI) throws CSSException
CSSEngine.DocumentAdapter.importStyle(String,SACMediaList,String)
.
importStyle
in class CSSEngine.DocumentAdapter
CSSException
public void startMedia(SACMediaList media) throws CSSException
org.w3c.css.sac.DocumentHandler#startMedia(SACMediaList)
.
startMedia
in class CSSEngine.DocumentAdapter
CSSException
public void endMedia(SACMediaList media) throws CSSException
org.w3c.css.sac.DocumentHandler#endMedia(SACMediaList)
.
endMedia
in class CSSEngine.DocumentAdapter
CSSException
public void startPage(String name, String pseudo_page) throws CSSException
org.w3c.css.sac.DocumentHandler#startPage(String,String)
.
startPage
in class CSSEngine.DocumentAdapter
CSSException
public void endPage(String name, String pseudo_page) throws CSSException
org.w3c.css.sac.DocumentHandler#endPage(String,String)
.
endPage
in class CSSEngine.DocumentAdapter
CSSException
public void startFontFace() throws CSSException
org.w3c.css.sac.DocumentHandler#startFontFace()
.
startFontFace
in class CSSEngine.DocumentAdapter
CSSException
public void endFontFace() throws CSSException
org.w3c.css.sac.DocumentHandler#endFontFace()
.
endFontFace
in class CSSEngine.DocumentAdapter
CSSException
public void startSelector(SelectorList selectors) throws CSSException
org.w3c.css.sac.DocumentHandler#startSelector(SelectorList)
.
startSelector
in class CSSEngine.DocumentAdapter
CSSException
public void endSelector(SelectorList selectors) throws CSSException
org.w3c.css.sac.DocumentHandler#endSelector(SelectorList)
.
endSelector
in class CSSEngine.DocumentAdapter
CSSException
public void property(String name, LexicalUnit value, boolean important) throws CSSException
CSSEngine.StyleDeclarationDocumentHandler.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 |