gtk-d v3.1.3 (2015-05-25T12:16:21Z)
Home
Dub
Repo
XMLReader
utils
XML
Undocumented in source.
class
XMLReader (
T
)
if
(
isInputRange
!
T
&&
isSomeChar
!(
ElementType
!
T
)
) {
XMLNode
front
;
this
(T document);
void
popFront
();
bool
empty
[@property getter];
}
Constructors
this
this
(T document)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
front
XMLNode
front
;
Undocumented in source.
Meta
Source
See Implementation
utils
XML
classes
XMLException
XMLReader
enums
XMLNodeType
functions
endTag
skipTag
structs
ByChar
XMLNode