Detailed Description

Allows easy iteration through all elements of a document. See Document.allElements to use this.

Inheritance diagram for PowerUI.DocumentElements:

Public Member Functions

 DocumentElements (Document document)
 
IEnumerable< ElementIterateThrough (Element element)
 Iterates through the given element. More...
 
IEnumerator< ElementGetEnumerator ()
 

Public Attributes

Document Document
 The document containing the elements to enumerate. More...
 
bool SkipChildren
 True if the iteration should skip the following children of the current element. More...
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Constructor & Destructor Documentation

PowerUI.DocumentElements.DocumentElements ( Document  document)
inline

Member Function Documentation

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
elementThe element to iterate through.

Member Data Documentation

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.