diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 13:57:34 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 13:57:34 +0000 |
| commit | ef0b45016373d65700ef6f7d494a200758b2e4c5 (patch) | |
| tree | b84d25b1069db331e8858ccd29f2ac78c2267fb3 /include/libxml/relaxng.h | |
| parent | 9231ff9250af7e22104cc5e9406f0dd43e86aec0 (diff) | |
| download | android_external_libxml2-ef0b45016373d65700ef6f7d494a200758b2e4c5.tar.gz android_external_libxml2-ef0b45016373d65700ef6f7d494a200758b2e4c5.tar.bz2 android_external_libxml2-ef0b45016373d65700ef6f7d494a200758b2e4c5.zip | |
fixed some problems related to #75813 about handling of Result Value Trees
* xpath.c: fixed some problems related to #75813 about handling
of Result Value Trees
Daniel
Diffstat (limited to 'include/libxml/relaxng.h')
| -rw-r--r-- | include/libxml/relaxng.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h index fa891869..1b25c1f7 100644 --- a/include/libxml/relaxng.h +++ b/include/libxml/relaxng.h @@ -100,11 +100,6 @@ void xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidCtxtPtr xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema); void xmlRelaxNGFreeValidCtxt (xmlRelaxNGValidCtxtPtr ctxt); int xmlRelaxNGValidateDoc (xmlRelaxNGValidCtxtPtr ctxt, - xmlDocPtr instance); -int xmlRelaxNGValidateStream(xmlRelaxNGValidCtxtPtr ctxt, - xmlParserInputBufferPtr input, - xmlCharEncoding enc, - xmlSAXHandlerPtr sax, - void *user_data); + xmlDocPtr doc); void xmlRelaxNGCleanupTypes (void); #endif /* __XML_RELAX_NG__ */ |
