mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
win32/libxml2.def.src after rebuild in doc
This commit is contained in:
parent
4bb03d7a80
commit
21fec4999b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user