com.steadystate.css.dom
Class CSSCharsetRuleImpl

java.lang.Object
  extended by com.steadystate.css.dom.CSSOMObjectImpl
      extended by com.steadystate.css.dom.AbstractCSSRuleImpl
          extended by com.steadystate.css.dom.CSSCharsetRuleImpl
All Implemented Interfaces:
CSSOMObject, Serializable, org.w3c.dom.css.CSSCharsetRule, org.w3c.dom.css.CSSRule

public class CSSCharsetRuleImpl
extends AbstractCSSRuleImpl
implements org.w3c.dom.css.CSSCharsetRule

Implementation of CSSCharsetRule.

Author:
David Schweinsberg, rbri
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
 
Constructor Summary
CSSCharsetRuleImpl()
           
CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String encoding)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCssText()
           
 String getEncoding()
           
 short getType()
           
 int hashCode()
           
 void setCssText(String cssText)
           
 void setEncoding(String encoding)
           
 String toString()
           
 
Methods inherited from class com.steadystate.css.dom.AbstractCSSRuleImpl
getParentRule, getParentStyleSheet, getParentStyleSheetImpl, setParentRule, setParentStyleSheet
 
Methods inherited from class com.steadystate.css.dom.CSSOMObjectImpl
getUserData, getUserDataMap, setUserData, setUserDataMap
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.css.CSSRule
getParentRule, getParentStyleSheet
 

Constructor Detail

CSSCharsetRuleImpl

public CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet,
                          org.w3c.dom.css.CSSRule parentRule,
                          String encoding)

CSSCharsetRuleImpl

public CSSCharsetRuleImpl()
Method Detail

getType

public short getType()
Specified by:
getType in interface org.w3c.dom.css.CSSRule

getCssText

public String getCssText()
Specified by:
getCssText in interface org.w3c.dom.css.CSSRule

setCssText

public void setCssText(String cssText)
                throws DOMException
Specified by:
setCssText in interface org.w3c.dom.css.CSSRule
Throws:
DOMException

getEncoding

public String getEncoding()
Specified by:
getEncoding in interface org.w3c.dom.css.CSSCharsetRule

setEncoding

public void setEncoding(String encoding)
                 throws DOMException
Specified by:
setEncoding in interface org.w3c.dom.css.CSSCharsetRule
Throws:
DOMException

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractCSSRuleImpl

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractCSSRuleImpl

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All rights reserved.