projects
/
platform
/
upstream
/
libxml2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "Merge branch 'tizen_base' into tizen" into tizen
[platform/upstream/libxml2.git]
/
result
/
cdata.sax2
1
SAX.setDocumentLocator()
2
SAX.startDocument()
3
SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
4
SAX.characters(
5
, 1)
6
SAX.pcdata(<greeting>Hello, wor, 34)
7
SAX.characters(
8
, 1)
9
SAX.endElementNs(doc, NULL, NULL)
10
SAX.endDocument()