1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/result/xml2.sax

17 lines
525 B
Plaintext
Raw Normal View History

1999-06-02 21:44:04 +04:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(test, , )
1999-06-02 21:44:04 +04:00
SAX.elementDecl(test, 3, ...)
SAX.entityDecl(xx, 4, (null), (null), %zz;)
SAX.getParameterEntity(xx)
1999-06-02 21:44:04 +04:00
SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
SAX.getParameterEntity(zz)
SAX.getParameterEntity(xx)
SAX.error: PEReference: %xx; not found
SAX.characters(This sample shows a , 20)
1999-06-02 21:44:04 +04:00
SAX.getEntity(tricky)
SAX.error: Entity 'tricky' not defined
SAX.characters( method., 8)
SAX.endDocument()
xmlSAXUserParseFile returned error 27