1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-03 01:17:38 +03:00
libxml2/SAXresult/pi.xml

18 lines
327 B
XML
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()