diff options
author | Aron Xu <aron@debian.org> | 2015-09-21 22:58:06 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2015-09-21 22:58:06 +0800 |
commit | 2ee13d9e464a1f5daccaff58f5d09d36b7c4f667 (patch) | |
tree | b022967f880b7fb1e56c8cc4c3f200d6ffbc9efd /win32/libxml2.def.src | |
parent | 7300193becde71a344c8ac0973dc290fa24d800d (diff) | |
download | libxml2-upstream.tar.gz |
Revert "Imported Upstream version 2.9.1+dfsg1"upstream
This reverts commit 7300193becde71a344c8ac0973dc290fa24d800d.
Diffstat (limited to 'win32/libxml2.def.src')
-rw-r--r-- | win32/libxml2.def.src | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src index 4b85fc1..1bdbed9 100644 --- a/win32/libxml2.def.src +++ b/win32/libxml2.def.src @@ -557,6 +557,7 @@ xmlBufContent xmlBufEnd xmlBufGetNodeContent xmlBufNodeDump +xmlBufShrink xmlBufUse xmlBufferAdd xmlBufferAddHead @@ -1601,12 +1602,22 @@ xmlSAXParseMemoryWithData xmlSAXUserParseFile xmlSAXUserParseMemory xmlSAXVersion +xmlSaveClose +xmlSaveDoc xmlSaveFile xmlSaveFileEnc xmlSaveFileTo +xmlSaveFlush xmlSaveFormatFile xmlSaveFormatFileEnc xmlSaveFormatFileTo +xmlSaveSetAttrEscape +xmlSaveSetEscape +xmlSaveToBuffer +xmlSaveToFd +xmlSaveToFilename +xmlSaveToIO +xmlSaveTree xmlSaveUri xmlScanName #ifdef LIBXML_SCHEMAS_ENABLED @@ -1771,6 +1782,12 @@ xmlSchemaValidateOneElement xmlSchemaValidatePredefinedType #endif #ifdef LIBXML_SCHEMAS_ENABLED +xmlSchemaValidateSetFilename +#endif +#ifdef LIBXML_SCHEMAS_ENABLED +xmlSchemaValidateSetLocator +#endif +#ifdef LIBXML_SCHEMAS_ENABLED xmlSchemaValidateStream #endif #ifdef LIBXML_SCHEMAS_ENABLED @@ -1986,6 +2003,7 @@ xmlTextWriterFlush xmlTextWriterFullEndElement xmlTextWriterSetIndent xmlTextWriterSetIndentString +xmlTextWriterSetQuoteChar xmlTextWriterStartAttribute xmlTextWriterStartAttributeNS xmlTextWriterStartCDATA @@ -2913,6 +2931,9 @@ xmlXPathNextPrecedingSibling xmlXPathNextSelf #endif #ifdef LIBXML_XPATH_ENABLED +xmlXPathNodeEval +#endif +#ifdef LIBXML_XPATH_ENABLED xmlXPathNodeLeading #endif #ifdef LIBXML_XPATH_ENABLED @@ -3039,6 +3060,9 @@ xmlXPathRoot xmlXPathRoundFunction #endif #ifdef LIBXML_XPATH_ENABLED +xmlXPathSetContextNode +#endif +#ifdef LIBXML_XPATH_ENABLED xmlXPathStartsWithFunction #endif #ifdef LIBXML_XPATH_ENABLED |