Home | History | Annotate | Download | only in libxml2

Lines Matching refs:isStandalone

105     "SAX function isStandalone",
205 } else if (!strcmp(name, "SAX function isStandalone")) {
206 *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone;
323 } else if (!strcmp(name, "SAX function isStandalone")) {
324 ctxt->sax->isStandalone = *((isStandaloneSAXFunc *) value);
820 * isStandalone:
829 isStandalone(void *ctx)
831 DEPRECATED("isStandalone")