Interface INonElementParentNode
Interface INonElementParentNode
Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.1.0)
Definisce Aspose.Html.Dom.IParentNode che non sono di tipo Element.
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode
Metodi
GetElementById(string)
Restituisce il primo elemento tra i discendenti del nodo il cui ID è elementId.
[DOMName("getElementById")]
[DOMNullable]
Element GetElementById(string elementId)
Parametri
elementId
string
L’identificatore dell’elemento.
Restituisce
Restituisce il primo elemento corrispondente.