Files
XML_Data_Parsing/libxml2/result/intsubset.xml.sax
T

10 lines
213 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(root, , )
SAX.elementDecl(root, 1, ...)
SAX.comment( " )
SAX.externalSubset(root, , )
SAX.startElement(root)
SAX.endElement(root)
SAX.endDocument()