public class CSSFontFaceRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSFontFaceRule
CSSFontFaceRule.CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Constructor and Description |
|---|
CSSFontFaceRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCssText() |
org.w3c.dom.css.CSSStyleDeclaration |
getStyle() |
short |
getType() |
int |
hashCode() |
void |
setCssText(String cssText) |
void |
setStyle(CSSStyleDeclarationImpl style) |
String |
toString() |
getParentRule, getParentStyleSheet, getParentStyleSheetImpl, setParentRule, setParentStyleSheetgetLocator, setLocatorclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentRule, getParentStyleSheetpublic CSSFontFaceRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule)
public short getType()
getType in interface org.w3c.dom.css.CSSRulepublic String getCssText()
getCssText in interface org.w3c.dom.css.CSSRulepublic void setCssText(String cssText) throws DOMException
setCssText in interface org.w3c.dom.css.CSSRuleDOMExceptionpublic org.w3c.dom.css.CSSStyleDeclaration getStyle()
getStyle in interface org.w3c.dom.css.CSSFontFaceRulepublic void setStyle(CSSStyleDeclarationImpl style)
public boolean equals(Object obj)
equals in class AbstractCSSRuleImplpublic int hashCode()
hashCode in class AbstractCSSRuleImplCopyright © 2018. All rights reserved.