menu
xmlstream package
documentation
xmlstream.dart
XmlProcessor<T>
shouldClosedTag method
shouldClosedTag method
dark_mode
light_mode
shouldClosedTag
method
void
shouldClosedTag
(
String
?
tag
)
Implementation
void shouldClosedTag(String? tag) { if (tagName==tag) { onClosedTag(tag); scopedTag=""; } }
xmlstream package
documentation
xmlstream
XmlProcessor<T>
shouldClosedTag method
XmlProcessor class