Allows easy iteration through all elements of a document. See Document.allElements to use this.
PowerUI.DocumentElements.DocumentElements |
( |
Document |
document) | |
|
|
inline |
IEnumerator<Element> PowerUI.DocumentElements.GetEnumerator |
( |
) | |
|
|
inline |
IEnumerator IEnumerable. PowerUI.DocumentElements.GetEnumerator |
( |
) | |
|
|
inlineprivate |
IEnumerable<Element> PowerUI.DocumentElements.IterateThrough |
( |
Element |
element) | |
|
|
inline |
Iterates through the given element.
- Parameters
-
element | The element to iterate through. |
Document PowerUI.DocumentElements.Document |
The document containing the elements to enumerate.
bool PowerUI.DocumentElements.SkipChildren |
True if the iteration should skip the following children of the current element.