Sign in
fuchsia
/
third_party
/
libxml2
/
393df01cac24c7344ddcdc3b6968f893790c5e67
/
.
/
result
/
HTML
/
autoclose2.html.sax
blob: d1e6abbe50016a07534b978c7f9701dd12094251 [
file
] [
log
] [
blame
]
SAX
.
setDocumentLocator
()
SAX
.
startDocument
()
SAX
.
startElement
(
html
)
SAX
.
startElement
(
body
)
SAX
.
startElement
(
p
)
SAX
.
characters
(
toto
,
5
)
SAX
.
endElement
(
p
)
SAX
.
endElement
(
body
)
SAX
.
endElement
(
html
)
SAX
.
endDocument
()