Interface NonElementParentNode

All Known Subinterfaces:
Document, HTMLDocument, SMILDocument
All Known Implementing Classes:
DocumentImpl, DTMNodeProxy, HTMLDocumentImpl, XMLDocument

public interface NonElementParentNode

NonElementParentNode interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the first element within node's descendants whose ID is elementId.
  • Method Details

    • getElementById

      Element getElementById(String elementId)
      Returns the first element within node's descendants whose ID is elementId.
      Parameters:
      elementId - a String object.
      Returns:
      a Element object.