Package org.loboevolution.html.node
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 TypeMethodDescriptiongetElementById
(String elementId) Returns the first element within node's descendants whose ID is elementId.