@DOMNoInterfaceObjectAttribute public interface INonElementParentNode
Defines IParentNode
that are not Element type.
Modifier and Type | Method and Description |
---|---|
Element |
getElementById(String elementId)
Returns the first element within node's descendants whose ID is elementId.
|
@DOMNameAttribute(name="getElementById") @DOMNullableAttribute Element getElementById(String elementId)
Returns the first element within node's descendants whose ID is elementId.
elementId
- The element identifier.