tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Attribute
tango
text
xml
SaxParser
Single attributes are represented by this struct.
struct
Attribute (
Ch
=
char
) {
const
(
Ch
)[]
localName
;
const
(
Ch
)[]
value
;
}
Members
Variables
localName
const
(
Ch
)[]
localName
;
Undocumented in source.
value
const
(
Ch
)[]
value
;
Undocumented in source.
Meta
Source
See Implementation
tango
text
xml
SaxParser
classes
SAXException
SaxHandler
SaxParser
XMLFilter
XMLFilterImpl
interfaces
EntityResolver
ErrorHandler
Locator
XMLReader
structs
Attribute
Single attributes are represented by this struct.