1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Some experimental addition for parsing of expressions and streamable

* pattern.c pattern.h: Some experimental addition for parsing
  of expressions and streamable validation.
  Added xmlStreamPushAttr to the API.
This commit is contained in:
Kasimier T. Buchcik
2005-02-17 21:34:45 +00:00
parent b06b4dede2
commit 2a0fdd9101
3 changed files with 295 additions and 68 deletions

View File

@@ -62,6 +62,10 @@ XMLPUBFUN int XMLCALL
xmlStreamPush (xmlStreamCtxtPtr stream,
const xmlChar *name,
const xmlChar *ns);
XMLPUBFUN int XMLCALL
xmlStreamPushAttr (xmlStreamCtxtPtr stream,
const xmlChar *name,
const xmlChar *ns);
XMLPUBFUN int XMLCALL
xmlStreamPop (xmlStreamCtxtPtr stream);
#ifdef __cplusplus