1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/pi.xml.sax

18 lines
327 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(doc)
SAX.characters(
, 1)
SAX.processingInstruction(document-start, doc)
SAX.characters(
, 1)
SAX.startElement(empty)
SAX.endElement(empty)
SAX.characters(
, 1)
SAX.processingInstruction(document-end, doc)
SAX.characters(
, 1)
SAX.endElement(doc)
SAX.endDocument()