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
htmlGetMetaEncoding
-getPublicId
-getSystemId
xmlCatalogGetSystem
xmlCatalogGetPublic
xmlEncodeEntities
@@ -105,6 +103,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlStrcasestr
xmlBufferContent
xmlXPathNsLookup
+getPublicId
+getSystemId
@@ -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 }
-getEntity
-getParameterEntity
xmlAddDocEntity
xmlAddDtdEntity
xmlGetPredefinedEntity
@@ -374,6 +373,8 @@ A:link, A:visited, A:active { text-decoration: underline }
getEntitySAXFunc
getParameterEntitySAXFunc
xmlParseEntityRef
+getEntity
+getParameterEntity
@@ -484,7 +485,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathTrailingSorted
xmlXPathNodeTrailing
xmlXPathTrailing
-xmlXPathNodeSetCreate
xmlXPathNodeSetMerge
Type const xmlChar *:
Type const xmlParserNodeInfo *:
Type xmlEntityPtr:
Type xmlEnumerationPtr:
Type xmlNotationPtr:
@@ -498,13 +498,13 @@ A:link, A:visited, A:active { text-decoration: underline }
-getNamespace xmlNewGlobalNs xmlNewNs xmlSearchNs xmlSearchNsByHref xmlCopyNamespace xmlCopyNamespaceList +getNamespace
@@ -540,7 +540,6 @@ A:link, A:visited, A:active { text-decoration: underline }
-resolveEntity resolveEntitySAXFunc xmlExternalEntityLoader xmlNewIOInputStream @@ -551,6 +550,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewInputStream inputPop xmlNoNetExternalEntityLoader +resolveEntity
@@ -572,7 +572,6 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlXPathNewContext -xmlXPathNewContext xmlXPtrNewContext
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 }
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
@@ -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
-startElement startElementSAXFunc xmlValidGetValidElements xmlValidGetPotentialChildren +startElement
@@ -561,7 +561,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathCastNumberToBoolean xmlXPathCastNumberToString xmlXPathNewFloat -xmlXPathNewFloat
@@ -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
@@ -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
@@ -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
-elementDecl elementDeclSAXFunc xmlCopyElementContent xmlFreeElementContent xmlSnprintfElementContent xmlSprintfElementContent xmlAddElementDecl +elementDecl
@@ -1167,11 +1166,11 @@ A:link, A:visited, A:active { text-decoration: underline }
-attributeDecl attributeDeclSAXFunc xmlFreeEnumeration xmlCopyEnumeration xmlAddAttributeDecl +attributeDecl
@@ -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 }
-setDocumentLocator setDocumentLocatorSAXFunc +setDocumentLocator
@@ -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
-MEM_LIST MOVETO_ENDTAG MOVETO_STARTTAG
++PyFile_Get +Pycatalog_Get +Pycatalog_Object +PyparserCtxt_Get +PyparserCtxt_Object +PyxmlNode_Get +PyxmlNode_Object +PyxmlXPathContext_Get +PyxmlXPathContext_Object +PyxmlXPathParserContext_Get +PyxmlXPathParserContext_Object +
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
++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 +
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 @@