Exemple #1
0
// Generating method code for cache
        public virtual void AddToCache(string css, NHtmlUnit.W3C.Dom.Css.ICSSStyleSheet styleSheet)
        {
            WObj.cache(css, (org.w3c.dom.css.CSSStyleSheet)styleSheet.WrappedObject);
        }
Exemple #2
0
 public CSSStyleSheet(NHtmlUnit.Javascript.Host.Html.HTMLElement element, NHtmlUnit.W3C.Dom.Css.ICSSStyleSheet wrapped, string uri)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleSheet((com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement)element.WrappedObject, (org.w3c.dom.css.CSSStyleSheet)wrapped.WrappedObject, uri))
 {
 }