com.aspose.html.dom

Class ShadowRoot

    • Constructor Detail

      • ShadowRoot

        public ShadowRoot(Document ownerDocument,
                          int mode,
                          Element host)

        Initializes a new instance of the ShadowRoot class.

        Parameters:
        ownerDocument - The owner document.
        mode - Mode in which shadow root will operate.
        host - Element on which this root was created.