protected class CSSEngine.StyleSheetDocumentHandler extends CSSEngine.DocumentAdapter implements ShorthandManager.PropertyHandler
Modifier and Type | Field and Description |
---|---|
protected StyleDeclaration |
styleDeclaration |
protected StyleRule |
styleRule |
StyleSheet |
styleSheet |
Modifier | Constructor and Description |
---|---|
protected |
StyleSheetDocumentHandler() |
Modifier and Type | Method and Description |
---|---|
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(java.lang.String name,
java.lang.String pseudo_page)
SAC: Implements
DocumentHandler.endPage(String,String) . |
void |
endSelector(org.w3c.css.sac.SelectorList selectors)
SAC: Implements
DocumentHandler.endSelector(SelectorList) . |
void |
ignorableAtRule(java.lang.String atRule)
SAC: Implements
DocumentHandler.ignorableAtRule(String) . |
void |
importStyle(java.lang.String uri,
org.w3c.css.sac.SACMediaList media,
java.lang.String defaultNamespaceURI)
SAC: Implements
DocumentHandler.importStyle(String,SACMediaList,String) . |
void |
property(java.lang.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(java.lang.String name,
java.lang.String pseudo_page)
SAC: Implements
DocumentHandler.startPage(String,String) . |
void |
startSelector(org.w3c.css.sac.SelectorList selectors)
SAC: Implements
DocumentHandler.startSelector(SelectorList) . |
comment, namespaceDeclaration
public StyleSheet styleSheet
protected StyleRule styleRule
protected StyleDeclaration styleDeclaration
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.DocumentHandler
startDocument
in class CSSEngine.DocumentAdapter
org.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.DocumentHandler
endDocument
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void ignorableAtRule(java.lang.String atRule) throws org.w3c.css.sac.CSSException
DocumentHandler.ignorableAtRule(String)
.ignorableAtRule
in interface org.w3c.css.sac.DocumentHandler
ignorableAtRule
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void importStyle(java.lang.String uri, org.w3c.css.sac.SACMediaList media, java.lang.String defaultNamespaceURI) throws org.w3c.css.sac.CSSException
DocumentHandler.importStyle(String,SACMediaList,String)
.importStyle
in interface org.w3c.css.sac.DocumentHandler
importStyle
in class CSSEngine.DocumentAdapter
org.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.DocumentHandler
startMedia
in class CSSEngine.DocumentAdapter
org.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.DocumentHandler
endMedia
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void startPage(java.lang.String name, java.lang.String pseudo_page) throws org.w3c.css.sac.CSSException
DocumentHandler.startPage(String,String)
.startPage
in interface org.w3c.css.sac.DocumentHandler
startPage
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void endPage(java.lang.String name, java.lang.String pseudo_page) throws org.w3c.css.sac.CSSException
DocumentHandler.endPage(String,String)
.endPage
in interface org.w3c.css.sac.DocumentHandler
endPage
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void startFontFace() throws org.w3c.css.sac.CSSException
DocumentHandler.startFontFace()
.startFontFace
in interface org.w3c.css.sac.DocumentHandler
startFontFace
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void endFontFace() throws org.w3c.css.sac.CSSException
DocumentHandler.endFontFace()
.endFontFace
in interface org.w3c.css.sac.DocumentHandler
endFontFace
in class CSSEngine.DocumentAdapter
org.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.DocumentHandler
startSelector
in class CSSEngine.DocumentAdapter
org.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.DocumentHandler
endSelector
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
public void property(java.lang.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.PropertyHandler
property
in interface org.w3c.css.sac.DocumentHandler
property
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.CSSException
Copyright © 2022 Apache Software Foundation. All Rights Reserved.