Files
Android11/external/libxml2/result/intsubset.xml.sax
2023-10-13 14:01:41 +00:00

10 lines
213 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(root, , )
SAX.elementDecl(root, 1, ...)
SAX.comment( " )
SAX.externalSubset(root, , )
SAX.startElement(root)
SAX.endElement(root)
SAX.endDocument()