gtk-d v3.4.0 (2016-12-28T18:49:35Z)
Home
Dub
Repo
XMLException
utils
XML
Undocumented in source.
class
XMLException : Exception {
this
(XMLReader!T reader, string msg);
string
toString
();
void
toString
(void delegate(in char[]) sink);
}
Constructors
this
this
(XMLReader!T reader, string msg)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(void delegate(in char[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
utils
XML
classes
XMLException
XMLReader
enums
XMLNodeType
functions
endTag
skipTag
structs
ByChar
CountLines
XMLNode