LayoutFarm.WebDom.Impl.HtmlShadowDocument.HtmlShadowDocument C# (CSharp) Method

HtmlShadowDocument() public method

public HtmlShadowDocument ( HtmlDocument primaryHtmlDoc )
primaryHtmlDoc HtmlDocument
        public HtmlShadowDocument(HtmlDocument primaryHtmlDoc)
            : base(primaryHtmlDoc.UniqueStringTable)
        {
            //share string table with primary html doc
            this.primaryHtmlDoc = primaryHtmlDoc;
        }
    }
HtmlShadowDocument