Interface INonElementParentNode
Interface INonElementParentNode
Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.1.0)
Definiuje Aspose.Html.Dom.IParentNode, które nie są typu Element.
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode
Metody
GetElementById(string)
Zwraca pierwszy element wśród potomków węzła, którego ID to elementId.
[DOMName("getElementById")]
[DOMNullable]
Element GetElementById(string elementId)
Parametry
elementId
string
Identyfikator elementu.
Zwraca
Zwraca pierwszy pasujący element.