Sign in
fuchsia
/
third_party
/
libxml2
/
357c960e4035ee2fb40d0072bb7bde4533be76f8
/
.
/
SAXresult
/
title.xml
blob: 2af71e900c4f06aee3740c6355e31d41a3104c3d [
file
] [
log
] [
blame
]
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(title)
SAX.characters(my title, 8)
SAX.endElement(title)
SAX.endDocument()