summaryrefslogtreecommitdiffstats
path: root/libxml2/result/dtd13.sax2
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/result/dtd13.sax2')
-rw-r--r--libxml2/result/dtd13.sax210
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/result/dtd13.sax2 b/libxml2/result/dtd13.sax2
new file mode 100644
index 0000000..b631501
--- /dev/null
+++ b/libxml2/result/dtd13.sax2
@@ -0,0 +1,10 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.comment( comment before the DTD )
+SAX.internalSubset(doc, , )
+SAX.elementDecl(doc, 2, ...)
+SAX.externalSubset(doc, , )
+SAX.comment( comment after the DTD )
+SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
+SAX.endElementNs(doc, NULL, NULL)
+SAX.endDocument()