generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.internalSubset(doc, , )
|
||||
SAX.entityDecl(lt, 1, (null), (null), <)
|
||||
SAX.getEntity(lt)
|
||||
SAX.entityDecl(gt, 1, (null), (null), >)
|
||||
SAX.getEntity(gt)
|
||||
SAX.entityDecl(amp, 1, (null), (null), &)
|
||||
SAX.getEntity(amp)
|
||||
SAX.entityDecl(apos, 1, (null), (null), ')
|
||||
SAX.getEntity(apos)
|
||||
SAX.entityDecl(quot, 1, (null), (null), ")
|
||||
SAX.getEntity(quot)
|
||||
SAX.externalSubset(doc, , )
|
||||
SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
|
||||
SAX.endElementNs(doc, NULL, NULL)
|
||||
SAX.endDocument()
|
||||
Reference in New Issue
Block a user