Interface INonElementParentNode

Interface INonElementParentNode

Tên không gian: Aspose.Html.Dom Tổng hợp: Aspose.HTML.dll (25.4.0)

Định nghĩa Aspose.Html.Dom.IParentNode không phải là loại Element.

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

Methods

GetElementById(String)

Quay lại yếu tố đầu tiên bên trong người kế vị của nút mà ID là elementId.

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

Parameters

elementId string

Các yếu tố xác định.

Returns

Element

Quay lại yếu tố đầu tiên phù hợp.

 Tiếng Việt