deepmagic ~master (2022-05-05T22:53:26.1121174)
Dub
Repo
DocumentParser
deepmagic
dom
xml
document_parser
Undocumented in source.
class
DocumentParser : ElementParser {
string
xmlText
;
this
(string xmlText_);
}
Constructors
this
this
(string xmlText_)
Constructs a DocumentParser.
Members
Variables
xmlText
string
xmlText
;
Undocumented in source.
Meta
Source
See Implementation
deepmagic
dom
xml
document_parser
classes
DocumentParser