Sign in
fuchsia
/
third_party
/
libxml2
/
8cf6129bbd836e666e7eda8c9e61c00387ae388b
/
.
/
result
/
HTML
/
implied1.html.sax
blob: 531bdf6e20378103454186a7343ad939c7bd7388 [
file
]
SAX
.
setDocumentLocator
()
SAX
.
startDocument
()
SAX
.
startElement
(
html
)
SAX
.
startElement
(
head
)
SAX
.
characters
(
,
3
)
SAX
.
endElement
(
head
)
SAX
.
startElement
(
body
)
SAX
.
characters
(
x
,
2
)
SAX
.
endElement
(
body
)
SAX
.
endElement
(
html
)
SAX
.
endDocument
()