gtk-d v3.4.0 (2016-12-28T18:49:35Z)
Home
Dub
Repo
XMLReader
utils
XML
Undocumented in source.
class
XMLReader (
T
)
if
(
isInputRange
!
T
&&
isSomeChar
!(
ElementType
!
T
)
) {
XMLNode
front
;
string
fileName
;
this
(T document, string fileName);
size_t
line
[@property getter];
void
popFront
();
bool
empty
[@property getter];
}
Constructors
this
this
(T document, string fileName)
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.
line
size_t
line
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fileName
string
fileName
;
Undocumented in source.
front
XMLNode
front
;
Undocumented in source.
Meta
Source
See Implementation
utils
XML
classes
XMLException
XMLReader
enums
XMLNodeType
functions
endTag
skipTag
structs
ByChar
CountLines
XMLNode