Class CSSImportRuleImpl

    • Field Detail

      • href_

        private java.lang.String href_
    • Constructor Detail

      • CSSImportRuleImpl

        public CSSImportRuleImpl​(CSSStyleSheetImpl parentStyleSheet,
                                 AbstractCSSRuleImpl parentRule,
                                 java.lang.String href,
                                 MediaListImpl media)
        Ctor.
        Parameters:
        parentStyleSheet - the parent style sheet
        parentRule - the parent rule
        href - the href
        media - the media
    • 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
      • getHref

        public java.lang.String getHref()
        Returns:
        the href
      • getMedia

        public MediaListImpl getMedia()
        Returns:
        the media lsit
      • getStyleSheet

        public CSSStyleSheetImpl getStyleSheet()
        Returns:
        the parent style sheet
      • toString

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