Interface INonElementParentNode

Interface INonElementParentNode

Nazwa przestrzeń: Aspose.Html.Dom Zestaw: Aspose.HTML.dll (25.4.0)

Definuje Aspose.Html.Dom.IParentNode, które nie są typem elementu.

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode

Methods

GetElementById(strumień)

Powraca pierwszy element wewnątrz potomków węzłów, których identyfikatorem jest elementId.

[DOMName("getElementById")]
[DOMNullable]
Element GetElementById(string elementId)

Parameters

elementId string

To element identyfikacyjny.

Returns

Element

Wróć do pierwszego elementu.

 Polski