newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
SAXParser.onElementEmpty
newxml
sax
SAXParser
Called on an empty element. Provides access to the attributes.
struct
SAXParser
(T)
void
delegate
(
StringType
name
,
StringType
[
StringType
]
attributes
)
onElementEmpty
;
Meta
Source
See Implementation
newxml
sax
SAXParser
aliases
AttrRange
StringType
functions
createAArray
processDocument
save
setSource
variables
cursor
onCDataSection
onComment
onDocument
onElementEmpty
onElementEnd
onElementStart
onProcessingInstruction
onText
Called on an empty element. Provides access to the attributes.