com.steadystate.css.dom
Class CSSUnknownRuleImpl
java.lang.Object
com.steadystate.css.dom.CSSOMObjectImpl
com.steadystate.css.dom.AbstractCSSRuleImpl
com.steadystate.css.dom.CSSUnknownRuleImpl
- All Implemented Interfaces:
- CSSOMObject, java.io.Serializable, org.w3c.dom.css.CSSRule, org.w3c.dom.css.CSSUnknownRule
public class CSSUnknownRuleImpl
- extends AbstractCSSRuleImpl
- implements org.w3c.dom.css.CSSUnknownRule, java.io.Serializable
Implementation of CSSUnknownRule
.
TODO: Reinstate setCssText
- Version:
- $Id: CSSUnknownRuleImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
Fields inherited from interface org.w3c.dom.css.CSSRule |
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CSSUnknownRuleImpl
public CSSUnknownRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
java.lang.String text)
CSSUnknownRuleImpl
public CSSUnknownRuleImpl()
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getType
public short getType()
- Specified by:
getType
in interface org.w3c.dom.css.CSSRule
getCssText
public java.lang.String getCssText()
- Specified by:
getCssText
in interface org.w3c.dom.css.CSSRule
setCssText
public void setCssText(java.lang.String cssText)
throws org.w3c.dom.DOMException
- Specified by:
setCssText
in interface org.w3c.dom.css.CSSRule
- Throws:
org.w3c.dom.DOMException
getParentStyleSheet
public org.w3c.dom.css.CSSStyleSheet getParentStyleSheet()
- Specified by:
getParentStyleSheet
in interface org.w3c.dom.css.CSSRule
- Overrides:
getParentStyleSheet
in class AbstractCSSRuleImpl
getParentRule
public org.w3c.dom.css.CSSRule getParentRule()
- Specified by:
getParentRule
in interface org.w3c.dom.css.CSSRule
- Overrides:
getParentRule
in class AbstractCSSRuleImpl
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.