INonElementParentNode.GetElementById
INonElementParentNode.GetElementById method
Returns the first element within node’s descendants whose ID is elementId.
public Element GetElementById(String elementId)
Parameter | Type | Description |
---|---|---|
elementId | String | The element identifier. |
Return Value
Returns the first matched element.
See Also
- class Element
- interface INonElementParentNode
- package com.aspose.html.Dom
- package Aspose.HTML