Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAXVersion

2822  * xmlSAXVersion() to set up the version explicitly for a given
2840 * xmlSAXVersion:
2849 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2909 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2925 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);