Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAXVersion

2810  * xmlSAXVersion() to set up the version explicitly for a given
2828 * xmlSAXVersion:
2837 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2897 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2913 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);