summaryrefslogtreecommitdiffstats
path: root/thirdparties/s60/include/libxml/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/s60/include/libxml/pattern.h')
-rwxr-xr-xthirdparties/s60/include/libxml/pattern.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/thirdparties/s60/include/libxml/pattern.h b/thirdparties/s60/include/libxml/pattern.h
index 97d2cd2..a697145 100755
--- a/thirdparties/s60/include/libxml/pattern.h
+++ b/thirdparties/s60/include/libxml/pattern.h
@@ -44,53 +44,53 @@ typedef enum {
} xmlPatternFlags;
XMLPUBFUN void XMLCALL
- xmlFreePattern (xmlPatternPtr comp);
+xmlFreePattern (xmlPatternPtr comp);
XMLPUBFUN void XMLCALL
- xmlFreePatternList (xmlPatternPtr comp);
+xmlFreePatternList (xmlPatternPtr comp);
XMLPUBFUN xmlPatternPtr XMLCALL
- xmlPatterncompile (const xmlChar *pattern,
- xmlDict *dict,
- int flags,
- const xmlChar **namespaces);
+xmlPatterncompile (const xmlChar *pattern,
+ xmlDict *dict,
+ int flags,
+ const xmlChar **namespaces);
XMLPUBFUN int XMLCALL
- xmlPatternMatch (xmlPatternPtr comp,
- xmlNodePtr node);
+xmlPatternMatch (xmlPatternPtr comp,
+ xmlNodePtr node);
/* streaming interfaces */
typedef struct _xmlStreamCtxt xmlStreamCtxt;
typedef xmlStreamCtxt *xmlStreamCtxtPtr;
XMLPUBFUN int XMLCALL
- xmlPatternStreamable (xmlPatternPtr comp);
+xmlPatternStreamable (xmlPatternPtr comp);
XMLPUBFUN int XMLCALL
- xmlPatternMaxDepth (xmlPatternPtr comp);
+xmlPatternMaxDepth (xmlPatternPtr comp);
XMLPUBFUN int XMLCALL
- xmlPatternMinDepth (xmlPatternPtr comp);
+xmlPatternMinDepth (xmlPatternPtr comp);
XMLPUBFUN int XMLCALL
- xmlPatternFromRoot (xmlPatternPtr comp);
+xmlPatternFromRoot (xmlPatternPtr comp);
XMLPUBFUN xmlStreamCtxtPtr XMLCALL
- xmlPatternGetStreamCtxt (xmlPatternPtr comp);
+xmlPatternGetStreamCtxt (xmlPatternPtr comp);
XMLPUBFUN void XMLCALL
- xmlFreeStreamCtxt (xmlStreamCtxtPtr stream);
+xmlFreeStreamCtxt (xmlStreamCtxtPtr stream);
XMLPUBFUN int XMLCALL
- xmlStreamPushNode (xmlStreamCtxtPtr stream,
- const xmlChar *name,
- const xmlChar *ns,
- int nodeType);
+xmlStreamPushNode (xmlStreamCtxtPtr stream,
+ const xmlChar *name,
+ const xmlChar *ns,
+ int nodeType);
XMLPUBFUN int XMLCALL
- xmlStreamPush (xmlStreamCtxtPtr stream,
- const xmlChar *name,
- const xmlChar *ns);
+xmlStreamPush (xmlStreamCtxtPtr stream,
+ const xmlChar *name,
+ const xmlChar *ns);
XMLPUBFUN int XMLCALL
- xmlStreamPushAttr (xmlStreamCtxtPtr stream,
- const xmlChar *name,
- const xmlChar *ns);
+xmlStreamPushAttr (xmlStreamCtxtPtr stream,
+ const xmlChar *name,
+ const xmlChar *ns);
XMLPUBFUN int XMLCALL
- xmlStreamPop (xmlStreamCtxtPtr stream);
+xmlStreamPop (xmlStreamCtxtPtr stream);
XMLPUBFUN int XMLCALL
- xmlStreamWantsAnyNode (xmlStreamCtxtPtr stream);
+xmlStreamWantsAnyNode (xmlStreamCtxtPtr stream);
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud