Class CSSUnknownRuleImpl

    • Field Detail

      • text_

        private java.lang.String text_
    • Constructor Detail

      • CSSUnknownRuleImpl

        public CSSUnknownRuleImpl​(CSSStyleSheetImpl parentStyleSheet,
                                  AbstractCSSRuleImpl parentRule,
                                  java.lang.String text)
        Ctor.
        Parameters:
        parentStyleSheet - the parent style sheet
        parentRule - the parent rule
        text - the text
    • Method Detail

      • setCssText

        public void setCssText​(java.lang.String cssText)
                        throws org.w3c.dom.DOMException
        Sets the css text.
        Specified by:
        setCssText in class AbstractCSSRuleImpl
        Parameters:
        cssText - the new css text
        Throws:
        org.w3c.dom.DOMException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object