utils.XML

Undocumented in source.

Members

Classes

XMLException
class XMLException
Undocumented in source.
XMLReader
class XMLReader(T)
Undocumented in source.

Enums

XMLNodeType
enum XMLNodeType
Undocumented in source.

Functions

endTag
bool endTag(XMLReader!T reader, string[] tagNames)

Is this an end tag with name tagName.

endTag
bool endTag(XMLReader!T reader, string tagName)

Is this an end tag with name tagName.

skipTag
void skipTag(XMLReader!T reader)

Skip the current tag and it's content. Leaves the reader pointing to the end tag with the same depth.

Structs

ByChar
struct ByChar
Undocumented in source.
XMLNode
struct XMLNode
Undocumented in source.

Meta