Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAXVersion

2772  * xmlSAXVersion() to set up the version explicitly for a given
2790 * xmlSAXVersion:
2799 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2859 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2875 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);