From 5f4b5999b4eeda2ca68e6d9f54a3c534a8474b38 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Wed, 20 Feb 2002 10:22:49 +0000
Subject: [PATCH] preparing 2.4.16 updated and rebuilt the docs, rebuilt the
API and web
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
* doc/* python/libxml2class.txt: updated and rebuilt the docs,
rebuilt the API and web site
* xpath.c: fixed #71978 portability bugs
Daniel
---
ChangeLog | 7 +
configure.in | 2 +-
doc/APIchunk0.html | 6 +
doc/APIchunk1.html | 1 +
doc/APIchunk10.html | 3 +
doc/APIchunk12.html | 8 +
doc/APIchunk13.html | 1 -
doc/APIchunk14.html | 3 +
doc/APIchunk16.html | 8 +
doc/APIchunk17.html | 3 +-
doc/APIchunk18.html | 5 +-
doc/APIchunk19.html | 4 +-
doc/APIchunk2.html | 35 +-
doc/APIchunk20.html | 3 +
doc/APIchunk21.html | 33 +
doc/APIchunk3.html | 1 +
doc/APIchunk6.html | 4 +
doc/APIchunk7.html | 1 -
doc/APIchunk8.html | 3 +
doc/APIchunk9.html | 6 +
doc/APIconstructors.html | 20 +-
doc/APIfiles.html | 37 +-
doc/APIfunctions.html | 184 ++-
doc/APIsymbols.html | 52 +-
doc/Makefile.am | 2 +-
doc/html/index.sgml | 31 +-
doc/html/libxml-catalog.html | 162 +--
doc/html/libxml-debugxml.html | 128 +--
doc/html/libxml-docbparser.html | 66 +-
doc/html/libxml-encoding.html | 116 +-
doc/html/libxml-entities.html | 143 +--
doc/html/libxml-globals.html | 131 ++-
doc/html/libxml-hash.html | 140 +--
doc/html/libxml-htmlparser.html | 110 +-
doc/html/libxml-htmltree.html | 80 +-
doc/html/libxml-nanoftp.html | 96 +-
doc/html/libxml-nanohttp.html | 56 +-
doc/html/libxml-parser.html | 871 +++++++-------
doc/html/libxml-parserinternals.html | 791 +++++++------
doc/html/libxml-sax.html | 192 ++--
doc/html/libxml-threads.html | 184 +--
doc/html/libxml-tree.html | 1300 ++++++++++++---------
doc/html/libxml-uri.html | 56 +-
doc/html/libxml-valid.html | 497 +++++---
doc/html/libxml-xinclude.html | 12 +-
doc/html/libxml-xmlerror.html | 59 +-
doc/html/libxml-xmlio.html | 210 ++--
doc/html/libxml-xmlmemory.html | 172 ++-
doc/html/libxml-xpath.html | 1049 ++++++++---------
doc/html/libxml-xpathinternals.html | 1594 +++++++++-----------------
doc/html/libxml-xpointer.html | 96 +-
doc/libxml2-api.xml | 858 +++++++-------
doc/libxml2-refs.xml | 438 ++++---
doc/news.html | 6 +
doc/parsedecl.py | 8 +-
doc/xml.html | 8 +
doc/xmlio.html | 1 +
include/libxml/xmlwin32version.h | 8 +-
python/libxml2class.txt | 8 +-
xpath.c | 10 +-
60 files changed, 5183 insertions(+), 4936 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 286fabdc..4ae096b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 20 11:16:15 CET 2002 Daniel Veillard
+
+ * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
+ * doc/* python/libxml2class.txt: updated and rebuilt the docs,
+ rebuilt the API and web site
+ * xpath.c: fixed #71978 portability bugs
+
Tue Feb 19 22:49:36 CET 2002 Daniel Veillard
* SAX.c: oops broke automatic defaulting of namespaces attributes.
diff --git a/configure.in b/configure.in
index 601d75c1..765f02ab 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=4
-LIBXML_MICRO_VERSION=15
+LIBXML_MICRO_VERSION=16
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html
index 087ce9f5..4d9542c4 100644
--- a/doc/APIchunk0.html
+++ b/doc/APIchunk0.html
@@ -146,6 +146,12 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlGetEncodingAlias
xmlParseCharEncoding
+ATTRIBUTE
+
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
+
Activated
xmlGetWarningsDefaultValue
diff --git a/doc/APIchunk1.html b/doc/APIchunk1.html
index 36ac0d5b..4174e140 100644
--- a/doc/APIchunk1.html
+++ b/doc/APIchunk1.html
@@ -264,6 +264,7 @@ A:link, A:visited, A:active { text-decoration: underline }
hasInternalSubset
hasInternalSubsetSAXFunc
xmlShellList
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlValidateDocumentFinal
xmlValidateDtdFinal
diff --git a/doc/APIchunk10.html b/doc/APIchunk10.html
index 7b915403..ed36b379 100644
--- a/doc/APIchunk10.html
+++ b/doc/APIchunk10.html
@@ -334,6 +334,9 @@ A:link, A:visited, A:active { text-decoration: underline }
equal
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
xmlStrEqual
xmlXPathEqualValues
xmlXPathEvalPredicate
diff --git a/doc/APIchunk12.html b/doc/APIchunk12.html
index 0e90a842..a813f01a 100644
--- a/doc/APIchunk12.html
+++ b/doc/APIchunk12.html
@@ -686,6 +686,7 @@ A:link, A:visited, A:active { text-decoration: underline }
inserted
+xmlAddChild
xmlAddNextSibling
xmlAddPrevSibling
xmlAddSibling
@@ -728,6 +729,9 @@ A:link, A:visited, A:active { text-decoration: underline }
instead
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
xmlKeepBlanksDefault
xmlRegisterHTTPPostCallbacks
xmlSubstituteEntitiesDefault
@@ -804,6 +808,9 @@ A:link, A:visited, A:active { text-decoration: underline }
attribute
attributeSAXFunc
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
xmlCharEncFirstLine
xmlCharEncInFunc
xmlCharEncOutFunc
@@ -821,6 +828,7 @@ A:link, A:visited, A:active { text-decoration: underline }
invalid
xmlReconciliateNs
+xmlValidateDtdFinal
invited
diff --git a/doc/APIchunk13.html b/doc/APIchunk13.html
index 209b7dc0..bb232fb4 100644
--- a/doc/APIchunk13.html
+++ b/doc/APIchunk13.html
@@ -132,7 +132,6 @@ A:link, A:visited, A:active { text-decoration: underline }
- keep
-
-MEM_LIST
xmlKeepBlanksDefaultValue
xmlParserInputGrow
xmlSubstituteEntitiesDefault
diff --git a/doc/APIchunk14.html b/doc/APIchunk14.html
index 297e223e..287e9f6c 100644
--- a/doc/APIchunk14.html
+++ b/doc/APIchunk14.html
@@ -529,6 +529,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlSetBufferAllocationScheme
xmlShellPwd
xmlStrncat
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlXPathPopBoolean
xmlXPathPopExternal
@@ -689,6 +690,7 @@ A:link, A:visited, A:active { text-decoration: underline }
- normalization
-
xmlNormalizeURIPath
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
- normalization:
@@ -701,6 +703,7 @@ A:link, A:visited, A:active { text-decoration: underline }
normalized
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlXPathNormalizeFunction
diff --git a/doc/APIchunk16.html b/doc/APIchunk16.html
index 791a5f43..504b4c2c 100644
--- a/doc/APIchunk16.html
+++ b/doc/APIchunk16.html
@@ -149,6 +149,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlGetLastChild
xmlNewChild
xmlNewTextChild
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlXPathNextAncestor
xmlXPathNextAncestorOrSelf
@@ -713,8 +714,15 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlReconciliateNs
+properties
+
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
+
property
+xmlAddChild
xmlFreePropList
xmlNewDocProp
xmlNewNsProp
diff --git a/doc/APIchunk17.html b/doc/APIchunk17.html
index 1e4e1d74..2ebbeee3 100644
--- a/doc/APIchunk17.html
+++ b/doc/APIchunk17.html
@@ -451,6 +451,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlCleanupThreads
xmlInitThreads
xmlNanoHTTPClose
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
relative
@@ -558,7 +559,6 @@ A:link, A:visited, A:active { text-decoration: underline }
reporting
INPUT_CHUNK
-MEM_LIST
reports
@@ -762,6 +762,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlParseExternalEntity
xmlSAXUserParseFile
xmlSAXUserParseMemory
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlXPathEvalPredicate
xmlXPathEvaluatePredicateResult
diff --git a/doc/APIchunk18.html b/doc/APIchunk18.html
index 3e5fc5a9..d6180b7d 100644
--- a/doc/APIchunk18.html
+++ b/doc/APIchunk18.html
@@ -427,12 +427,12 @@ A:link, A:visited, A:active { text-decoration: underline }
sibling
+xmlAddNextSibling
+xmlAddPrevSibling
xmlXPathNextPrecedingSibling
siblings
-xmlAddNextSibling
-xmlAddPrevSibling
xmlAddSibling
xmlFreeNodeList
xmlFreePropList
@@ -750,6 +750,7 @@ A:link, A:visited, A:active { text-decoration: underline }
step
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlValidateDocumentFinal
xmlValidateDtdFinal
diff --git a/doc/APIchunk19.html b/doc/APIchunk19.html
index f55c935b..8821d2a0 100644
--- a/doc/APIchunk19.html
+++ b/doc/APIchunk19.html
@@ -254,6 +254,9 @@ A:link, A:visited, A:active { text-decoration: underline }
there
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
xmlEnumeration
xmlGenericErrorFunc
xmlNanoFTPCheckResponse
@@ -403,7 +406,6 @@ A:link, A:visited, A:active { text-decoration: underline }
track
-MEM_LIST
xmlEntityReferenceFunc
tracking
diff --git a/doc/APIchunk2.html b/doc/APIchunk2.html
index 232fa6f0..6a71b392 100644
--- a/doc/APIchunk2.html
+++ b/doc/APIchunk2.html
@@ -236,6 +236,37 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlNewDocFragment
+Free
+
+docbFreeParserCtxt
+htmlFreeParserCtxt
+xmlACatalogDump
+xmlCatalogCleanup
+xmlCatalogDump
+xmlCatalogFreeLocal
+xmlFreeCatalog
+xmlFreeDoc
+xmlFreeDtd
+xmlFreeElementContent
+xmlFreeInputStream
+xmlFreeNode
+xmlFreeNodeList
+xmlFreeNs
+xmlFreeNsList
+xmlFreeParserCtxt
+xmlFreeParserInputBuffer
+xmlFreeProp
+xmlFreePropList
+xmlFreeURI
+xmlHashFree
+xmlXPathFreeCompExpr
+xmlXPathFreeContext
+xmlXPathFreeNodeSet
+xmlXPathFreeNodeSetList
+xmlXPathFreeObject
+xmlXPathFreeParserContext
+xmlXPtrFreeLocationSet
+
Frees
xmlBufferFree
@@ -467,12 +498,12 @@ A:link, A:visited, A:active { text-decoration: underline }
Initialize
docbDefaultSAXHandlerInit
-htmlDefaultSAXHandlerInit
+htmlDefaultSAXHandlerInit
htmlInitAutoClose
initdocbDefaultSAXHandler
inithtmlDefaultSAXHandler
initxmlDefaultSAXHandler
-xmlDefaultSAXHandlerInit
+xmlDefaultSAXHandlerInit
xmlInitCharEncodingHandlers
xmlInitMemory
xmlInitNodeInfoSeq
diff --git a/doc/APIchunk20.html b/doc/APIchunk20.html
index 40701046..537329b3 100644
--- a/doc/APIchunk20.html
+++ b/doc/APIchunk20.html
@@ -184,6 +184,7 @@ A:link, A:visited, A:active { text-decoration: underline }
unlinked
+xmlAddChild
xmlAddNextSibling
xmlAddPrevSibling
xmlAddSibling
@@ -395,6 +396,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlAddNotationDecl
xmlAddRef
xmlShellValidate
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
xmlValidateAttributeDecl
xmlValidateDocument
@@ -447,6 +449,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlSetCompressMode
xmlSetDocCompressMode
+xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
varags
diff --git a/doc/APIchunk21.html b/doc/APIchunk21.html
index 71602157..03f37e19 100644
--- a/doc/APIchunk21.html
+++ b/doc/APIchunk21.html
@@ -149,6 +149,7 @@ A:link, A:visited, A:active { text-decoration: underline }
CHECK_ERROR
CHECK_ERROR0
+xmlAddChild
xmlAddNextSibling
xmlAddPrevSibling
xmlAddSibling
@@ -196,6 +197,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlParseCtxtExternalEntity
xmlParseExtParsedEnt
xmlParseExternalEntity
+xmlValidateDtdFinal
wellformed
@@ -985,6 +987,37 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNodeTrailing
+xmlXPathObjectPtr
+
+xmlXPathCompile
+xmlXPathCompiledEval
+xmlXPathEval
+xmlXPathEvalExpression
+xmlXPathFreeNodeSetList
+xmlXPathFreeObject
+xmlXPathNewBoolean
+xmlXPathNewCString
+xmlXPathNewFloat
+xmlXPathNewNodeSet
+xmlXPathNewNodeSetList
+xmlXPathNewString
+xmlXPathNewValueTree
+xmlXPathWrapNodeSet
+xmlXPtrEval
+xmlXPtrLocationSetAdd
+xmlXPtrLocationSetCreate
+xmlXPtrLocationSetDel
+xmlXPtrNewCollapsedRange
+xmlXPtrNewLocationSetNodeSet
+xmlXPtrNewLocationSetNodes
+xmlXPtrNewRange
+xmlXPtrNewRangeNodeObject
+xmlXPtrNewRangeNodePoint
+xmlXPtrNewRangeNodes
+xmlXPtrNewRangePointNode
+xmlXPtrNewRangePoints
+xmlXPtrWrapLocationSet
+
xmlXPathParserContext
xmlXPathFreeParserContext
diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html
index 5ea19c1f..760bff39 100644
--- a/doc/APIchunk3.html
+++ b/doc/APIchunk3.html
@@ -395,6 +395,7 @@ A:link, A:visited, A:active { text-decoration: underline }
Note:
xmlCharEncodingOutputFunc
+xmlGetDtdEntity
xmlParseAttValue
xmlUTF8Strsub
diff --git a/doc/APIchunk6.html b/doc/APIchunk6.html
index 73ec193e..aa62fa5f 100644
--- a/doc/APIchunk6.html
+++ b/doc/APIchunk6.html
@@ -257,6 +257,9 @@ A:link, A:visited, A:active { text-decoration: underline }
htmlNodeDumpFormatOutput
htmlSaveFileEnc
htmlSaveFileFormat
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
xmlDocDumpFormatMemory
xmlDocDumpFormatMemoryEnc
xmlNewChild
@@ -427,6 +430,7 @@ A:link, A:visited, A:active { text-decoration: underline }
already
+xmlAddChild
xmlAddNextSibling
xmlAddPrevSibling
xmlAddSibling
diff --git a/doc/APIchunk7.html b/doc/APIchunk7.html
index 9e092f1f..2b42929c 100644
--- a/doc/APIchunk7.html
+++ b/doc/APIchunk7.html
@@ -301,7 +301,6 @@ A:link, A:visited, A:active { text-decoration: underline }
blocks
-MEM_LIST
xmlIsChar
xmlMemDisplay
xmlMemoryDump
diff --git a/doc/APIchunk8.html b/doc/APIchunk8.html
index ebb94055..d48262ec 100644
--- a/doc/APIchunk8.html
+++ b/doc/APIchunk8.html
@@ -414,6 +414,9 @@ A:link, A:visited, A:active { text-decoration: underline }
htmlNodeDumpFile
htmlNodeDumpFileFormat
htmlNodeDumpFormatOutput
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
xmlDocGetRootElement
xmlDocSetRootElement
xmlElemDump
diff --git a/doc/APIchunk9.html b/doc/APIchunk9.html
index e7f6e58c..6ef98260 100644
--- a/doc/APIchunk9.html
+++ b/doc/APIchunk9.html
@@ -419,6 +419,12 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlIOHTTPOpenW
xmlURIUnescapeString
+destroyed
+
+xmlAddChild
+xmlAddNextSibling
+xmlAddPrevSibling
+
detect
xmlInputMatchCallback
diff --git a/doc/APIconstructors.html b/doc/APIconstructors.html
index 8baa0f33..30cec1ae 100644
--- a/doc/APIconstructors.html
+++ b/doc/APIconstructors.html
@@ -95,8 +95,6 @@ A:link, A:visited, A:active { text-decoration: underline }
Type const xmlChar *:
htmlGetMetaEncoding
-getPublicId
-getSystemId
xmlCatalogGetSystem
xmlCatalogGetPublic
xmlEncodeEntities
@@ -105,6 +103,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlStrcasestr
xmlBufferContent
xmlXPathNsLookup
+getPublicId
+getSystemId
Type const xmlParserNodeInfo *:
@@ -291,6 +291,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlURIEscape
xmlSplitQName2
xmlValidNormalizeAttributeValue
+xmlValidCtxtNormalizeAttributeValue
xmlXPathCastBooleanToString
xmlXPathCastNumberToString
xmlXPathCastNodeToString
@@ -363,8 +364,6 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlEntityPtr:
-getEntity
-getParameterEntity
xmlAddDocEntity
xmlAddDtdEntity
xmlGetPredefinedEntity
@@ -374,6 +373,8 @@ A:link, A:visited, A:active { text-decoration: underline }
getEntitySAXFunc
getParameterEntitySAXFunc
xmlParseEntityRef
+getEntity
+getParameterEntity
Type xmlEnumerationPtr:
@@ -484,7 +485,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathTrailingSorted
xmlXPathNodeTrailing
xmlXPathTrailing
-xmlXPathNodeSetCreate
xmlXPathNodeSetMerge
Type xmlNotationPtr:
@@ -498,13 +498,13 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlNsPtr:
-getNamespace
xmlNewGlobalNs
xmlNewNs
xmlSearchNs
xmlSearchNsByHref
xmlCopyNamespace
xmlCopyNamespaceList
+getNamespace
Type xmlNsPtr *:
@@ -540,7 +540,6 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlParserInputPtr:
-resolveEntity
resolveEntitySAXFunc
xmlExternalEntityLoader
xmlNewIOInputStream
@@ -551,6 +550,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlNewInputStream
inputPop
xmlNoNetExternalEntityLoader
+resolveEntity
Type xmlRMutexPtr:
@@ -572,7 +572,6 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlXPathContextPtr:
xmlXPathNewContext
-xmlXPathNewContext
xmlXPtrNewContext
Type xmlXPathFunction:
@@ -603,14 +602,9 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNewBoolean
xmlXPathNewNodeSet
xmlXPathNewValueTree
-xmlXPathNewNodeSet
xmlXPathNewNodeSetList
xmlXPathWrapNodeSet
xmlXPathWrapExternal
-xmlXPathNewFloat
-xmlXPathNewBoolean
-xmlXPathNewString
-xmlXPathNewCString
xmlXPtrNewRange
xmlXPtrNewRangePoints
xmlXPtrNewRangeNodePoint
diff --git a/doc/APIfiles.html b/doc/APIfiles.html
index f6796fb0..55368a97 100644
--- a/doc/APIfiles.html
+++ b/doc/APIfiles.html
@@ -201,8 +201,8 @@ A:link, A:visited, A:active { text-decoration: underline }
initxmlDefaultSAXHandler
inithtmlDefaultSAXHandler
initdocbDefaultSAXHandler
-xmlDefaultSAXHandlerInit
-htmlDefaultSAXHandlerInit
+xmlDefaultSAXHandlerInit
+htmlDefaultSAXHandlerInit
docbDefaultSAXHandlerInit
Module catalog:
@@ -319,8 +319,7 @@ A:link, A:visited, A:active { text-decoration: underline }
Module entities:
xmlEntityType
-xmlEntity
-xmlEntityPtr
+xmlEntity
xmlEntitiesTablePtr
xmlInitializePredefinedEntities
xmlAddDocEntity
@@ -490,7 +489,6 @@ A:link, A:visited, A:active { text-decoration: underline }
XML_COMPLETE_ATTRS
xmlParserCtxt
xmlSAXLocator
-xmlSAXLocatorPtr
resolveEntitySAXFunc
internalSubsetSAXFunc
externalSubsetSAXFunc
@@ -520,7 +518,6 @@ A:link, A:visited, A:active { text-decoration: underline }
hasInternalSubsetSAXFunc
hasExternalSubsetSAXFunc
xmlSAXHandler
-xmlSAXHandlerPtr
xmlExternalEntityLoader
xmlSubstituteEntitiesDefaultValue
xmlInitParser
@@ -570,8 +567,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlParseBalancedChunkMemory
xmlParseExternalEntity
xmlParseCtxtExternalEntity
-xmlDefaultSAXHandlerInit
-htmlDefaultSAXHandlerInit
xmlInitParserCtxt
xmlClearParserCtxt
xmlFreeParserCtxt
@@ -615,8 +610,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlIsLetter
xmlIsDigit
xmlIsIdeographic
-xmlIsCombining
xmlIsExtender
+xmlIsCombining
xmlIsChar
xmlCreateFileParserCtxt
xmlCreateMemoryParserCtxt
@@ -624,7 +619,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlCreateEntityParserCtxt
xmlSwitchEncoding
xmlSwitchToEncoding
-xmlFreeParserCtxt
xmlHandleEntity
xmlNewStringInputStream
xmlNewEntityInputStream
@@ -716,12 +710,12 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlMutex
xmlMutexPtr
+xmlRMutex
+xmlRMutexPtr
xmlNewMutex
xmlMutexLock
xmlMutexUnlock
xmlFreeMutex
-xmlRMutex
-xmlRMutexPtr
xmlNewRMutex
xmlRMutexLock
xmlRMutexUnlock
@@ -744,6 +738,12 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlParserInputPtr
xmlParserCtxt
xmlParserCtxtPtr
+xmlSAXLocator
+xmlSAXLocatorPtr
+xmlSAXHandler
+xmlSAXHandlerPtr
+xmlEntity
+xmlEntityPtr
BASE_BUFFER_SIZE
XML_XML_NAMESPACE
xmlElementType
@@ -983,6 +983,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlValidateRoot
xmlValidateElementDecl
xmlValidNormalizeAttributeValue
+xmlValidCtxtNormalizeAttributeValue
xmlValidateAttributeDecl
xmlValidateAttributeValue
xmlValidateNotationDecl
@@ -1066,7 +1067,6 @@ A:link, A:visited, A:active { text-decoration: underline }
Module xmlmemory:
DEBUG_MEMORY
-MEM_LIST
xmlFreeFunc
xmlMallocFunc
xmlReallocFunc
@@ -1258,28 +1258,19 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNodeSetAdd
xmlXPathNodeSetAddUnique
xmlXPathNodeSetSort
-xmlXPathIdFunction
xmlXPathRoot
xmlXPathEvalExpr
xmlXPathParseName
xmlXPathParseNCName
xmlXPathStringEvalNumber
xmlXPathEvaluatePredicateResult
-xmlXPathInit
-xmlXPathStringFunction
xmlXPathRegisterAllFunctions
-xmlXPathNodeSetCreate
xmlXPathNodeSetMerge
xmlXPathNodeSetDel
xmlXPathNodeSetRemove
-xmlXPathFreeNodeSet
xmlXPathNewNodeSetList
xmlXPathWrapNodeSet
xmlXPathWrapExternal
-xmlXPathFreeNodeSetList
-xmlXPathFreeObject
-xmlXPathNewContext
-xmlXPathFreeContext
xmlXPathEqualValues
xmlXPathCompareValues
xmlXPathValueFlipSign
@@ -1305,8 +1296,10 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathLastFunction
xmlXPathPositionFunction
xmlXPathCountFunction
+xmlXPathIdFunction
xmlXPathLocalNameFunction
xmlXPathNamespaceURIFunction
+xmlXPathStringFunction
xmlXPathStringLengthFunction
xmlXPathConcatFunction
xmlXPathContainsFunction
diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html
index 2a4f1d86..33f964c7 100644
--- a/doc/APIfunctions.html
+++ b/doc/APIfunctions.html
@@ -124,7 +124,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlMemShow
xmlXPathDebugDumpObject
xmlXPathDebugDumpCompExpr
-xmlXPathDebugDumpObject
Type char **:
@@ -184,46 +183,6 @@ A:link, A:visited, A:active { text-decoration: underline }
htmlNewDocNoDtD
htmlNewDocNoDtD
htmlSetMetaEncoding
-internalSubset
-internalSubset
-internalSubset
-externalSubset
-externalSubset
-externalSubset
-getEntity
-getParameterEntity
-resolveEntity
-resolveEntity
-entityDecl
-entityDecl
-entityDecl
-attributeDecl
-attributeDecl
-attributeDecl
-elementDecl
-notationDecl
-notationDecl
-notationDecl
-unparsedEntityDecl
-unparsedEntityDecl
-unparsedEntityDecl
-unparsedEntityDecl
-attribute
-attribute
-startElement
-endElement
-reference
-characters
-ignorableWhitespace
-processingInstruction
-processingInstruction
-globalNamespace
-globalNamespace
-setNamespace
-namespaceDecl
-namespaceDecl
-comment
-cdataBlock
xmlACatalogAdd
xmlACatalogAdd
xmlACatalogAdd
@@ -464,6 +423,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlGetRefs
xmlValidNormalizeAttributeValue
xmlValidNormalizeAttributeValue
+xmlValidCtxtNormalizeAttributeValue
+xmlValidCtxtNormalizeAttributeValue
xmlValidateAttributeValue
xmlValidateOneAttribute
xmlValidateNotationUse
@@ -504,16 +465,55 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNewParserContext
xmlXPathNewString
xmlXPathStringEvalNumber
-xmlXPathNewString
xmlXPathIsNodeType
xmlXPtrEval
+internalSubset
+internalSubset
+internalSubset
+externalSubset
+externalSubset
+externalSubset
+getEntity
+getParameterEntity
+resolveEntity
+resolveEntity
+entityDecl
+entityDecl
+entityDecl
+attributeDecl
+attributeDecl
+attributeDecl
+elementDecl
+notationDecl
+notationDecl
+notationDecl
+unparsedEntityDecl
+unparsedEntityDecl
+unparsedEntityDecl
+unparsedEntityDecl
+attribute
+attribute
+startElement
+endElement
+reference
+characters
+ignorableWhitespace
+processingInstruction
+processingInstruction
+globalNamespace
+globalNamespace
+setNamespace
+namespaceDecl
+namespaceDecl
+comment
+cdataBlock
Type const xmlChar **:
-startElement
startElementSAXFunc
xmlValidGetValidElements
xmlValidGetPotentialChildren
+startElement
Type const xmlChar*:
@@ -561,7 +561,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathCastNumberToBoolean
xmlXPathCastNumberToString
xmlXPathNewFloat
-xmlXPathNewFloat
Type ftpDataCallback:
@@ -660,40 +659,6 @@ A:link, A:visited, A:active { text-decoration: underline }
htmlSAXParseDoc
htmlSAXParseFile
htmlCreatePushParserCtxt
-getPublicId
-getSystemId
-setDocumentLocator
-getLineNumber
-getColumnNumber
-isStandalone
-hasInternalSubset
-hasExternalSubset
-internalSubset
-externalSubset
-getEntity
-getParameterEntity
-resolveEntity
-entityDecl
-attributeDecl
-elementDecl
-notationDecl
-unparsedEntityDecl
-startDocument
-endDocument
-attribute
-startElement
-endElement
-reference
-characters
-ignorableWhitespace
-processingInstruction
-globalNamespace
-setNamespace
-getNamespace
-checkNamespace
-namespaceDecl
-comment
-cdataBlock
xmlCatalogFreeLocal
xmlCatalogAddLocal
xmlCatalogLocalResolve
@@ -808,6 +773,40 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathFuncLookupFunc
xmlXPathRegisterFuncLookup
xmlXPathWrapExternal
+getPublicId
+getSystemId
+setDocumentLocator
+getLineNumber
+getColumnNumber
+isStandalone
+hasInternalSubset
+hasExternalSubset
+internalSubset
+externalSubset
+getEntity
+getParameterEntity
+resolveEntity
+entityDecl
+attributeDecl
+elementDecl
+notationDecl
+unparsedEntityDecl
+startDocument
+endDocument
+attribute
+startElement
+endElement
+reference
+characters
+ignorableWhitespace
+processingInstruction
+globalNamespace
+setNamespace
+getNamespace
+checkNamespace
+namespaceDecl
+comment
+cdataBlock
Type xmlAttrPtr:
@@ -922,8 +921,6 @@ A:link, A:visited, A:active { text-decoration: underline }
docbParseDoc
htmlSAXParseDoc
htmlParseDoc
-entityDecl
-checkNamespace
xmlHashDeallocator
xmlHashCopier
xmlHashScanner
@@ -944,6 +941,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlNewElementContent
xmlCreateEnumeration
xmlXPathWrapString
+entityDecl
+checkNamespace
Type xmlChar **:
@@ -1080,6 +1079,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlValidateRoot
xmlValidateElementDecl
xmlValidNormalizeAttributeValue
+xmlValidCtxtNormalizeAttributeValue
xmlValidateAttributeDecl
xmlValidateNotationDecl
xmlValidateDtd
@@ -1093,7 +1093,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlIsMixedElement
xmlXIncludeProcess
xmlXPathNewContext
-xmlXPathNewContext
xmlXPtrNewContext
Type xmlDtdPtr:
@@ -1117,13 +1116,13 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlElementContentPtr:
-elementDecl
elementDeclSAXFunc
xmlCopyElementContent
xmlFreeElementContent
xmlSnprintfElementContent
xmlSprintfElementContent
xmlAddElementDecl
+elementDecl
Type xmlElementContentPtr *:
@@ -1167,11 +1166,11 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlEnumerationPtr:
-attributeDecl
attributeDeclSAXFunc
xmlFreeEnumeration
xmlCopyEnumeration
xmlAddAttributeDecl
+attributeDecl
Type xmlEnumerationPtr *:
@@ -1451,6 +1450,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlIsID
xmlIsRef
xmlValidNormalizeAttributeValue
+xmlValidCtxtNormalizeAttributeValue
xmlValidateElement
xmlValidateOneElement
xmlValidateOneAttribute
@@ -1468,10 +1468,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNewValueTree
xmlXPathNodeSetAdd
xmlXPathNodeSetAddUnique
-xmlXPathNodeSetCreate
-xmlXPathNodeSetAdd
xmlXPathNodeSetDel
-xmlXPathNewNodeSet
xmlXPathNextSelf
xmlXPathNextChild
xmlXPathNextDescendant
@@ -1534,12 +1531,10 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNodeSetAdd
xmlXPathNodeSetAddUnique
xmlXPathNodeSetSort
-xmlXPathNodeSetAdd
xmlXPathNodeSetMerge
xmlXPathNodeSetMerge
xmlXPathNodeSetDel
xmlXPathNodeSetRemove
-xmlXPathFreeNodeSet
xmlXPathNewNodeSetList
xmlXPathWrapNodeSet
xmlXPtrNewLocationSetNodeSet
@@ -1621,7 +1616,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlLoadExternalEntity
xmlSwitchEncoding
xmlSwitchToEncoding
-xmlFreeParserCtxt
xmlHandleEntity
xmlNewStringInputStream
xmlNewEntityInputStream
@@ -1712,6 +1706,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlParserInputGrow
xmlPushInput
xmlFreeInputStream
+xmlParseElementMixedContentDecl
+xmlParseElementChildrenContentDecl
inputPush
xmlParserInputShrink
xmlParserPrintFileInfo
@@ -1764,8 +1760,8 @@ A:link, A:visited, A:active { text-decoration: underline }
Type xmlSAXLocatorPtr:
-setDocumentLocator
setDocumentLocatorSAXFunc
+setDocumentLocator
Type xmlShellCtxtPtr:
@@ -1809,6 +1805,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlAddRef
xmlValidateRoot
xmlValidateElementDecl
+xmlValidCtxtNormalizeAttributeValue
xmlValidateAttributeDecl
xmlValidateNotationDecl
xmlValidateDtd
@@ -1850,7 +1847,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathRegisteredVariablesCleanup
xmlXPathNewParserContext
xmlXPathRegisterAllFunctions
-xmlXPathFreeContext
xmlXPtrEval
Type xmlXPathFuncLookupFunc:
@@ -1881,10 +1877,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathRegisterVariable
xmlXPathRegisterVariableNS
valuePush
-xmlXPathDebugDumpObject
xmlXPathEvaluatePredicateResult
-xmlXPathFreeNodeSetList
-xmlXPathFreeObject
xmlXPtrLocationSetCreate
xmlXPtrNewRangePoints
xmlXPtrNewRangePoints
@@ -1909,13 +1902,11 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathFreeParserContext
valuePop
valuePush
-xmlXPathIdFunction
xmlXPathRoot
xmlXPathEvalExpr
xmlXPathParseName
xmlXPathParseNCName
xmlXPathEvaluatePredicateResult
-xmlXPathStringFunction
xmlXPathEqualValues
xmlXPathCompareValues
xmlXPathValueFlipSign
@@ -1937,7 +1928,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNextPreceding
xmlXPathNextAncestor
xmlXPathNextPrecedingSibling
-xmlXPathRoot
xmlXPathLastFunction
xmlXPathPositionFunction
xmlXPathCountFunction
diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html
index 0e1f2f0d..68b06f0b 100644
--- a/doc/APIsymbols.html
+++ b/doc/APIsymbols.html
@@ -149,10 +149,23 @@ A:link, A:visited, A:active { text-decoration: underline }
Letter M:
-MEM_LIST
MOVETO_ENDTAG
MOVETO_STARTTAG
+Letter P:
+
+PyFile_Get
+Pycatalog_Get
+Pycatalog_Object
+PyparserCtxt_Get
+PyparserCtxt_Object
+PyxmlNode_Get
+PyxmlNode_Object
+PyxmlXPathContext_Get
+PyxmlXPathContext_Object
+PyxmlXPathParserContext_Get
+PyxmlXPathParserContext_Object
+
Letter S:
SKIP_EOL
@@ -270,7 +283,7 @@ A:link, A:visited, A:active { text-decoration: underline }
htmlCreateFileParserCtxt
htmlCreatePushParserCtxt
htmlDefaultSAXHandler
-htmlDefaultSAXHandlerInit
+htmlDefaultSAXHandlerInit
htmlDocContentDumpFormatOutput
htmlDocContentDumpOutput
htmlDocDump
@@ -333,6 +346,30 @@ A:link, A:visited, A:active { text-decoration: underline }
isStandaloneSAXFunc
isolat1ToUTF8
+Letter l:
+
+libxml_charPtrConstWrap
+libxml_charPtrWrap
+libxml_constcharPtrWrap
+libxml_constxmlCharPtrWrap
+libxml_doubleWrap
+libxml_intWrap
+libxml_longWrap
+libxml_xmlAttrPtrWrap
+libxml_xmlAttributePtrWrap
+libxml_xmlCatalogPtrWrap
+libxml_xmlCharPtrConstWrap
+libxml_xmlCharPtrWrap
+libxml_xmlDocPtrWrap
+libxml_xmlElementPtrWrap
+libxml_xmlNodePtrWrap
+libxml_xmlNsPtrWrap
+libxml_xmlParserCtxtPtrWrap
+libxml_xmlXPathContextPtrWrap
+libxml_xmlXPathObjectPtrConvert
+libxml_xmlXPathObjectPtrWrap
+libxml_xmlXPathParserContextPtrWrap
+
Letter n:
namePop
@@ -528,7 +565,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlDecodeEntities
xmlDefaultBufferSize
xmlDefaultSAXHandler
-xmlDefaultSAXHandlerInit
+xmlDefaultSAXHandlerInit
xmlDefaultSAXLocator
xmlDelEncodingAlias
xmlDetectCharEncoding
@@ -567,8 +604,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlEncodeEntitiesReentrant
xmlEncodeSpecialChars
xmlEntitiesTablePtr
-xmlEntity
-xmlEntityPtr
+xmlEntity
+xmlEntityPtr
xmlEntityReferenceFunc
xmlEntityType
xmlEnumeration
@@ -1006,9 +1043,9 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlReplaceNode
xmlRootNode
xmlSAXHandler
-xmlSAXHandlerPtr
+xmlSAXHandlerPtr
xmlSAXLocator
-xmlSAXLocatorPtr
+xmlSAXLocatorPtr
xmlSAXParseDTD
xmlSAXParseDoc
xmlSAXParseEntity
@@ -1106,6 +1143,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlUnsetNsProp
xmlUnsetProp
xmlValidCtxt
+xmlValidCtxtNormalizeAttributeValue
xmlValidCtxtPtr
xmlValidGetPotentialChildren
xmlValidGetValidElements
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4c887efe..de9eb723 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,7 +34,7 @@ $(APIPAGES): libxml2-refs.xml site.xsl api.xsl
$(bindir)/xsltproc --html $(top_srcdir)/doc/api.xsl $(top_srcdir)/doc/xml.html ; fi );
scan:
- gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h xmlwin32version.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h"
+ gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h xmlwin32version.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h libxml2-py.h libxml_wrap.h"
templates: scan
gtkdoc-mktmpl --module=libxml
diff --git a/doc/html/index.sgml b/doc/html/index.sgml
index 04a7f8ca..aa071011 100644
--- a/doc/html/index.sgml
+++ b/doc/html/index.sgml
@@ -11,7 +11,6 @@
-
@@ -41,7 +40,6 @@
-
@@ -91,8 +89,6 @@
-
-
@@ -163,6 +159,12 @@
+
+
+
+
+
+
@@ -338,7 +340,6 @@
-
@@ -405,6 +406,7 @@
+
@@ -649,28 +651,19 @@
-
-
-
-
-
-
-
-
-
@@ -696,8 +689,10 @@
+
+
@@ -868,12 +863,12 @@
+
+
-
-
@@ -954,8 +949,8 @@
-
+
@@ -963,7 +958,6 @@
-
@@ -1141,7 +1135,6 @@
-
diff --git a/doc/html/libxml-catalog.html b/doc/html/libxml-catalog.html
index b52e2668..2c5fd918 100644
--- a/doc/html/libxml-catalog.html
+++ b/doc/html/libxml-catalog.html
@@ -123,7 +123,7 @@ NAME="LIBXML-CATALOG"
>