From bff06bff9c2a37b4bb06cf681638c81c874d4fad Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 17 Nov 2003 16:58:05 +0000 Subject: [PATCH] more cleanup, improving navigation updated the result Daniel * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, improving navigation * doc/html/*.html: updated the result Daniel --- ChangeLog | 6 + doc/apibuild.py | 4 +- doc/html/index.html | 2 +- doc/html/libxml-DOCBparser.html | 2 +- doc/html/libxml-HTMLparser.html | 2 +- doc/html/libxml-HTMLtree.html | 2 +- doc/html/libxml-SAX.html | 2 +- doc/html/libxml-c14n.html | 2 +- doc/html/libxml-catalog.html | 2 +- doc/html/libxml-chvalid.html | 2 +- doc/html/libxml-debugXML.html | 2 +- doc/html/libxml-dict.html | 2 +- doc/html/libxml-encoding.html | 2 +- doc/html/libxml-entities.html | 2 +- doc/html/libxml-globals.html | 2 +- doc/html/libxml-hash.html | 2 +- doc/html/libxml-list.html | 2 +- doc/html/libxml-nanoftp.html | 2 +- doc/html/libxml-nanohttp.html | 2 +- doc/html/libxml-parser.html | 2 +- doc/html/libxml-parserInternals.html | 2 +- doc/html/libxml-relaxng.html | 2 +- doc/html/libxml-schemasInternals.html | 2 +- doc/html/libxml-threads.html | 2 +- doc/html/libxml-tree.html | 2 +- doc/html/libxml-uri.html | 2 +- doc/html/libxml-valid.html | 2 +- doc/html/libxml-xinclude.html | 2 +- doc/html/libxml-xmlIO.html | 2 +- doc/html/libxml-xmlautomata.html | 2 +- doc/html/libxml-xmlerror.html | 2 +- doc/html/libxml-xmlexports.html | 2 +- doc/html/libxml-xmlmemory.html | 2 +- doc/html/libxml-xmlreader.html | 2 +- doc/html/libxml-xmlregexp.html | 2 +- doc/html/libxml-xmlschemas.html | 2 +- doc/html/libxml-xmlschemastypes.html | 2 +- doc/html/libxml-xmlunicode.html | 2 +- doc/html/libxml-xmlversion.html | 2 +- doc/html/libxml-xmlwriter.html | 2 +- doc/html/libxml-xpath.html | 2 +- doc/html/libxml-xpathInternals.html | 2 +- doc/html/libxml-xpointer.html | 2 +- doc/libxml2-api.xml | 3592 ++++++++++++------------- doc/newapi.xsl | 23 + 45 files changed, 1869 insertions(+), 1838 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f9141a4..740a5ff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 17 17:55:51 CET 2003 Daniel Veillard + + * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, + improving navigation + * doc/html/*.html: updated the result + Mon Nov 17 14:54:38 CET 2003 Daniel Veillard * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: diff --git a/doc/apibuild.py b/doc/apibuild.py index d91d8983..89c69ab7 100755 --- a/doc/apibuild.py +++ b/doc/apibuild.py @@ -1516,7 +1516,9 @@ class docBuilder: output.write('\n') output.write("\n" % self.name) output.write(" \n") - for file in self.headers.keys(): + headers = self.headers.keys() + headers.sort() + for file in headers: self.serialize_exports(output, file) output.write(" \n") output.write(" \n") diff --git a/doc/html/index.html b/doc/html/index.html index 09971bca..4890f58a 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -7,4 +7,4 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Reference Manual for libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Reference Manual for libxml2

Main Menu
Related links

Table of Contents

Daniel Veillard

+Reference Manual for libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Reference Manual for libxml2

Main Menu
Related links

Table of Contents

Daniel Veillard

diff --git a/doc/html/libxml-DOCBparser.html b/doc/html/libxml-DOCBparser.html index 68225596..da0ac30d 100644 --- a/doc/html/libxml-DOCBparser.html +++ b/doc/html/libxml-DOCBparser.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module DOCBparser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module DOCBparser from libxml2

Main Menu
Related links

Table of Contents

void	docbFreeParserCtxt	(docbParserCtxtPtr ctxt)
+Module DOCBparser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module DOCBparser from libxml2

Main Menu
Related links

Table of Contents

void	docbFreeParserCtxt	(docbParserCtxtPtr ctxt)
docbDocPtr	docbParseDoc	(xmlChar * cur, 
const char * encoding)
Typedef xmlDocPtr docbDocPtr
 
diff --git a/doc/html/libxml-HTMLparser.html b/doc/html/libxml-HTMLparser.html
index a8b7aeb5..9aa815f0 100644
--- a/doc/html/libxml-HTMLparser.html
+++ b/doc/html/libxml-HTMLparser.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module HTMLparser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module HTMLparser from libxml2

Main Menu
Related links

Table of Contents

Typedef xmlParserNodeInfo htmlParserNodeInfo
+Module HTMLparser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module HTMLparser from libxml2

Main Menu
Related links

Table of Contents

Typedef xmlParserNodeInfo htmlParserNodeInfo
 
 
int	htmlIsScriptAttribute	(const xmlChar * name)
int	htmlHandleOmittedElem	(int val)
diff --git a/doc/html/libxml-HTMLtree.html b/doc/html/libxml-HTMLtree.html index 29482c66..babf737f 100644 --- a/doc/html/libxml-HTMLtree.html +++ b/doc/html/libxml-HTMLtree.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module HTMLtree from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module HTMLtree from libxml2

Main Menu
Related links

Table of Contents

void	htmlDocDumpMemory	(xmlDocPtr cur, 
xmlChar ** mem,
int * size)
+Module HTMLtree from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module HTMLtree from libxml2

Main Menu
Related links

Table of Contents

void	htmlDocDumpMemory	(xmlDocPtr cur, 
xmlChar ** mem,
int * size)
int	htmlSaveFile	(const char * filename, 
xmlDocPtr cur)
#define HTML_TEXT_NODE
 
diff --git a/doc/html/libxml-SAX.html b/doc/html/libxml-SAX.html
index 358e25fc..a56c926c 100644
--- a/doc/html/libxml-SAX.html
+++ b/doc/html/libxml-SAX.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module SAX from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module SAX from libxml2

Main Menu
Related links

Table of Contents

void	cdataBlock	(void * ctx, 
const xmlChar * value,
int len)
+Module SAX from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module SAX from libxml2

Main Menu
Related links

Table of Contents

void	cdataBlock	(void * ctx, 
const xmlChar * value,
int len)
void	comment	(void * ctx, 
const xmlChar * value)
int	checkNamespace	(void * ctx, 
xmlChar * namespace)
void	startElement	(void * ctx, 
const xmlChar * fullname,
const xmlChar ** atts)
diff --git a/doc/html/libxml-c14n.html b/doc/html/libxml-c14n.html index f93f9bb5..acd4f47c 100644 --- a/doc/html/libxml-c14n.html +++ b/doc/html/libxml-c14n.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module c14n from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module c14n from libxml2

Main Menu
Related links

Table of Contents

int	xmlC14NExecute	(xmlDocPtr doc, 
xmlC14NIsVisibleCallback is_visible_callback,
void * user_data,
int exclusive,
xmlChar ** inclusive_ns_prefixes,
int with_comments,
xmlOutputBufferPtr buf)
+Module c14n from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module c14n from libxml2

Main Menu
Related links

Table of Contents

int	xmlC14NExecute	(xmlDocPtr doc, 
xmlC14NIsVisibleCallback is_visible_callback,
void * user_data,
int exclusive,
xmlChar ** inclusive_ns_prefixes,
int with_comments,
xmlOutputBufferPtr buf)
int	xmlC14NDocSaveTo	(xmlDocPtr doc, 
xmlNodeSetPtr nodes,
int exclusive,
xmlChar ** inclusive_ns_prefixes,
int with_comments,
xmlOutputBufferPtr buf)
Function type: xmlC14NIsVisibleCallback
 int	xmlC14NIsVisibleCallback	(void * user_data, 
xmlNodePtr node,
xmlNodePtr parent) diff --git a/doc/html/libxml-catalog.html b/doc/html/libxml-catalog.html index a5b39fd8..ae64a3d2 100644 --- a/doc/html/libxml-catalog.html +++ b/doc/html/libxml-catalog.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module catalog from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module catalog from libxml2

Main Menu
Related links

Table of Contents

#define XML_CATALOGS_NAMESPACE
+Module catalog from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module catalog from libxml2

Main Menu
Related links

Table of Contents

#define XML_CATALOGS_NAMESPACE
 
 
xmlChar *	xmlCatalogLocalResolve	(void * catalogs, 
const xmlChar * pubID,
const xmlChar * sysID)
int	xmlACatalogAdd	(xmlCatalogPtr catal, 
const xmlChar * type,
const xmlChar * orig,
const xmlChar * replace)
diff --git a/doc/html/libxml-chvalid.html b/doc/html/libxml-chvalid.html index 2459e4ed..4d563a04 100644 --- a/doc/html/libxml-chvalid.html +++ b/doc/html/libxml-chvalid.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module chvalid from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module chvalid from libxml2

Main Menu
Related links

Table of Contents

#define xmlIsPubidChar_ch
+Module chvalid from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module chvalid from libxml2

Main Menu
Related links

Table of Contents

#define xmlIsPubidChar_ch
 
 
int	xmlIsBlank	(unsigned int ch)
Structure xmlChLRange
struct _xmlChLRange { diff --git a/doc/html/libxml-debugXML.html b/doc/html/libxml-debugXML.html index f698512f..04e213f3 100644 --- a/doc/html/libxml-debugXML.html +++ b/doc/html/libxml-debugXML.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module debugXML from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module debugXML from libxml2

Main Menu
Related links

Table of Contents

int	xmlShellWrite	(xmlShellCtxtPtr ctxt, 
char * filename,
xmlNodePtr node,
xmlNodePtr node2)
+Module debugXML from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module debugXML from libxml2

Main Menu
Related links

Table of Contents

int	xmlShellWrite	(xmlShellCtxtPtr ctxt, 
char * filename,
xmlNodePtr node,
xmlNodePtr node2)
void	xmlDebugDumpEntities	(FILE * output, 
xmlDocPtr doc)
Structure xmlShellCtxt
struct _xmlShellCtxt { char * filename diff --git a/doc/html/libxml-dict.html b/doc/html/libxml-dict.html index 4dea706b..14d306f5 100644 --- a/doc/html/libxml-dict.html +++ b/doc/html/libxml-dict.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module dict from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module dict from libxml2

Main Menu
Related links

Table of Contents

const xmlChar *	xmlDictQLookup	(xmlDictPtr dict, 
const xmlChar * prefix,
const xmlChar * name)
+Module dict from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module dict from libxml2

Main Menu
Related links

Table of Contents

const xmlChar *	xmlDictQLookup	(xmlDictPtr dict, 
const xmlChar * prefix,
const xmlChar * name)
Typedef xmlDict * xmlDictPtr
 
 
int	xmlDictReference	(xmlDictPtr dict)
diff --git a/doc/html/libxml-encoding.html b/doc/html/libxml-encoding.html index c1f420c3..d7e541a0 100644 --- a/doc/html/libxml-encoding.html +++ b/doc/html/libxml-encoding.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module encoding from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module encoding from libxml2

Main Menu
Related links

Table of Contents

int	xmlDelEncodingAlias	(const char * alias)
+Module encoding from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module encoding from libxml2

Main Menu
Related links

Table of Contents

int	xmlDelEncodingAlias	(const char * alias)
const char *	xmlGetEncodingAlias	(const char * alias)
int	xmlUTF8Strloc	(const xmlChar * utf, 
const xmlChar * utfchar)
void	xmlCleanupCharEncodingHandlers	(void)
diff --git a/doc/html/libxml-entities.html b/doc/html/libxml-entities.html index 672dd72f..bfaa7861 100644 --- a/doc/html/libxml-entities.html +++ b/doc/html/libxml-entities.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module entities from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module entities from libxml2

Main Menu
Related links

Table of Contents

xmlEntityPtr	xmlAddDocEntity	(xmlDocPtr doc, 
const xmlChar * name,
int type,
const xmlChar * ExternalID,
const xmlChar * SystemID,
const xmlChar * content)
+Module entities from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module entities from libxml2

Main Menu
Related links

Table of Contents

xmlEntityPtr	xmlAddDocEntity	(xmlDocPtr doc, 
const xmlChar * name,
int type,
const xmlChar * ExternalID,
const xmlChar * SystemID,
const xmlChar * content)
xmlEntityPtr	xmlGetDtdEntity	(xmlDocPtr doc, 
const xmlChar * name)
xmlEntityPtr	xmlAddDtdEntity	(xmlDocPtr doc, 
const xmlChar * name,
int type,
const xmlChar * ExternalID,
const xmlChar * SystemID,
const xmlChar * content)
void	xmlFreeEntitiesTable	(xmlEntitiesTablePtr table)
diff --git a/doc/html/libxml-globals.html b/doc/html/libxml-globals.html index addf945e..37afa2a8 100644 --- a/doc/html/libxml-globals.html +++ b/doc/html/libxml-globals.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module globals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module globals from libxml2

Main Menu
Related links

Table of Contents

void	xmlThrDefSetStructuredErrorFunc	(void * ctx, 
xmlStructuredErrorFunc handler)
+Module globals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module globals from libxml2

Main Menu
Related links

Table of Contents

void	xmlThrDefSetStructuredErrorFunc	(void * ctx, 
xmlStructuredErrorFunc handler)
void	xmlInitializeGlobalState	(xmlGlobalStatePtr gs)
Variable const char * xmlTreeIndentString
 
diff --git a/doc/html/libxml-hash.html b/doc/html/libxml-hash.html
index 57129607..92a31323 100644
--- a/doc/html/libxml-hash.html
+++ b/doc/html/libxml-hash.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module hash from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module hash from libxml2

Main Menu
Related links

Table of Contents

void	xmlHashScanFull	(xmlHashTablePtr table, 
xmlHashScannerFull f,
void * data)
+Module hash from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module hash from libxml2

Main Menu
Related links

Table of Contents

void	xmlHashScanFull	(xmlHashTablePtr table, 
xmlHashScannerFull f,
void * data)
Function type: xmlHashDeallocator
 void	xmlHashDeallocator	(void * payload, 
xmlChar * name)

Callback to free data from a hash.

payload:the data in the hash
name:the name associated

diff --git a/doc/html/libxml-list.html b/doc/html/libxml-list.html index 6c0bb6c6..93ec4810 100644 --- a/doc/html/libxml-list.html +++ b/doc/html/libxml-list.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module list from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module list from libxml2

Main Menu
Related links

Table of Contents

Function type: xmlListWalker
+Module list from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module list from libxml2

Main Menu
Related links

Table of Contents

Function type: xmlListWalker
 int	xmlListWalker	(const void * data, 
const void * user)

Callback function used when walking a list with xmlListWalk().

data:the data found in the list
user:extra user provided data to the walker
Returns:0 to stop walking the list, 1 otherwise.

Typedef xmlLink * xmlLinkPtr
diff --git a/doc/html/libxml-nanoftp.html b/doc/html/libxml-nanoftp.html
index 52f85e5d..ddd5c22c 100644
--- a/doc/html/libxml-nanoftp.html
+++ b/doc/html/libxml-nanoftp.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module nanoftp from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module nanoftp from libxml2

Main Menu
Related links

Table of Contents

void	xmlNanoFTPScanProxy	(const char * URL)
+Module nanoftp from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module nanoftp from libxml2

Main Menu
Related links

Table of Contents

void	xmlNanoFTPScanProxy	(const char * URL)
int	xmlNanoFTPQuit	(void * ctx)
int	xmlNanoFTPClose	(void * ctx)
Function type: ftpDataCallback
diff --git a/doc/html/libxml-nanohttp.html b/doc/html/libxml-nanohttp.html
index cacefd9a..fc7f172e 100644
--- a/doc/html/libxml-nanohttp.html
+++ b/doc/html/libxml-nanohttp.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module nanohttp from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module nanohttp from libxml2

Main Menu
Related links

Table of Contents

int	xmlNanoHTTPSave	(void * ctxt, 
const char * filename)
+Module nanohttp from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module nanohttp from libxml2

Main Menu
Related links

Table of Contents

int	xmlNanoHTTPSave	(void * ctxt, 
const char * filename)
const char *	xmlNanoHTTPRedir	(void * ctx)
const char *	xmlNanoHTTPAuthHeader	(void * ctx)
int	xmlNanoHTTPFetch	(const char * URL, 
const char * filename,
char ** contentType)
diff --git a/doc/html/libxml-parser.html b/doc/html/libxml-parser.html index fa496cb7..1a434fc0 100644 --- a/doc/html/libxml-parser.html +++ b/doc/html/libxml-parser.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module parser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parser from libxml2

Main Menu
Related links

Table of Contents

void	xmlSetupParserForBuffer	(xmlParserCtxtPtr ctxt, 
const xmlChar * buffer,
const char * filename)
+Module parser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parser from libxml2

Main Menu
Related links

Table of Contents

void	xmlSetupParserForBuffer	(xmlParserCtxtPtr ctxt, 
const xmlChar * buffer,
const char * filename)
xmlDocPtr	xmlCtxtReadFile	(xmlParserCtxtPtr ctxt, 
const char * filename,
const char * encoding,
int options)
int	xmlStrcmp	(const xmlChar * str1, 
const xmlChar * str2)
xmlDocPtr	xmlParseMemory	(const char * buffer, 
int size)
diff --git a/doc/html/libxml-parserInternals.html b/doc/html/libxml-parserInternals.html index 2c195480..13d421de 100644 --- a/doc/html/libxml-parserInternals.html +++ b/doc/html/libxml-parserInternals.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module parserInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parserInternals from libxml2

Main Menu
Related links

Table of Contents

xmlChar *	xmlParseAttValue	(xmlParserCtxtPtr ctxt)
+Module parserInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parserInternals from libxml2

Main Menu
Related links

Table of Contents

xmlChar *	xmlParseAttValue	(xmlParserCtxtPtr ctxt)
xmlParserCtxtPtr	xmlCreateMemoryParserCtxt	(const char * buffer, 
int size)
void	xmlParseAttributeListDecl	(xmlParserCtxtPtr ctxt)
xmlNodePtr	nodePop	(xmlParserCtxtPtr ctxt)
diff --git a/doc/html/libxml-relaxng.html b/doc/html/libxml-relaxng.html index ffde9126..0826e530 100644 --- a/doc/html/libxml-relaxng.html +++ b/doc/html/libxml-relaxng.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module relaxng from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module relaxng from libxml2

Main Menu
Related links

Table of Contents

void	xmlRelaxNGFreeValidCtxt	(xmlRelaxNGValidCtxtPtr ctxt)
+Module relaxng from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module relaxng from libxml2

Main Menu
Related links

Table of Contents

void	xmlRelaxNGFreeValidCtxt	(xmlRelaxNGValidCtxtPtr ctxt)
void	xmlRelaxNGSetValidErrors	(xmlRelaxNGValidCtxtPtr ctxt, 
xmlRelaxNGValidityErrorFunc err,
xmlRelaxNGValidityWarningFunc warn,
void * ctx)
void	xmlRelaxNGSetParserErrors	(xmlRelaxNGParserCtxtPtr ctxt, 
xmlRelaxNGValidityErrorFunc err,
xmlRelaxNGValidityWarningFunc warn,
void * ctx)
xmlRelaxNGParserCtxtPtr	xmlRelaxNGNewMemParserCtxt	(const char * buffer, 
int size)
diff --git a/doc/html/libxml-schemasInternals.html b/doc/html/libxml-schemasInternals.html index 06848052..f7fdc560 100644 --- a/doc/html/libxml-schemasInternals.html +++ b/doc/html/libxml-schemasInternals.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module schemasInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module schemasInternals from libxml2

Main Menu
Related links

Table of Contents

Typedef xmlSchemaNotation * xmlSchemaNotationPtr
+Module schemasInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module schemasInternals from libxml2

Main Menu
Related links

Table of Contents

Typedef xmlSchemaNotation * xmlSchemaNotationPtr
 
 
Typedef xmlSchemaAttributeGroup * xmlSchemaAttributeGroupPtr
 
diff --git a/doc/html/libxml-threads.html b/doc/html/libxml-threads.html
index f18c4cad..681d15ba 100644
--- a/doc/html/libxml-threads.html
+++ b/doc/html/libxml-threads.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module threads from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module threads from libxml2

Main Menu
Related links

Table of Contents

Typedef xmlRMutex * xmlRMutexPtr
+Module threads from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module threads from libxml2

Main Menu
Related links

Table of Contents

Typedef xmlRMutex * xmlRMutexPtr
 
 
void	xmlFreeRMutex	(xmlRMutexPtr tok)
int	xmlGetThreadId	(void)
diff --git a/doc/html/libxml-tree.html b/doc/html/libxml-tree.html index f0da6f26..d08d944f 100644 --- a/doc/html/libxml-tree.html +++ b/doc/html/libxml-tree.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module tree from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module tree from libxml2

Main Menu
Related links

Table of Contents

xmlNodePtr	xmlNewDocRawNode	(xmlDocPtr doc, 
xmlNsPtr ns,
const xmlChar * name,
const xmlChar * content)
+Module tree from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module tree from libxml2

Main Menu
Related links

Table of Contents

xmlNodePtr	xmlNewDocRawNode	(xmlDocPtr doc, 
xmlNsPtr ns,
const xmlChar * name,
const xmlChar * content)
Structure xmlElementContent
struct _xmlElementContent { xmlElementContentType type : PCDATA, ELEMENT, SEQ or OR xmlElementContentOccur ocur : ONCE, OPT, MULT or PLUS diff --git a/doc/html/libxml-uri.html b/doc/html/libxml-uri.html index 6cea12e4..fe08b7c3 100644 --- a/doc/html/libxml-uri.html +++ b/doc/html/libxml-uri.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module uri from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module uri from libxml2

Main Menu
Related links

Table of Contents

int	xmlNormalizeURIPath	(char * path)
+Module uri from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module uri from libxml2

Main Menu
Related links

Table of Contents

int	xmlNormalizeURIPath	(char * path)
void	xmlPrintURI	(FILE * stream, 
xmlURIPtr uri)
char *	xmlURIUnescapeString	(const char * str, 
int len,
char * target)
xmlURIPtr	xmlParseURI	(const char * str)
diff --git a/doc/html/libxml-valid.html b/doc/html/libxml-valid.html index c6c75780..b60bbbf4 100644 --- a/doc/html/libxml-valid.html +++ b/doc/html/libxml-valid.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module valid from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module valid from libxml2

Main Menu
Related links

Table of Contents

int	xmlValidateDocument	(xmlValidCtxtPtr ctxt, 
xmlDocPtr doc)
+Module valid from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module valid from libxml2

Main Menu
Related links

Table of Contents

int	xmlValidateDocument	(xmlValidCtxtPtr ctxt, 
xmlDocPtr doc)
void	xmlFreeNotationTable	(xmlNotationTablePtr table)
Structure xmlNotationTable
struct _xmlHashTable { The content of this structure is not made public by the API. diff --git a/doc/html/libxml-xinclude.html b/doc/html/libxml-xinclude.html index 3da82264..dcad6e33 100644 --- a/doc/html/libxml-xinclude.html +++ b/doc/html/libxml-xinclude.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xinclude from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xinclude from libxml2

Main Menu
Related links

Table of Contents

#define XINCLUDE_PARSE_TEXT
+Module xinclude from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xinclude from libxml2

Main Menu
Related links

Table of Contents

#define XINCLUDE_PARSE_TEXT
 
 
Structure xmlXIncludeCtxt
struct _xmlXIncludeCtxt { The content of this structure is not made public by the API. diff --git a/doc/html/libxml-xmlIO.html b/doc/html/libxml-xmlIO.html index 8c63b4c0..aac0d6d8 100644 --- a/doc/html/libxml-xmlIO.html +++ b/doc/html/libxml-xmlIO.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlIO from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlIO from libxml2

Main Menu
Related links

Table of Contents

int	xmlIOHTTPRead	(void * context, 
char * buffer,
int len)
+Module xmlIO from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlIO from libxml2

Main Menu
Related links

Table of Contents

int	xmlIOHTTPRead	(void * context, 
char * buffer,
int len)
Function type: xmlInputMatchCallback
 int	xmlInputMatchCallback	(char const * filename)
 

Callback used in the I/O Input API to detect if the current handler can provide input fonctionnalities for this resource.

filename:the filename or URI
Returns:1 if yes and 0 if another Input module should be used

diff --git a/doc/html/libxml-xmlautomata.html b/doc/html/libxml-xmlautomata.html index d8c76774..67cc651f 100644 --- a/doc/html/libxml-xmlautomata.html +++ b/doc/html/libxml-xmlautomata.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlautomata from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlautomata from libxml2

Main Menu
Related links

Table of Contents

void	xmlFreeAutomata	(xmlAutomataPtr am)
+Module xmlautomata from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlautomata from libxml2

Main Menu
Related links

Table of Contents

void	xmlFreeAutomata	(xmlAutomataPtr am)
int	xmlAutomataNewCounter	(xmlAutomataPtr am, 
int min,
int max)
xmlAutomataStatePtr	xmlAutomataGetInitState	(xmlAutomataPtr am)
xmlAutomataStatePtr	xmlAutomataNewTransition2	(xmlAutomataPtr am, 
xmlAutomataStatePtr from,
xmlAutomataStatePtr to,
const xmlChar * token,
const xmlChar * token2,
void * data)
diff --git a/doc/html/libxml-xmlerror.html b/doc/html/libxml-xmlerror.html index 2d18dbca..920ef410 100644 --- a/doc/html/libxml-xmlerror.html +++ b/doc/html/libxml-xmlerror.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlerror from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlerror from libxml2

Main Menu
Related links

Table of Contents

void	xmlParserWarning	(void * ctx, 
const char * msg,
... ...)
+Module xmlerror from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlerror from libxml2

Main Menu
Related links

Table of Contents

void	xmlParserWarning	(void * ctx, 
const char * msg,
... ...)
Enum xmlErrorDomain {
     XML_FROM_NONE = 0
     XML_FROM_PARSER = 1 : The XML parser
diff --git a/doc/html/libxml-xmlexports.html b/doc/html/libxml-xmlexports.html
index a4183ad3..5d6920ad 100644
--- a/doc/html/libxml-xmlexports.html
+++ b/doc/html/libxml-xmlexports.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module xmlexports from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlexports from libxml2

Main Menu
Related links

Table of Contents

#define XMLCALL
+Module xmlexports from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlexports from libxml2

Main Menu
Related links

Table of Contents

#define XMLCALL
 
 
#define _REENTRANT
 
diff --git a/doc/html/libxml-xmlmemory.html b/doc/html/libxml-xmlmemory.html
index d04fcb66..76c69b03 100644
--- a/doc/html/libxml-xmlmemory.html
+++ b/doc/html/libxml-xmlmemory.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module xmlmemory from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlmemory from libxml2

Main Menu
Related links

Table of Contents

void *	xmlMemRealloc	(void * ptr, 
size_t size)
+Module xmlmemory from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlmemory from libxml2

Main Menu
Related links

Table of Contents

void *	xmlMemRealloc	(void * ptr, 
size_t size)
void *	xmlReallocLoc	(void * ptr, 
size_t size,
const char * file,
int line)
int	xmlGcMemGet	(xmlFreeFunc * freeFunc, 
xmlMallocFunc * mallocFunc,
xmlMallocFunc * mallocAtomicFunc,
xmlReallocFunc * reallocFunc,
xmlStrdupFunc * strdupFunc)
Function type: xmlStrdupFunc
diff --git a/doc/html/libxml-xmlreader.html b/doc/html/libxml-xmlreader.html
index 40662bd3..a0aee811 100644
--- a/doc/html/libxml-xmlreader.html
+++ b/doc/html/libxml-xmlreader.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module xmlreader from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlreader from libxml2

Main Menu
Related links

Table of Contents

xmlChar *	xmlTextReaderBaseUri	(xmlTextReaderPtr reader)
+Module xmlreader from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlreader from libxml2

Main Menu
Related links

Table of Contents

xmlChar *	xmlTextReaderBaseUri	(xmlTextReaderPtr reader)
xmlTextReaderPtr	xmlNewTextReaderFilename	(const char * URI)
int	xmlTextReaderMoveToAttributeNo	(xmlTextReaderPtr reader, 
int no)
int	xmlTextReaderHasAttributes	(xmlTextReaderPtr reader)
diff --git a/doc/html/libxml-xmlregexp.html b/doc/html/libxml-xmlregexp.html index 36fed5ca..719d5896 100644 --- a/doc/html/libxml-xmlregexp.html +++ b/doc/html/libxml-xmlregexp.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlregexp from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlregexp from libxml2

Main Menu
Related links

Table of Contents

void	xmlRegFreeExecCtxt	(xmlRegExecCtxtPtr exec)
+Module xmlregexp from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlregexp from libxml2

Main Menu
Related links

Table of Contents

void	xmlRegFreeExecCtxt	(xmlRegExecCtxtPtr exec)
int	xmlRegexpExec	(xmlRegexpPtr comp, 
const xmlChar * content)
Function type: xmlRegExecCallbacks
 void	xmlRegExecCallbacks	(xmlRegExecCtxtPtr exec, 
const xmlChar * token,
void * transdata,
void * inputdata) diff --git a/doc/html/libxml-xmlschemas.html b/doc/html/libxml-xmlschemas.html index d825f183..813ef48d 100644 --- a/doc/html/libxml-xmlschemas.html +++ b/doc/html/libxml-xmlschemas.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlschemas from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlschemas from libxml2

Main Menu
Related links

Table of Contents

Structure xmlSchemaParserCtxt
struct _xmlSchemaParserCtxt { +Module xmlschemas from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlschemas from libxml2

Main Menu
Related links

Table of Contents

Structure xmlSchemaParserCtxt
struct _xmlSchemaParserCtxt { The content of this structure is not made public by the API. }

xmlSchemaParserCtxtPtr	xmlSchemaNewDocParserCtxt	(xmlDocPtr doc)
void	xmlSchemaFree	(xmlSchemaPtr schema)
diff --git a/doc/html/libxml-xmlschemastypes.html b/doc/html/libxml-xmlschemastypes.html index a5a0a45b..f2d998f4 100644 --- a/doc/html/libxml-xmlschemastypes.html +++ b/doc/html/libxml-xmlschemastypes.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlschemastypes from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlschemastypes from libxml2

Main Menu
Related links

Table of Contents

xmlSchemaFacetPtr	xmlSchemaNewFacet	(void)
+Module xmlschemastypes from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlschemastypes from libxml2

Main Menu
Related links

Table of Contents

xmlSchemaFacetPtr	xmlSchemaNewFacet	(void)
int	xmlSchemaValPredefTypeNode	(xmlSchemaTypePtr type, 
const xmlChar * value,
xmlSchemaValPtr * val,
xmlNodePtr node)
void	xmlSchemaFreeFacet	(xmlSchemaFacetPtr facet)
int	xmlSchemaValidatePredefinedType	(xmlSchemaTypePtr type, 
const xmlChar * value,
xmlSchemaValPtr * val)
diff --git a/doc/html/libxml-xmlunicode.html b/doc/html/libxml-xmlunicode.html index e9fef27e..de7ceb9f 100644 --- a/doc/html/libxml-xmlunicode.html +++ b/doc/html/libxml-xmlunicode.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlunicode from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlunicode from libxml2

Main Menu
Related links

Table of Contents

int	xmlUCSIsBlockElements	(int code)
+Module xmlunicode from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlunicode from libxml2

Main Menu
Related links

Table of Contents

int	xmlUCSIsBlockElements	(int code)
int	xmlUCSIsVariationSelectorsSupplement	(int code)
int	xmlUCSIsTags	(int code)
int	xmlUCSIsEnclosedAlphanumerics	(int code)
diff --git a/doc/html/libxml-xmlversion.html b/doc/html/libxml-xmlversion.html index f9f3f737..8cf66262 100644 --- a/doc/html/libxml-xmlversion.html +++ b/doc/html/libxml-xmlversion.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xmlversion from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlversion from libxml2

Main Menu
Related links

Table of Contents

#define LIBXML_VERSION_STRING
+Module xmlversion from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlversion from libxml2

Main Menu
Related links

Table of Contents

#define LIBXML_VERSION_STRING
 
 
#define LIBXML_DOCB_ENABLED
 
diff --git a/doc/html/libxml-xmlwriter.html b/doc/html/libxml-xmlwriter.html
index d333e472..f7d779ff 100644
--- a/doc/html/libxml-xmlwriter.html
+++ b/doc/html/libxml-xmlwriter.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module xmlwriter from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlwriter from libxml2

Main Menu
Related links

Table of Contents

int	xmlTextWriterStartDocument	(xmlTextWriterPtr writer, 
const char * version,
const char * encoding,
const char * standalone)
+Module xmlwriter from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlwriter from libxml2

Main Menu
Related links

Table of Contents

int	xmlTextWriterStartDocument	(xmlTextWriterPtr writer, 
const char * version,
const char * encoding,
const char * standalone)
int	xmlTextWriterEndPI	(xmlTextWriterPtr writer)
int	xmlTextWriterWriteBase64	(xmlTextWriterPtr writer, 
const char * data,
int start,
int len)
#define xmlTextWriterWriteProcessingInstruction
diff --git a/doc/html/libxml-xpath.html b/doc/html/libxml-xpath.html
index 6dea37f0..cfaa1048 100644
--- a/doc/html/libxml-xpath.html
+++ b/doc/html/libxml-xpath.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module xpath from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xpath from libxml2

Main Menu
Related links

Table of Contents

int	xmlXPathCastNodeSetToBoolean	(xmlNodeSetPtr ns)
+Module xpath from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xpath from libxml2

Main Menu
Related links

Table of Contents

int	xmlXPathCastNodeSetToBoolean	(xmlNodeSetPtr ns)
Typedef xmlXPathObject * xmlXPathObjectPtr
 
 
int	xmlXPathIsNaN	(double val)
diff --git a/doc/html/libxml-xpathInternals.html b/doc/html/libxml-xpathInternals.html index a9c19ea3..55a9692a 100644 --- a/doc/html/libxml-xpathInternals.html +++ b/doc/html/libxml-xpathInternals.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -Module xpathInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xpathInternals from libxml2

Main Menu
Related links

Table of Contents

xmlNodeSetPtr	xmlXPathNodeSetMerge	(xmlNodeSetPtr val1, 
xmlNodeSetPtr val2)
+Module xpathInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xpathInternals from libxml2

Main Menu
Related links

Table of Contents

xmlNodeSetPtr	xmlXPathNodeSetMerge	(xmlNodeSetPtr val1, 
xmlNodeSetPtr val2)
void	xmlXPathRoundFunction	(xmlXPathParserContextPtr ctxt, 
int nargs)
#define CAST_TO_NUMBER
 
diff --git a/doc/html/libxml-xpointer.html b/doc/html/libxml-xpointer.html
index f4e4c887..607298f7 100644
--- a/doc/html/libxml-xpointer.html
+++ b/doc/html/libxml-xpointer.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
 H2 {font-family: Verdana,Arial,Helvetica}
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
-Module xpointer from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xpointer from libxml2

Main Menu
Related links

Table of Contents

xmlXPathObjectPtr	xmlXPtrNewRangePoints	(xmlXPathObjectPtr start, 
xmlXPathObjectPtr end)
+Module xpointer from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xpointer from libxml2

Main Menu
Related links

Table of Contents

xmlXPathObjectPtr	xmlXPtrNewRangePoints	(xmlXPathObjectPtr start, 
xmlXPathObjectPtr end)
Typedef xmlLocationSet * xmlLocationSetPtr
 
 
xmlNodePtr	xmlXPtrBuildNodeList	(xmlXPathObjectPtr obj)
diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml index 9884db12..ad745722 100644 --- a/doc/libxml2-api.xml +++ b/doc/libxml2-api.xml @@ -1,562 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -576,476 +20,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1115,6 +89,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1288,6 +772,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1374,388 +1052,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1777,36 +1073,501 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2343,271 +2104,147 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2625,23 +2262,68 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2811,83 +2493,401 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/newapi.xsl b/doc/newapi.xsl index 6ad33ba4..7f848f76 100644 --- a/doc/newapi.xsl +++ b/doc/newapi.xsl @@ -26,6 +26,28 @@ html + + + + + + + + + + + + + + + + + + + + + @@ -356,6 +378,7 @@
+

Table of Contents

Description