XmlDocument.VisitorProxy

foreach support for visiting a set of nodes.

class XmlDocument
struct VisitorProxy {}

Members

Functions

exist
bool exist()

Returns true if this proxy contains any nodes.

opApply
int opApply(int delegate(ref Node) dg)

Allows to iterate over the set of nodes.

Meta