dict.h File Reference

#include <libxml/xmlversion.h>
#include <libxml/tree.h>

Go to the source code of this file.

Typedefs

typedef _xmlDict xmlDict
typedef xmlDictxmlDictPtr

Functions

XMLPUBFUN void XMLCALL xmlDictCleanup (void)
XMLPUBFUN xmlDictPtr XMLCALL xmlDictCreate (void)
XMLPUBFUN xmlDictPtr XMLCALL xmlDictCreateSub (xmlDictPtr sub)
XMLPUBFUN const xmlChar *XMLCALL xmlDictExists (xmlDictPtr dict, const xmlChar *name, int len)
XMLPUBFUN void XMLCALL xmlDictFree (xmlDictPtr dict)
XMLPUBFUN const xmlChar *XMLCALL xmlDictLookup (xmlDictPtr dict, const xmlChar *name, int len)
XMLPUBFUN int XMLCALL xmlDictOwns (xmlDictPtr dict, const xmlChar *str)
XMLPUBFUN const xmlChar *XMLCALL xmlDictQLookup (xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name)
XMLPUBFUN int XMLCALL xmlDictReference (xmlDictPtr dict)
XMLPUBFUN int XMLCALL xmlDictSize (xmlDictPtr dict)


Typedef Documentation

typedef struct _xmlDict xmlDict

Definition at line 24 of file dict.h.

typedef xmlDict* xmlDictPtr

Definition at line 25 of file dict.h.


Function Documentation

XMLPUBFUN void XMLCALL xmlDictCleanup ( void   ) 

XMLPUBFUN xmlDictPtr XMLCALL xmlDictCreate ( void   ) 

XMLPUBFUN xmlDictPtr XMLCALL xmlDictCreateSub ( xmlDictPtr  sub  ) 

XMLPUBFUN const xmlChar* XMLCALL xmlDictExists ( xmlDictPtr  dict,
const xmlChar name,
int  len 
)

XMLPUBFUN void XMLCALL xmlDictFree ( xmlDictPtr  dict  ) 

XMLPUBFUN const xmlChar* XMLCALL xmlDictLookup ( xmlDictPtr  dict,
const xmlChar name,
int  len 
)

XMLPUBFUN int XMLCALL xmlDictOwns ( xmlDictPtr  dict,
const xmlChar str 
)

XMLPUBFUN const xmlChar* XMLCALL xmlDictQLookup ( xmlDictPtr  dict,
const xmlChar prefix,
const xmlChar name 
)

XMLPUBFUN int XMLCALL xmlDictReference ( xmlDictPtr  dict  ) 

XMLPUBFUN int XMLCALL xmlDictSize ( xmlDictPtr  dict  ) 

footer


 SourceForge.net Logo