diff options
Diffstat (limited to 'libxml2/result/defattr.xml.sax2')
-rw-r--r-- | libxml2/result/defattr.xml.sax2 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libxml2/result/defattr.xml.sax2 b/libxml2/result/defattr.xml.sax2 deleted file mode 100644 index dfeba49..0000000 --- a/libxml2/result/defattr.xml.sax2 +++ /dev/null @@ -1,9 +0,0 @@ -SAX.setDocumentLocator() -SAX.startDocument() -SAX.internalSubset(doc, , ) -SAX.elementDecl(doc, 1, ...) -SAX.attributeDecl(doc, xmlns, 1, 4, http://www.example.com/, ...) -SAX.externalSubset(doc, , ) -SAX.startElementNs(doc, NULL, 'http://www.example.com/', 1, xmlns='http://www.example.com/', 0, 0) -SAX.endElementNs(doc, NULL, 'http://www.example.com/') -SAX.endDocument() |