generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.internalSubset(root, , )
|
||||
SAX.elementDecl(root, 1, ...)
|
||||
SAX.comment( " )
|
||||
SAX.externalSubset(root, , )
|
||||
SAX.startElementNs(root, NULL, NULL, 0, 0, 0)
|
||||
SAX.endElementNs(root, NULL, NULL)
|
||||
SAX.endDocument()
|
||||
Reference in New Issue
Block a user