mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-11-23 12:19:40 +00:00
19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(attributes, , )
|
|
SAX.elementDecl(attributes, 1, ...)
|
|
SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
|
|
SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
|
|
SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
|
|
SAX.getEntity(ent)
|
|
SAX.entityDecl(recursive, 1, (null), (null), reference)
|
|
SAX.getEntity(recursive)
|
|
SAX.externalSubset(attributes, , )
|
|
SAX.getEntity(ent)
|
|
SAX.getEntity(recursive)
|
|
SAX.getEntity(ent)
|
|
SAX.getEntity(ent)
|
|
SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
|
|
SAX.endElementNs(attributes, NULL, NULL)
|
|
SAX.endDocument()
|