1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

patch from Mark Vadok about htmlNodeDumpOutput location. removed an

* HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
  about htmlNodeDumpOutput location.
* xpath.c: removed an undefined function signature
* doc/apibuild.py doc/libxml2-api.xml: the script was exporting
  too many symbols in the API breaking the python bindings.
  Updated with the libxslt/libexslt changes.
Daniel
This commit is contained in:
Daniel Veillard
2002-12-12 00:15:55 +00:00
parent 9b4bb4d07a
commit 024b57019f
7 changed files with 74 additions and 1197 deletions

View File

@ -165,16 +165,9 @@ registerDefaultInputCallbacks()
registerDefaultOutputCallbacks()
registerHTTPPostCallbacks()
# functions from module xmlmemory.c
mallocBreakpoint()
# functions from module xmlregexp
regexpCompile()
# functions from module xmlschemastypes
schemaCleanupTypes()
schemaInitTypes()
# functions from module xmlunicode
uCSIsAlphabeticPresentationForms()
uCSIsArabic()
@ -395,9 +388,6 @@ Class xmlNode(xmlCore)
unsetNsProp()
unsetProp()
# functions from module tree.c
newReconciliedNs()
# functions from module valid
isID()
isRef()
@ -425,9 +415,6 @@ Class xmlNode(xmlCore)
xpathNextPrecedingSibling()
xpathNextSelf()
# functions from module xpointer.c
xpointerAdvanceNode()
Class xmlDoc(xmlNode)
@ -448,9 +435,6 @@ Class xmlDoc(xmlNode)
htmlSaveFileFormat()
htmlSetMetaEncoding()
# functions from module HTMLtree.c
htmlNodeDumpOutput()
# functions from module debugXML
debugDumpDocument()
debugDumpDocumentHead()
@ -466,9 +450,6 @@ Class xmlDoc(xmlNode)
encodeSpecialChars()
parameterEntity()
# functions from module parserInternals.c
upgradeOldNs()
# functions from module tree
copyDoc()
createIntSubset()
@ -636,15 +617,6 @@ Class xpathParserContext()
xpathTrueFunction()
xpathValueFlipSign()
xpatherror()
# functions from module xpointer.c
xpointerEndPointFunction()
xpointerHereFunction()
xpointerOriginFunction()
xpointerRangeFunction()
xpointerRangeInsideFunction()
xpointerStartPointFunction()
xpointerStringRangeFunction()
Class parserCtxt()
# accessors
doc()
@ -663,9 +635,6 @@ Class parserCtxt()
htmlParseDocument()
htmlParseElement()
# functions from module HTMLparser.c
htmlDecodeEntities()
# functions from module parser
clearParserCtxt()
freeParserCtxt()
@ -676,10 +645,6 @@ Class parserCtxt()
setupParserForBuffer()
stopParser()
# functions from module parser.c
parseAttValueComplex()
parseCharDataComplex()
# functions from module parserInternals
decodeEntities()
namespaceParseNCName()
@ -743,9 +708,6 @@ Class xmlDtd(xmlNode)
dtdQAttrDesc()
dtdQElementDesc()
# functions from module valid.c
scanAttributeDecl()
Class xmlNs(xmlNode)