All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.web.dom.NonElementParentNode Maven / Gradle / Ivy

package js.web.dom;

import js.lang.Any;

import javax.annotation.Nullable;


public interface NonElementParentNode extends Any {
    /**
     * Returns the first element within node's descendants whose ID is elementId.
     */
    @Nullable
    Element getElementById(String elementId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy