Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0
/
libxml2
/
refs/heads/master
/
.
/
libxml2-2.7.7
/
result
/
title.xml.sax
blob: 2af71e900c4f06aee3740c6355e31d41a3104c3d [
file
] [
log
] [
blame
] [
edit
]
SAX
.
setDocumentLocator
()
SAX
.
startDocument
()
SAX
.
startElement
(
title
)
SAX
.
characters
(
my
title
,
8
)
SAX
.
endElement
(
title
)
SAX
.
endDocument
()