girtod ~master (2021-09-09T21:20:43Z)
Home
Dub
Repo
XMLReader
gtd
XMLReader
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];
alias
lineNumber
=
line
;
void
popFront
();
bool
empty
[@property getter];
}
Constructors
this
this
(T document, string fileName)
Members
Aliases
lineNumber
alias
lineNumber
=
line
Undocumented in source.
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
gtd
XMLReader
classes
XMLException
XMLReader
enums
XMLNodeType
functions
endTag
skipTag
structs
ByChar
CountLines
XMLNode