android_mt6572_jiabo/external/libxml2/result/intsubset.xml.sax
2025-09-05 16:56:03 +08:00

9 lines
213 B
Text

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