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