IParentNode Methods

The IParentNode type exposes the following members.

Methods
  NameDescription
Public methodQuerySelector
Returns the first element that is a descendant of node that matches selectors.
Public methodQuerySelectorAll
Returns all element descendants of node that match selectors.
See Also