| | Plumtree UI Infrastructure API | |
| HTMLElement.GetInnerHTMLElements Method |
Call this method to obtain an enumeration of the HTMLElement objects nested within this HTMLElement.
public virtual IXPEnumerator GetInnerHTMLElements(
bool bRecursive
);
Parameters
-
bRecursive
- Pass true to obtain an enumeration of all nested elements. Pass false to obtain an enumeration of only those elements nested immediately within this element.
See Also
HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace