INonElementParentNode Interface

INonElementParentNode interface

Defines IParentNode that are not Element type.

public interface INonElementParentNode

Methods

NameDescription
GetElementById(string)Returns the first element within node’s descendants whose ID is elementId.

See Also