diff --git a/ChangeLog b/ChangeLog index b44a65b1..ba779c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard + + * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de + Ven suggestion to reduce ELF footprint and generated code. Based on + aliasing of libraries function to generate direct call instead of + indirect ones + * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic + generation of elfgcchack.h based on the API description, extended + the API description to show the conditionals configuration flags + required for symbols. + * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup + * doc/*: regenerated the docs. + Sun Jun 27 10:02:28 HKT 2004 William Brack * regressions.py, regressions.xml: new files for running diff --git a/Makefile.am b/Makefile.am index fb26202c..0e42e764 100644 --- a/Makefile.am +++ b/Makefile.am @@ -976,7 +976,7 @@ EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ example/Makefile.am example/gjobread.c example/gjobs.xml \ $(man_MANS) libxml-2.0.pc.in libxml-2.0-uninstalled.pc.in \ trionan.c trionan.h triostr.c triostr.h trio.c trio.h \ - triop.h triodef.h libxml.h \ + triop.h triodef.h libxml.h elfgcchack.h \ testThreadsWin32.c genUnicode.py TODO_SCHEMAS \ dbgen.pl dbgenattr.pl diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html index ca16cf15..9398dc9f 100644 --- a/doc/APIchunk0.html +++ b/doc/APIchunk0.html @@ -130,6 +130,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCtxtUseOptions
xmlNormalizeURIPath
Apply
XML_SCHEMAS_ANYATTR_STRICT
+XML_SCHEMAS_ANY_STRICT
Arabic
xmlUCSIsArabic
ArabicPresentationForms-A
xmlUCSIsArabicPresentationFormsA
ArabicPresentationForms-B
xmlUCSIsArabicPresentationFormsB
diff --git a/doc/APIchunk10.html b/doc/APIchunk10.html index 30ccaa4f..1f55b13d 100644 --- a/doc/APIchunk10.html +++ b/doc/APIchunk10.html @@ -86,6 +86,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathFuncLookupFunc
xmlXPathVariableLookupFunc
calling
_xmlXPathContext
+xmlBuildRelativeURI
xmlC14NDocDumpMemory
xmlCheckFilename
xmlGetLineNo
@@ -334,6 +335,7 @@ A:link, A:visited, A:active { text-decoration: underline }
column
getColumnNumber
xmlSAX2GetColumnNumber
com
getSystemId
+xmlBuildRelativeURI
xmlSAX2GetSystemId
combining
IS_COMBINING_CH
coment
xmlTextWriterEndComment
@@ -444,6 +446,7 @@ A:link, A:visited, A:active { text-decoration: underline }
compiling
xmlRelaxNGNewDocParserCtxt
complement
xmlXPathStringEvalNumber
complete
XML_COMPLETE_ATTRS
+XML_SCHEMAS_WILDCARD_COMPLETE
_xmlParserCtxt
xmlACatalogResolve
xmlACatalogResolveURI
@@ -453,6 +456,10 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCatalogResolveURI
completed
xmlValidateDocumentFinal
completely
xmlNodeGetBase
+
complex
XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
+
complexType
XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD
+
complicated
xmlBuildRelativeURI
compound
xmlXPathFreeNodeSet
xmlXPtrFreeLocationSet
compress
xmlNewTextWriterDoc
@@ -549,6 +556,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNanoHTTPRead
connector
xmlParseElementChildrenContentDecl
consequent
_xmlError
+
consideration
xmlBuildRelativeURI
considered
xmlHashScan3
xmlHashScanFull3
xmlParserInputBufferRead
@@ -556,7 +564,9 @@ A:link, A:visited, A:active { text-decoration: underline }
consist
xmlXPathNextAncestor
constant
XML_SAX2_MAGIC
xmlByteConsumed
-
constraint
xmlParseEntityRef
+
constraint
_xmlSchemaWildcard
+_xmlSchemaWildcardNs
+xmlParseEntityRef
xmlValidateNotationDecl
constraints
xmlParseAttributeType
xmlParseDefaultDecl
@@ -677,6 +687,7 @@ A:link, A:visited, A:active { text-decoration: underline } docbEncodeEntities
htmlEncodeEntities
isolat1ToUTF8
+xmlBuildRelativeURI
xmlCharEncodingInputFunc
xmlCharEncodingOutputFunc
xmlEncodeEntities
diff --git a/doc/APIchunk11.html b/doc/APIchunk11.html index 1cbc8e24..97af8317 100644 --- a/doc/APIchunk11.html +++ b/doc/APIchunk11.html @@ -35,7 +35,6 @@ A:link, A:visited, A:active { text-decoration: underline } x-x y-z

Letter d:

dangerous
xmlTextReaderCurrentNode
-xmlTextReaderPreserve
day
ftpListCallback
day:minute
ftpListCallback
deactivated
xmlTextReaderRelaxNGSetSchema
@@ -218,6 +217,8 @@ A:link, A:visited, A:active { text-decoration: underline } _xmlValidCtxt
xmlTextReaderDepth
deregistration
xmlDeregisterNodeDefault
+
derivation
XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
des
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
desactivated
xmlTextReaderRelaxNGSetSchema
@@ -285,7 +286,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlAddNextSibling
xmlAddPrevSibling
xmlTextReaderCurrentNode
-xmlTextReaderPreserve
destruction
xmlDeregisterNodeDefault
details
xmlC14NDocDumpMemory
xmlC14NDocSave
@@ -434,6 +434,7 @@ A:link, A:visited, A:active { text-decoration: underline }
doc-
xmlDocGetRootElement
xmlDocSetRootElement
xmlNewTextWriterTree
+
docs
xmlBuildRelativeURI
doctypedecl
xmlParseDocTypeDecl
xmlParseDocument
documents
xmlIsID
diff --git a/doc/APIchunk12.html b/doc/APIchunk12.html index 50f5cc45..dd692ca4 100644 --- a/doc/APIchunk12.html +++ b/doc/APIchunk12.html @@ -47,6 +47,7 @@ A:link, A:visited, A:active { text-decoration: underline }
edition
xmlCheckLanguageID
effective
xmlLoadCatalog
xmlLoadCatalogs
+
efficiency
xmlBuildRelativeURI
either
xmlBoolToText
xmlCurrentChar
xmlLoadACatalog
@@ -312,6 +313,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathSubstringBeforeFunction
xmlXPathSubstringFunction
xmlXPathTranslateFunction
+
examples
xmlBuildRelativeURI
except
xmlGetNoNsProp
xmlParseAttValue
xmlParseCatalogFile
@@ -363,6 +365,7 @@ A:link, A:visited, A:active { text-decoration: underline } xlinkExtendedLinkSetFunk
xmlXPathNodeSetMerge
xmlXPtrLocationSetMerge
+
extension
XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
extensions
_xmlSAXHandler
extract
XML_GET_CONTENT
XML_GET_LINE
diff --git a/doc/APIchunk13.html b/doc/APIchunk13.html index 5d194b54..3bc62e32 100644 --- a/doc/APIchunk13.html +++ b/doc/APIchunk13.html @@ -171,6 +171,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCleanupParser
xmlSkipBlankChars
xmlTextReaderCurrentDoc
+xmlTextReaderPreserve
xmlTextReaderPreservePattern
finishing
xmlByteConsumed
firs
xmlCharEncOutFunc
diff --git a/doc/APIchunk14.html b/doc/APIchunk14.html index 022c6c21..5abf7cb2 100644 --- a/doc/APIchunk14.html +++ b/doc/APIchunk14.html @@ -113,6 +113,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderGetParserProp
xmlTextReaderGetRemainder
xmlValidateNotationDecl
+
gif
xmlBuildRelativeURI
give
_xmlParserInput
gives
xmlParserError
xmlParserValidityError
@@ -121,6 +122,7 @@ A:link, A:visited, A:active { text-decoration: underline }
giving
xmlNewDoc
xmlParseVersionNum
global
XML_SCHEMAS_ELEM_GLOBAL
+XML_SCHEMAS_TYPE_GLOBAL
_xmlNs
globalNamespace
xmlCatalogDump
@@ -179,6 +181,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSAXParseMemoryWithData
xmlSchemaSetParserErrors
xmlSetGenericErrorFunc
+xmlTextReaderPreserve
xmlTextReaderPreservePattern
handled
xmlLoadACatalog
xmlParseAttValue
@@ -206,8 +209,10 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNamespaceParseNSDef
xmlNamespaceParseQName
xmlNodeListGetRawString
+xmlOutputBufferCreateFilenameDefault
xmlParserHandlePEReference
xmlParserHandleReference
+xmlParserInputBufferCreateFilenameDefault
xmlRegNewExecCtxt
xmlRegisterInputCallbacks
xmlRegisterOutputCallbacks
@@ -299,7 +304,8 @@ A:link, A:visited, A:active { text-decoration: underline }
href==NULL
xmlNewNs
hrefs
xlinkExtendedLinkFunk
xlinkExtendedLinkSetFunk
-
html
xmlTextReaderNodeType
+
html
xmlBuildRelativeURI
+xmlTextReaderNodeType
htmlAttrAllowed
htmlNodeStatus
htmlElemDescPtr
htmlTagLookup
htmlElementAllowedHere
htmlNodeStatus
@@ -325,6 +331,7 @@ A:link, A:visited, A:active { text-decoration: underline }
http:
XINCLUDE_NS
XINCLUDE_OLD_NS
getSystemId
+xmlBuildRelativeURI
xmlC14NDocDumpMemory
xmlC14NDocSave
xmlC14NDocSaveTo
diff --git a/doc/APIchunk15.html b/doc/APIchunk15.html index 9f888a70..00708d58 100644 --- a/doc/APIchunk15.html +++ b/doc/APIchunk15.html @@ -54,6 +54,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlC14NExecute
imbrication
xmlNodeDump
xmlNodeDumpOutput
+
img
xmlBuildRelativeURI
immediately
xmlCheckVersion
xmlOutputBufferWrite
xmlOutputBufferWriteEscape
@@ -131,6 +132,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlC14NExecute
xmlCheckVersion
xmlListMerge
+
include:
xmlBuildRelativeURI
included
xmlC14NDocDumpMemory
xmlC14NDocSave
xmlC14NDocSaveTo
@@ -363,7 +365,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseDefaultDecl
xmlRelaxNGParse
xmlSchemaParse
-
instead
xmlAddChild
+
instead
XML_SCHEMAS_ELEM_TOPLEVEL
+xmlAddChild
xmlAddNextSibling
xmlAddPrevSibling
xmlIsBaseChar
@@ -434,6 +437,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlAddPrevSibling
xmlAutomataCompile
xmlBoolToText
+xmlBuildRelativeURI
xmlC14NDocDumpMemory
xmlC14NDocSave
xmlC14NDocSaveTo
diff --git a/doc/APIchunk16.html b/doc/APIchunk16.html index b152bb42..392ed1b8 100644 --- a/doc/APIchunk16.html +++ b/doc/APIchunk16.html @@ -52,6 +52,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPtrNewContext

Letter k:

keep
xmlParserInputGrow
xmlSubstituteEntitiesDefault
+xmlTextReaderPreserve
xmlTextReaderPreservePattern
xmlXPathNextNamespace
keeps
xmlGetBufferAllocationScheme
@@ -70,6 +71,7 @@ A:link, A:visited, A:active { text-decoration: underline } _xmlSchemaFacet
_xmlSchemaNotation
_xmlSchemaType
+_xmlSchemaWildcard
know
BAD_CAST
knowledge
htmlAttrAllowed
known
_xmlParserInput
@@ -245,6 +247,7 @@ A:link, A:visited, A:active { text-decoration: underline }
limited
_htmlElemDesc
linear
htmlEntityLookup
htmlEntityValueLookup
+
linked
_xmlSchemaAttributeLink
linking
xlinkIsLink
links
ftpListCallback
listing
xmlNanoFTPList
diff --git a/doc/APIchunk17.html b/doc/APIchunk17.html index e4ef4e8f..e44a0212 100644 --- a/doc/APIchunk17.html +++ b/doc/APIchunk17.html @@ -189,7 +189,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserWarning
xmlSetGenericErrorFunc
xmlSetStructuredErrorFunc
-
method
_xmlBuffer
+
method
XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
+_xmlBuffer
xmlNanoHTTPMethod
xmlNanoHTTPMethodRedir
xmlRegisterHTTPPostCallbacks
diff --git a/doc/APIchunk18.html b/doc/APIchunk18.html index 1ec2fd3e..f4451ce9 100644 --- a/doc/APIchunk18.html +++ b/doc/APIchunk18.html @@ -51,6 +51,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseAttribute
xmlParseStartTag
namespaces
_xmlParserCtxt
+_xmlSchemaWildcard
_xmlXPathContext
xmlC14NDocDumpMemory
xmlC14NDocSave
@@ -119,6 +120,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlStrstr
needs
xmlEntityReferenceFunc
xmlXPathNodeSetFreeNs
+
negated
_xmlSchemaWildcard
negative
xmlC14NDocDumpMemory
xmlC14NDocSave
xmlC14NDocSaveTo
@@ -150,6 +152,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlReadFile
xmlReaderForFile
xmlReaderNewFile
+
nice
xmlBuildRelativeURI
nillable
XML_SCHEMAS_ELEM_NILLABLE
nod
xmlEntityReferenceFunc
node-
xmlValidGetValidElements
@@ -161,6 +164,7 @@ A:link, A:visited, A:active { text-decoration: underline }
nodeset
xmlXPathNodeSetFreeNs
nodesets
xmlXPathNodeSetMerge
non
XML_SCHEMAS_ANYATTR_LAX
+XML_SCHEMAS_ANY_LAX
xmlEncodeEntitiesReentrant
xmlNewChild
xmlNewTextChild
diff --git a/doc/APIchunk19.html b/doc/APIchunk19.html index c7f777b3..44c777b0 100644 --- a/doc/APIchunk19.html +++ b/doc/APIchunk19.html @@ -48,6 +48,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathSubValues
obligated
xmlParseEntityRef
obsolete
xmlNormalizeWindowsPath
+
obsolete:
XML_SCHEMAS_ELEM_TOPLEVEL
occupied
xmlCanonicPath
occur
xmlParseComment
xmlParseMarkupDecl
@@ -97,6 +98,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlLineNumbersDefault
xmlListCopy
xmlNewGlobalNs
+xmlOutputBufferCreateFilenameDefault
+xmlParserInputBufferCreateFilenameDefault
xmlParserInputBufferGrow
xmlParserInputBufferRead
xmlRegisterNodeDefault
@@ -126,6 +129,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParsePI
xmlParseStartTag
xmlTextReaderCurrentDoc
+xmlTextReaderPreserve
xmlTextReaderPreservePattern
xmlValidateDocumentFinal
xmlValidateDtdFinal
@@ -172,7 +176,8 @@ A:link, A:visited, A:active { text-decoration: underline }
operating
_xmlParserCtxt
xmlParserInputBufferGrow
xmlParserInputBufferPush
-
operation
xmlCatalogSetDebug
+
operation
xmlBuildRelativeURI
+xmlCatalogSetDebug
xmlTextReaderConstValue
xmlXPathAddValues
xmlXPathCompareValues
@@ -220,7 +225,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlURIUnescapeString
options
htmlCtxtUseOptions
xmlCtxtUseOptions
-xmlSaveToBuffer
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
@@ -313,6 +317,7 @@ A:link, A:visited, A:active { text-decoration: underline }
owner
ftpListCallback
ownership
xmlAddAttributeDecl
owning
xmlNewDocFragment
+
owns
XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD

A-B C-C D-E diff --git a/doc/APIchunk2.html b/doc/APIchunk2.html index 42888273..aed367e4 100644 --- a/doc/APIchunk2.html +++ b/doc/APIchunk2.html @@ -360,6 +360,7 @@ A:link, A:visited, A:active { text-decoration: underline }

Expr
xmlXPathEvalPredicate
xmlXPathEvaluatePredicateResult
xmlXPtrEvalRangePredicate
+
Expresses
xmlBuildRelativeURI
Expression
xmlXPathEvalPredicate
xmlXPathEvaluatePredicateResult
Extender
IS_EXTENDER
diff --git a/doc/APIchunk20.html b/doc/APIchunk20.html index cbf194e8..add7cc96 100644 --- a/doc/APIchunk20.html +++ b/doc/APIchunk20.html @@ -140,6 +140,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseBalancedChunkMemoryRecover
xmlParseExternalEntity
phase
xmlRegNewExecCtxt
+
pic1
xmlBuildRelativeURI
piece
xmlNewChild
xmlNewDocNode
xmlNewDocNodeEatName
@@ -284,6 +285,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNodeSetSpacePreserve
xmlParserInputGrow
xmlParserInputRead
+xmlTextReaderPreserve
xmlTextReaderPreservePattern
preserved
HTML_PRESERVE_NODE
xmlNewTextChild
diff --git a/doc/APIchunk21.html b/doc/APIchunk21.html index ac960c55..edaaeb12 100644 --- a/doc/APIchunk21.html +++ b/doc/APIchunk21.html @@ -156,6 +156,8 @@ A:link, A:visited, A:active { text-decoration: underline } HTML_TEXT_NODE
htmlEntityLookup
htmlEntityValueLookup
+xmlBuildRelativeURI
+
reasonable
xmlBuildRelativeURI
received
ftpDataCallback
xmlNanoHTTPReturnCode
receives
xmlParseExternalID
@@ -299,6 +301,8 @@ A:link, A:visited, A:active { text-decoration: underline }
registers
xmlInitCharEncodingHandlers
xmlNewCharEncodingHandler
registration
XML_SKIP_IDS
+xmlOutputBufferCreateFilenameDefault
+xmlParserInputBufferCreateFilenameDefault
xmlRegisterNodeDefault
regular
LIBXML_REGEXP_ENABLED
xmlRegFreeExecCtxt
@@ -318,7 +322,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
relationships
_htmlElemDesc
-
relative
xmlByteConsumed
+
relative
xmlBuildRelativeURI
+xmlByteConsumed
xmlTextReaderGetAttributeNo
xmlTextReaderMoveToAttributeNo
xmlUTF8Strloc
@@ -488,6 +493,7 @@ A:link, A:visited, A:active { text-decoration: underline }
restored
xmlTextReaderSetErrorHandler
xmlTextReaderSetStructuredErrorHandler
restrict
xmlParseExternalID
+
restriction
XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
results
xmlXPathEqualValues
xmlXPathNotEqualValues
retrieve
xmlGetGlobalState
@@ -571,6 +577,7 @@ A:link, A:visited, A:active { text-decoration: underline }
rule
xmlParseEntityRef
xmlParseStartTag
rules
XML_SCHEMAS_ANYATTR_STRICT
+XML_SCHEMAS_ANY_STRICT
xmlXPathSubstringFunction
run
_xmlParserCtxt
xmlByteConsumed
diff --git a/doc/APIchunk22.html b/doc/APIchunk22.html index 3c2884c3..44989532 100644 --- a/doc/APIchunk22.html +++ b/doc/APIchunk22.html @@ -85,7 +85,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveFlush
xmlSaveSetAttrEscape
xmlSaveSetEscape
-xmlSaveToBuffer
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
@@ -194,7 +193,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidNormalizeAttributeValue
xmlXPathNormalizeFunction
serialization
LIBXML_OUTPUT_ENABLED
-xmlSaveToBuffer
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
@@ -202,8 +200,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlShellWrite
xmlValidatePopElement
xmlValidatePushElement
-
serializing
xmlSaveToBuffer
-xmlSaveToFd
+
serializing
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
server
_xmlURI
@@ -297,7 +294,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidityWarningFunc
xmlXPathNodeSetGetLength
xmlXPathNodeSetItem
-
simple
xlinkSimpleLinkFunk
+
simple
XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
+xlinkSimpleLinkFunk
xmlAttrSerializeTxtContent
xmlFreeMutex
xmlHashScanner
@@ -307,7 +306,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewMutex
simply
xmlSetGenericErrorFunc
xmlSetStructuredErrorFunc
-
since
xmlParseExternalID
+
since
xmlBuildRelativeURI
+xmlParseExternalID
xmlRelaxNGNewDocParserCtxt
single
IS_DIGIT_CH
xmlCurrentChar
@@ -328,6 +328,8 @@ A:link, A:visited, A:active { text-decoration: underline }
single-byte
IS_CHAR_CH
IS_EXTENDER_CH
IS_PUBIDCHAR_CH
+
site1
xmlBuildRelativeURI
+
site2
xmlBuildRelativeURI
sizes
xmlGetBufferAllocationScheme
xmlSetBufferAllocationScheme
skip
xmlSkipBlankChars
@@ -344,6 +346,7 @@ A:link, A:visited, A:active { text-decoration: underline } charactersSAXFunc
ignorableWhitespace
ignorableWhitespaceSAXFunc
+xmlBuildRelativeURI
xmlGcMemSetup
xmlHandleEntity
xmlMemSetup
@@ -621,6 +624,7 @@ A:link, A:visited, A:active { text-decoration: underline }
streams
_xmlParserCtxt
xmlSkipBlankChars
strict
XML_SCHEMAS_ANYATTR_STRICT
+XML_SCHEMAS_ANY_STRICT
xmlParseExternalID
xmlXPathCompareValues
string--that
xmlNormalizeURIPath
diff --git a/doc/APIchunk23.html b/doc/APIchunk23.html index 54ba552a..8a6deaee 100644 --- a/doc/APIchunk23.html +++ b/doc/APIchunk23.html @@ -61,7 +61,8 @@ A:link, A:visited, A:active { text-decoration: underline } XML_DETECT_IDS
XML_SKIP_IDS
_htmlElemDesc
-
tells
xmlTextReaderPreservePattern
+
tells
xmlTextReaderPreserve
+xmlTextReaderPreservePattern
temporary
_xmlValidCtxt
_xmlXPathContext
xmlIOHTTPOpenW
@@ -85,6 +86,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlStrdupFunc
termination
xmlStrcat
xmlStrdup
+
terms
xmlBuildRelativeURI
test
xmlParserHandleReference
xmlXPathEqualValues
xmlXPathNotEqualValues
@@ -192,7 +194,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlIsMainThread
xmlLoadCatalog
xmlLoadCatalogs
-
through
xmlCreatePushParserCtxt
+
through
xmlBuildRelativeURI
+xmlCreatePushParserCtxt
xmlDecodeEntities
xmlNormalizeURIPath
thumblers
xmlShellPwd
diff --git a/doc/APIchunk24.html b/doc/APIchunk24.html index ee3f8722..7ea991a4 100644 --- a/doc/APIchunk24.html +++ b/doc/APIchunk24.html @@ -45,14 +45,14 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSetCompressMode
xmlSetDocCompressMode
undefined
xmlPatterncompile
-
under
xmlSearchNs
+
under
xmlBuildRelativeURI
+xmlSearchNs
xmlSetTreeDoc
xmlShellDu
xmlShellWrite
xmlValidateElement
underlying
xmlTextReaderClose
xmlTextReaderCurrentNode
-xmlTextReaderPreserve
unescape
xmlURIUnescapeString
unescaped
xmlFileOpen
xmlURIUnescapeString
@@ -70,6 +70,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidateOneNamespace
units
xmlUTF8Strsub
unknown
XML_SCHEMAS_ANYATTR_SKIP
+XML_SCHEMAS_ANY_SKIP
XML_SCHEMAS_FACET_UNKNOWN
htmlCtxtUseOptions
xmlCtxtUseOptions
@@ -347,6 +348,11 @@ A:link, A:visited, A:active { text-decoration: underline }
whose
xmlAutomataNewCountTrans
xmlAutomataNewOnceTrans
xmlTextReaderLookupNamespace
+
wierd
xmlBuildRelativeURI
+
wildcard
XML_SCHEMAS_ATTRGROUP_GLOBAL
+XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED
+XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD
+XML_SCHEMAS_WILDCARD_COMPLETE
with_ns
_xmlNodeSet
within
_xmlValidCtxt
xmlAutomataNewCounterTrans
@@ -404,6 +410,7 @@ A:link, A:visited, A:active { text-decoration: underline }
worked
xmlNanoFTPCwd
xmlNanoFTPDele
works
xmlShellDu
+
worthwhile
xmlBuildRelativeURI
would
htmlAutoCloseTag
xmlTextReaderGetRemainder
write
xmlFileRead
diff --git a/doc/APIchunk25.html b/doc/APIchunk25.html index 2cd53e5e..89760a7f 100644 --- a/doc/APIchunk25.html +++ b/doc/APIchunk25.html @@ -105,6 +105,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCharEncInFunc
xmlCharEncOutFunc
xmlBufferPtr
xmlNewTextWriterMemory
+
xmlBuildURI
xmlBuildRelativeURI
xmlCatalogAllow
xmlCatalogGetDefaults
xmlCatalogPtr
xmlNewCatalog
xmlCatalogResolvePublic
xmlCatalogGetPublic
@@ -354,8 +355,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlSAX2StartElement
startElement
xmlSAX2UnparsedEntityDecl
unparsedEntityDecl
xmlSAXVersion
xmlSAXDefaultVersion
-
xmlSaveOptions
xmlSaveToBuffer
-xmlSaveToFd
+
xmlSaveOptions
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
xmlSetExternalEntityLoader
resolveEntity
@@ -378,8 +378,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlReaderNewWalker
xmlTextReaderCurrentDoc
xmlTextReaderCurrentNode
-xmlTextReaderPreserve
-
xmlTextReaderCurrentDoc
xmlTextReaderPreservePattern
+
xmlTextReaderCurrentDoc
xmlTextReaderPreserve
+xmlTextReaderPreservePattern
xmlTextReaderLocatorPtr
xmlTextReaderLocatorBaseURI
xmlTextReaderLocatorLineNumber
xmlTextReaderRead
xmlTextReaderExpand
diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html index f8b570bf..ec5e00d0 100644 --- a/doc/APIchunk3.html +++ b/doc/APIchunk3.html @@ -245,6 +245,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlIsLetter
IdeographicDescriptionCharacters
xmlUCSIsIdeographicDescriptionCharacters
Ignore
XML_SCHEMAS_ANYATTR_LAX
+XML_SCHEMAS_ANY_LAX
Ignored
xmlCopyChar
Implements
xmlShell
xmlShellBase
@@ -273,6 +274,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathTrailingSorted
Included
xmlParserHandlePEReference
Increment
xmlDictReference
+
Indicates
_xmlSchemaWildcard
Infinity
xmlXPathStringFunction
Initial
xmlAutomataGetInitState
Initialization
xmlInitParser
diff --git a/doc/APIchunk4.html b/doc/APIchunk4.html index 126e5895..bf7ffdc7 100644 --- a/doc/APIchunk4.html +++ b/doc/APIchunk4.html @@ -290,6 +290,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveFormatFileEnc
xmlTextReaderSetParserProp
Note:
fatalErrorSAXFunc
+xmlBuildRelativeURI
xmlCharEncodingOutputFunc
xmlGetDtdEntity
xmlParseAttValue
diff --git a/doc/APIchunk5.html b/doc/APIchunk5.html index c5e5cca9..b1b37a64 100644 --- a/doc/APIchunk5.html +++ b/doc/APIchunk5.html @@ -60,6 +60,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlOutputOpenCallback
xmlOutputWriteCallback
xmlURIUnescapeString
+
OutputBufferCreateFilenameFunc
xmlOutputBufferCreateFilenameDefault
Override
xmlGcMemSetup
xmlMemSetup

Letter P:

P32
xmlValidCtxtNormalizeAttributeValue
@@ -120,6 +121,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathEvalExpr
Parsed
xmlParseEntityRef
xmlParserHandleReference
+
ParserInputBufferCreateFilenameFunc
xmlParserInputBufferCreateFilenameDefault
Parses
xmlRegexpCompile
xmlTextReaderReadAttributeValue
Parsing
_xmlParserCtxt
diff --git a/doc/APIchunk6.html b/doc/APIchunk6.html index 9ab73106..1c3baa39 100644 --- a/doc/APIchunk6.html +++ b/doc/APIchunk6.html @@ -62,11 +62,11 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderGetParserProp
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
-
Reader
xmlTextReaderPreservePattern
+
Reader
xmlTextReaderPreserve
+xmlTextReaderPreservePattern
Readers
xmlTextReaderNextSibling
Reads
xmlTextReaderCurrentNode
xmlTextReaderExpand
-xmlTextReaderPreserve
xmlTextReaderReadInnerXml
xmlTextReaderReadOuterXml
xmlTextReaderReadString
@@ -124,6 +124,8 @@ A:link, A:visited, A:active { text-decoration: underline }
RegisterNodeFunc
xmlRegisterNodeDefault
Registers
xmlAddEncodingAlias
xmlDeregisterNodeDefault
+xmlOutputBufferCreateFilenameDefault
+xmlParserInputBufferCreateFilenameDefault
xmlRegisterDefaultInputCallbacks
xmlRegisterDefaultOutputCallbacks
xmlRegisterNodeDefault
@@ -400,6 +402,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderNormalization
Sinhala
xmlUCSIsSinhala
Skip
XML_SCHEMAS_ANYATTR_SKIP
+XML_SCHEMAS_ANY_SKIP
xmlNextChar
xmlParseComment
xmlTextReaderNext
@@ -409,6 +412,7 @@ A:link, A:visited, A:active { text-decoration: underline } SKIP_EOL
SmallFormVariants
xmlUCSIsSmallFormVariants
Some
_htmlElemDesc
+xmlBuildRelativeURI
Sort
xmlListSort
xmlXPathNodeSetSort
SpacingModifierLetters
xmlUCSIsSpacingModifierLetters
diff --git a/doc/APIchunk8.html b/doc/APIchunk8.html index 2ee50f7f..0bb9b59d 100644 --- a/doc/APIchunk8.html +++ b/doc/APIchunk8.html @@ -167,6 +167,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XML_ELEMENT_DECL
_xmlElement
XML_ELEMENT_TYPE_xxx
xmlParseElementContentDecl
XML_ENTITY_DECL
_xmlEntity
+
XML_SCHEMAS_ELEM_GLOBAL
XML_SCHEMAS_ELEM_TOPLEVEL
XML_SUBSTITUTE_PEREF
xmlDecodeEntities
xmlStringDecodeEntities
xmlStringLenDecodeEntities
@@ -257,7 +258,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewRMutex
accessed
xmlTextReaderCurrentDoc
xmlTextReaderCurrentNode
-xmlTextReaderPreserve
accesses
xmlCreateURLParserCtxt
xmlNoNetExternalEntityLoader
accommodate
xmlBufferResize
@@ -448,6 +448,7 @@ A:link, A:visited, A:active { text-decoration: underline }
allowable
xmlSkipBlankChars
allowed
_htmlElemDesc
_xmlElement
+_xmlSchemaWildcard
htmlElementAllowedHere
htmlElementAllowedHereDesc
htmlNodeStatus
@@ -468,10 +469,13 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCatalogAdd
xmlNewChild
xmlTextReaderConstString
-
already
_xmlParserInput
+
already
XML_SCHEMAS_ATTRGROUP_GLOBAL
+XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED
+_xmlParserInput
xmlAddNextSibling
xmlAddPrevSibling
xmlAddSibling
+xmlBuildRelativeURI
xmlFreeFunc
xmlGcMemSetup
xmlMemSetup
@@ -488,6 +492,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlHasProp
xmlKeepBlanksDefault
xmlNanoFTPProxy
+xmlTextReaderPreserve
xmlTextReaderPreservePattern
xmlXPathStringEvalNumber
alternative
xmlTextWriterStartDTD
@@ -625,6 +630,7 @@ A:link, A:visited, A:active { text-decoration: underline }
assume
xmlStrcat
xmlStrdup
assumed
xmlCheckUTF8
+
assumes
xmlBuildRelativeURI
assuming
xmlSaveFileTo
xmlSaveFormatFileTo
atomic
xmlGcMemGet
diff --git a/doc/APIchunk9.html b/doc/APIchunk9.html index 409003ab..bf83fcd5 100644 --- a/doc/APIchunk9.html +++ b/doc/APIchunk9.html @@ -78,6 +78,7 @@ A:link, A:visited, A:active { text-decoration: underline }
bear
xmlParseAttributeType
becomes
xmlAddAttributeDecl
before
htmlInitAutoClose
+xmlBuildRelativeURI
xmlCatalogAdd
xmlCurrentChar
xmlGcMemSetup
@@ -119,6 +120,36 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNodeSetSpacePreserve
xmlSAX2ResolveEntity
xmlTextReaderSetParserProp
+
being
_xmlParserCtxt
+_xmlParserInput
+_xmlXPathParserContext
+startDocument
+startDocumentSAXFunc
+xmlAutomataCompile
+xmlCheckUTF8
+xmlNodeAddContent
+xmlNodeAddContentLen
+xmlNodeBufGetContent
+xmlNodeGetBase
+xmlNodeGetContent
+xmlNodeGetLang
+xmlNodeGetSpacePreserve
+xmlNodeSetBase
+xmlNodeSetContent
+xmlNodeSetContentLen
+xmlNodeSetLang
+xmlNodeSetName
+xmlNodeSetSpacePreserve
+xmlParseElementContentDecl
+xmlParseNotationType
+xmlSAX2StartDocument
+xmlSaveFormatFileEnc
+xmlStructuredErrorFunc
+xmlTextMerge
+xmlTextReaderCurrentDoc
+xmlTextReaderCurrentNode
+xmlXPathAxisFunc
+xmlXPtrNewContext
below
_xmlParserCtxt
xmlParseExternalID
better
resolveEntity
@@ -157,6 +188,7 @@ A:link, A:visited, A:active { text-decoration: underline } initxmlDefaultSAXHandler
xmlMemDisplay
xmlMemoryDump
+
book1
xmlBuildRelativeURI
bool
xmlBoolToText
both
xmlBufferFree
xmlNanoFTPClose
@@ -199,6 +231,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserInputBufferPush
xmlParserInputBufferRead
xmlTextReaderGetRemainder
+
builded
XML_SCHEMAS_ATTRGROUP_GLOBAL
+XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED
building
_xmlParserCtxt
docbSAXParseDoc
docbSAXParseFile
diff --git a/doc/APIconstructors.html b/doc/APIconstructors.html index b9314b30..457877b3 100644 --- a/doc/APIconstructors.html +++ b/doc/APIconstructors.html @@ -160,6 +160,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlACatalogResolveSystem
xmlACatalogResolveURI
xmlBuildQName
+xmlBuildRelativeURI
xmlBuildURI
xmlCanonicPath
xmlCatalogLocalResolve
@@ -400,10 +401,13 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSearchNs
xmlSearchNsByHref

Type xmlNsPtr *:

xmlGetNsList
+

Type xmlOutputBufferCreateFilenameFunc:

xmlOutputBufferCreateFilenameDefault
+xmlThrDefOutputBufferCreateFilenameDefault

Type xmlOutputBufferPtr:

xmlAllocOutputBuffer
xmlOutputBufferCreateFd
xmlOutputBufferCreateFile
xmlOutputBufferCreateFilename
+xmlOutputBufferCreateFilenameFunc
xmlOutputBufferCreateIO

Type xmlParserCtxtPtr:

xmlCreateDocParserCtxt
xmlCreateEntityParserCtxt
@@ -413,10 +417,13 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCreatePushParserCtxt
xmlCreateURLParserCtxt
xmlNewParserCtxt
+

Type xmlParserInputBufferCreateFilenameFunc:

xmlParserInputBufferCreateFilenameDefault
+xmlThrDefParserInputBufferCreateFilenameDefault

Type xmlParserInputBufferPtr:

xmlAllocParserInputBuffer
xmlParserInputBufferCreateFd
xmlParserInputBufferCreateFile
xmlParserInputBufferCreateFilename
+xmlParserInputBufferCreateFilenameFunc
xmlParserInputBufferCreateIO
xmlParserInputBufferCreateMem
xmlParserInputBufferCreateStatic
@@ -447,8 +454,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlRelaxNGNewParserCtxt

Type xmlRelaxNGPtr:

xmlRelaxNGParse

Type xmlRelaxNGValidCtxtPtr:

xmlRelaxNGNewValidCtxt
-

Type xmlSaveCtxtPtr:

xmlSaveToBuffer
-xmlSaveToFd
+

Type xmlSaveCtxtPtr:

xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO

Type xmlSchemaFacetPtr:

xmlSchemaNewFacet
diff --git a/doc/APIfiles.html b/doc/APIfiles.html index 2c42142d..a9d019ad 100644 --- a/doc/APIfiles.html +++ b/doc/APIfiles.html @@ -427,7 +427,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlMalloc
xmlMallocAtomic
xmlMemStrdup
+xmlOutputBufferCreateFilenameValue
xmlParserDebugEntities
+xmlParserInputBufferCreateFilenameValue
xmlParserVersion
xmlPedanticParserDefaultValue
xmlRealloc
@@ -446,7 +448,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlThrDefKeepBlanksDefaultValue
xmlThrDefLineNumbersDefaultValue
xmlThrDefLoadExtDtdDefaultValue
+xmlThrDefOutputBufferCreateFilenameDefault
xmlThrDefParserDebugEntities
+xmlThrDefParserInputBufferCreateFilenameDefault
xmlThrDefPedanticParserDefaultValue
xmlThrDefRegisterNodeDefault
xmlThrDefSaveNoEmptyTags
@@ -578,6 +582,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_PARSER_START
XML_PARSER_START_TAG
XML_PARSER_SYSTEM_LITERAL
+XML_PARSE_DOM
XML_PARSE_DTDATTR
XML_PARSE_DTDLOAD
XML_PARSE_DTDVALID
@@ -590,8 +595,13 @@ A:link, A:visited, A:active { text-decoration: underline } XML_PARSE_NOWARNING
XML_PARSE_NSCLEAN
XML_PARSE_PEDANTIC
+XML_PARSE_PUSH_DOM
+XML_PARSE_PUSH_SAX
+XML_PARSE_READER
XML_PARSE_RECOVER
+XML_PARSE_SAX
XML_PARSE_SAX1
+XML_PARSE_UNKNOWN
XML_PARSE_XINCLUDE
XML_SAX2_MAGIC
XML_SKIP_IDS
@@ -680,6 +690,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserInputGrow
xmlParserInputRead
xmlParserInputState
+xmlParserMode
xmlParserNodeInfo
xmlParserNodeInfoPtr
xmlParserNodeInfoSeq
@@ -914,6 +925,12 @@ A:link, A:visited, A:active { text-decoration: underline }

Module schemasInternals:

XML_SCHEMAS_ANYATTR_LAX
XML_SCHEMAS_ANYATTR_SKIP
XML_SCHEMAS_ANYATTR_STRICT
+XML_SCHEMAS_ANY_LAX
+XML_SCHEMAS_ANY_SKIP
+XML_SCHEMAS_ANY_STRICT
+XML_SCHEMAS_ATTRGROUP_GLOBAL
+XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED
+XML_SCHEMAS_ATTR_GLOBAL
XML_SCHEMAS_ATTR_NSDEFAULT
XML_SCHEMAS_ATTR_USE_OPTIONAL
XML_SCHEMAS_ATTR_USE_PROHIBITED
@@ -932,7 +949,12 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAS_FACET_UNKNOWN
XML_SCHEMAS_QUALIF_ATTR
XML_SCHEMAS_QUALIF_ELEM
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
+XML_SCHEMAS_TYPE_GLOBAL
XML_SCHEMAS_TYPE_MIXED
+XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD
+XML_SCHEMAS_WILDCARD_COMPLETE
XML_SCHEMA_CONTENT_ANY
XML_SCHEMA_CONTENT_BASIC
XML_SCHEMA_CONTENT_ELEMENTS
@@ -978,15 +1000,20 @@ A:link, A:visited, A:active { text-decoration: underline } _xmlSchemaAnnot
_xmlSchemaAttribute
_xmlSchemaAttributeGroup
+_xmlSchemaAttributeLink
_xmlSchemaElement
_xmlSchemaFacet
_xmlSchemaNotation
_xmlSchemaType
+_xmlSchemaWildcard
+_xmlSchemaWildcardNs
xmlSchemaAnnot
xmlSchemaAnnotPtr
xmlSchemaAttribute
xmlSchemaAttributeGroup
xmlSchemaAttributeGroupPtr
+xmlSchemaAttributeLink
+xmlSchemaAttributeLinkPtr
xmlSchemaAttributePtr
xmlSchemaContentType
xmlSchemaElement
@@ -1001,6 +1028,10 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSchemaTypeType
xmlSchemaVal
xmlSchemaValPtr
+xmlSchemaWildcard
+xmlSchemaWildcardNs
+xmlSchemaWildcardNsPtr
+xmlSchemaWildcardPtr

Module threads:

xmlCleanupThreads
xmlFreeMutex
xmlFreeRMutex
@@ -1285,6 +1316,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidateName
xmlValidateQName

Module uri:

_xmlURI
+xmlBuildRelativeURI
xmlBuildURI
xmlCanonicPath
xmlCreateURI
@@ -1464,6 +1496,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlOutputBufferCreateFd
xmlOutputBufferCreateFile
xmlOutputBufferCreateFilename
+xmlOutputBufferCreateFilenameDefault
+xmlOutputBufferCreateFilenameFunc
xmlOutputBufferCreateIO
xmlOutputBufferFlush
xmlOutputBufferWrite
@@ -1477,6 +1511,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserInputBufferCreateFd
xmlParserInputBufferCreateFile
xmlParserInputBufferCreateFilename
+xmlParserInputBufferCreateFilenameDefault
+xmlParserInputBufferCreateFilenameFunc
xmlParserInputBufferCreateIO
xmlParserInputBufferCreateMem
xmlParserInputBufferCreateStatic
@@ -1884,7 +1920,21 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_ATTRGRP_NONAME_NOREF
XML_SCHEMAP_ATTR_NONAME_NOREF
XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF
+XML_SCHEMAP_COS_CT_EXTENDS_1_3
+XML_SCHEMAP_CT_PROPS_CORRECT_1
+XML_SCHEMAP_CT_PROPS_CORRECT_2
+XML_SCHEMAP_CT_PROPS_CORRECT_3
+XML_SCHEMAP_CT_PROPS_CORRECT_4
+XML_SCHEMAP_CT_PROPS_CORRECT_5
XML_SCHEMAP_DEF_AND_PREFIX
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3
XML_SCHEMAP_ELEMFORMDEFAULT_VALUE
XML_SCHEMAP_ELEM_DEFAULT_FIXED
XML_SCHEMAP_ELEM_NONAME_NOREF
@@ -1899,6 +1949,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI
XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI
XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI
+XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE
XML_SCHEMAP_INVALID_ATTR_COMBINATION
XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION
XML_SCHEMAP_INVALID_ATTR_NAME
@@ -1931,8 +1982,11 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_REGEXP_INVALID
XML_SCHEMAP_RESTRICTION_NONAME_NOREF
XML_SCHEMAP_SIMPLETYPE_NONAME
+XML_SCHEMAP_SRC_IMPORT_3_1
+XML_SCHEMAP_SRC_IMPORT_3_2
XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE
XML_SCHEMAP_TYPE_AND_SUBTYPE
+XML_SCHEMAP_UNION_NOT_EXPRESSIBLE
XML_SCHEMAP_UNKNOWN_ALL_CHILD
XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD
XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD
@@ -1962,6 +2016,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD
XML_SCHEMAP_UNKNOWN_TYPE
XML_SCHEMAP_UNKNOWN_UNION_CHILD
+XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER
XML_SCHEMAV_ATTRINVALID
XML_SCHEMAV_ATTRUNKNOWN
XML_SCHEMAV_CONSTRUCT
@@ -2229,7 +2284,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveFlush
xmlSaveSetAttrEscape
xmlSaveSetEscape
-xmlSaveToBuffer
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html index 8895510a..41ee6758 100644 --- a/doc/APIfunctions.html +++ b/doc/APIfunctions.html @@ -187,6 +187,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlBufferWriteCHAR
xmlBufferWriteQuotedString
xmlBuildQName
+xmlBuildRelativeURI
xmlBuildURI
xmlCanonicPath
xmlCatalogAdd
@@ -903,7 +904,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewTextWriterMemory
xmlNodeBufGetContent
xmlNodeDump
-xmlSaveToBuffer

Type xmlC14NIsVisibleCallback:

xmlC14NExecute

Type xmlCatalogAllow:

xmlCatalogSetDefaults

Type xmlCatalogPrefer:

xmlCatalogSetDefaultPrefer
@@ -975,6 +975,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserInputBufferCreateFd
xmlParserInputBufferCreateFile
xmlParserInputBufferCreateFilename
+xmlParserInputBufferCreateFilenameFunc
xmlParserInputBufferCreateIO
xmlParserInputBufferCreateMem
xmlParserInputBufferCreateStatic
@@ -988,6 +989,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlOutputBufferCreateFd
xmlOutputBufferCreateFile
xmlOutputBufferCreateFilename
+xmlOutputBufferCreateFilenameFunc
xmlOutputBufferCreateIO
xmlRegisterCharEncodingHandler
xmlSwitchInputEncoding
@@ -1494,6 +1496,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidateOneNamespace
xmlXPathNodeSetAddNs
xmlXPathNodeSetFreeNs
+

Type xmlOutputBufferCreateFilenameFunc:

xmlOutputBufferCreateFilenameDefault
+xmlThrDefOutputBufferCreateFilenameDefault

Type xmlOutputBufferPtr:

htmlDocContentDumpFormatOutput
htmlDocContentDumpOutput
htmlNodeDumpFormatOutput
@@ -1621,6 +1625,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSwitchEncoding
xmlSwitchInputEncoding
xmlSwitchToEncoding
+

Type xmlParserInputBufferCreateFilenameFunc:

xmlParserInputBufferCreateFilenameDefault
+xmlThrDefParserInputBufferCreateFilenameDefault

Type xmlParserInputBufferPtr:

xmlFreeParserInputBuffer
xmlIOParseDTD
xmlNewIOInputStream
diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html index 8451e0d8..ac9d444e 100644 --- a/doc/APIsymbols.html +++ b/doc/APIsymbols.html @@ -477,6 +477,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_PARSER_SUBST_ENTITIES
XML_PARSER_SYSTEM_LITERAL
XML_PARSER_VALIDATE
+XML_PARSE_DOM
XML_PARSE_DTDATTR
XML_PARSE_DTDLOAD
XML_PARSE_DTDVALID
@@ -489,8 +490,13 @@ A:link, A:visited, A:active { text-decoration: underline } XML_PARSE_NOWARNING
XML_PARSE_NSCLEAN
XML_PARSE_PEDANTIC
+XML_PARSE_PUSH_DOM
+XML_PARSE_PUSH_SAX
+XML_PARSE_READER
XML_PARSE_RECOVER
+XML_PARSE_SAX
XML_PARSE_SAX1
+XML_PARSE_UNKNOWN
XML_PARSE_XINCLUDE
XML_PI_NODE
XML_READER_TYPE_ATTRIBUTE
@@ -687,7 +693,21 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_ATTRGRP_NONAME_NOREF
XML_SCHEMAP_ATTR_NONAME_NOREF
XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF
+XML_SCHEMAP_COS_CT_EXTENDS_1_3
+XML_SCHEMAP_CT_PROPS_CORRECT_1
+XML_SCHEMAP_CT_PROPS_CORRECT_2
+XML_SCHEMAP_CT_PROPS_CORRECT_3
+XML_SCHEMAP_CT_PROPS_CORRECT_4
+XML_SCHEMAP_CT_PROPS_CORRECT_5
XML_SCHEMAP_DEF_AND_PREFIX
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2
+XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3
XML_SCHEMAP_ELEMFORMDEFAULT_VALUE
XML_SCHEMAP_ELEM_DEFAULT_FIXED
XML_SCHEMAP_ELEM_NONAME_NOREF
@@ -702,6 +722,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI
XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI
XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI
+XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE
XML_SCHEMAP_INVALID_ATTR_COMBINATION
XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION
XML_SCHEMAP_INVALID_ATTR_NAME
@@ -734,8 +755,11 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_REGEXP_INVALID
XML_SCHEMAP_RESTRICTION_NONAME_NOREF
XML_SCHEMAP_SIMPLETYPE_NONAME
+XML_SCHEMAP_SRC_IMPORT_3_1
+XML_SCHEMAP_SRC_IMPORT_3_2
XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE
XML_SCHEMAP_TYPE_AND_SUBTYPE
+XML_SCHEMAP_UNION_NOT_EXPRESSIBLE
XML_SCHEMAP_UNKNOWN_ALL_CHILD
XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD
XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD
@@ -765,9 +789,16 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD
XML_SCHEMAP_UNKNOWN_TYPE
XML_SCHEMAP_UNKNOWN_UNION_CHILD
+XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER
XML_SCHEMAS_ANYATTR_LAX
XML_SCHEMAS_ANYATTR_SKIP
XML_SCHEMAS_ANYATTR_STRICT
+XML_SCHEMAS_ANY_LAX
+XML_SCHEMAS_ANY_SKIP
+XML_SCHEMAS_ANY_STRICT
+XML_SCHEMAS_ATTRGROUP_GLOBAL
+XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED
+XML_SCHEMAS_ATTR_GLOBAL
XML_SCHEMAS_ATTR_NSDEFAULT
XML_SCHEMAS_ATTR_USE_OPTIONAL
XML_SCHEMAS_ATTR_USE_PROHIBITED
@@ -812,7 +843,12 @@ A:link, A:visited, A:active { text-decoration: underline } XML_SCHEMAS_FACET_UNKNOWN
XML_SCHEMAS_QUALIF_ATTR
XML_SCHEMAS_QUALIF_ELEM
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
+XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
+XML_SCHEMAS_TYPE_GLOBAL
XML_SCHEMAS_TYPE_MIXED
+XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD
+XML_SCHEMAS_WILDCARD_COMPLETE
XML_SCHEMAV_ATTRINVALID
XML_SCHEMAV_ATTRUNKNOWN
XML_SCHEMAV_CONSTRUCT
@@ -1020,10 +1056,13 @@ A:link, A:visited, A:active { text-decoration: underline } _xmlSchemaAnnot
_xmlSchemaAttribute
_xmlSchemaAttributeGroup
+_xmlSchemaAttributeLink
_xmlSchemaElement
_xmlSchemaFacet
_xmlSchemaNotation
_xmlSchemaType
+_xmlSchemaWildcard
+_xmlSchemaWildcardNs
_xmlShellCtxt
_xmlURI
_xmlValidCtxt
@@ -1299,6 +1338,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlBufferWriteChar
xmlBufferWriteQuotedString
xmlBuildQName
+xmlBuildRelativeURI
xmlBuildURI
xmlByteConsumed
xmlC14NDocDumpMemory
@@ -1856,6 +1896,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlOutputBufferCreateFd
xmlOutputBufferCreateFile
xmlOutputBufferCreateFilename
+xmlOutputBufferCreateFilenameDefault
+xmlOutputBufferCreateFilenameFunc
+xmlOutputBufferCreateFilenameValue
xmlOutputBufferCreateIO
xmlOutputBufferFlush
xmlOutputBufferPtr
@@ -1944,6 +1987,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserInputBufferCreateFd
xmlParserInputBufferCreateFile
xmlParserInputBufferCreateFilename
+xmlParserInputBufferCreateFilenameDefault
+xmlParserInputBufferCreateFilenameFunc
+xmlParserInputBufferCreateFilenameValue
xmlParserInputBufferCreateIO
xmlParserInputBufferCreateMem
xmlParserInputBufferCreateStatic
@@ -1958,6 +2004,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParserInputShrink
xmlParserInputState
xmlParserMaxDepth
+xmlParserMode
xmlParserNodeInfo
xmlParserNodeInfoPtr
xmlParserNodeInfoSeq
@@ -2139,7 +2186,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveNoEmptyTags
xmlSaveSetAttrEscape
xmlSaveSetEscape
-xmlSaveToBuffer
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
@@ -2152,6 +2198,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSchemaAttribute
xmlSchemaAttributeGroup
xmlSchemaAttributeGroupPtr
+xmlSchemaAttributeLink
+xmlSchemaAttributeLinkPtr
xmlSchemaAttributePtr
xmlSchemaCheckFacet
xmlSchemaCleanupTypes
@@ -2198,6 +2246,10 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSchemaValidateStream
xmlSchemaValidityErrorFunc
xmlSchemaValidityWarningFunc
+xmlSchemaWildcard
+xmlSchemaWildcardNs
+xmlSchemaWildcardNsPtr
+xmlSchemaWildcardPtr
xmlSearchNs
xmlSearchNsByHref
xmlSetBufferAllocationScheme
@@ -2424,7 +2476,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlThrDefKeepBlanksDefaultValue
xmlThrDefLineNumbersDefaultValue
xmlThrDefLoadExtDtdDefaultValue
+xmlThrDefOutputBufferCreateFilenameDefault
xmlThrDefParserDebugEntities
+xmlThrDefParserInputBufferCreateFilenameDefault
xmlThrDefPedanticParserDefaultValue
xmlThrDefRegisterNodeDefault
xmlThrDefSaveNoEmptyTags
diff --git a/doc/Makefile.am b/doc/Makefile.am index e2d2fa68..f56c249c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,10 +28,18 @@ man_MANS = xmllint.1 xmlcatalog.1 all: web $(top_srcdir)/NEWS libxml2.xsa $(man_MANS) -api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src +api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h web: $(PAGES) +../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml + -@(if [ -x $(bindir)/xsltproc ] ; then \ + echo "Rebuilding the elfgcchack.h header" ; \ + $(bindir)/xsltproc --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \ + if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \ + cp elfgcchack.h ../elfgcchack.h; \ + fi ; rm -f elfgcchack.h ; fi ); + $(PAGES): xml.html site.xsl -@(if [ -x $(bindir)/xsltproc ] ; then \ echo "Rebuilding the HTML Web pages from xml.html" ; \ diff --git a/doc/apibuild.py b/doc/apibuild.py index 688403fe..e3989859 100755 --- a/doc/apibuild.py +++ b/doc/apibuild.py @@ -12,6 +12,8 @@ import string import glob debug=0 +#debugsym='ignorableWhitespaceSAXFunc' +debugsym=None # # C parser analysis code @@ -29,6 +31,7 @@ ignored_files = { "testOOMlib.c": "out of memory tester", "rngparser.c": "not yet integrated", "rngparser.h": "not yet integrated", + "elfgcchack.h": "not a normal header", } ignored_words = { @@ -44,6 +47,7 @@ ignored_words = { "XSLTCALL": (0, "Special macro for win32 calls"), "EXSLTCALL": (0, "Special macro for win32 calls"), "__declspec": (3, "Windows keyword"), + "__stdcall": (0, "Windows keyword"), "ATTRIBUTE_UNUSED": (0, "macro keyword"), "LIBEXSLT_PUBLIC": (0, "macro keyword"), "X_IN_Y": (5, "macro function builder"), @@ -65,7 +69,7 @@ def uniq(items): class identifier: def __init__(self, name, module=None, type=None, lineno = 0, - info=None, extra=None): + info=None, extra=None, conditionals = None): self.name = name self.module = module self.type = type @@ -73,6 +77,13 @@ class identifier: self.extra = extra self.lineno = lineno self.static = 0 + if conditionals == None or len(conditionals) == 0: + self.conditionals = None + else: + self.conditionals = conditionals[:] + if self.name == debugsym: + print "=> define %s : %s" % (debugsym, (module, type, info, + extra, conditionals)) def __repr__(self): r = "%s %s:" % (self.type, self.name) @@ -84,6 +95,8 @@ class identifier: r = r + " " + `self.info` if self.extra != None: r = r + " " + `self.extra` + if self.conditionals != None: + r = r + " " + `self.conditionals` return r @@ -99,6 +112,11 @@ class identifier: self.lineno = lineno def set_static(self, static): self.static = static + def set_conditionals(self, conditionals): + if conditionals == None or len(conditionals) == 0: + self.conditionals = None + else: + self.conditionals = conditionals[:] def get_name(self): return self.name @@ -114,8 +132,14 @@ class identifier: return self.extra def get_static(self): return self.static + def get_conditionals(self): + return self.conditionals - def update(self, module, type = None, info = None, extra=None): + def update(self, module, type = None, info = None, extra=None, + conditionals=None): + if self.name == debugsym: + print "=> update %s : %s" % (debugsym, (module, type, info, + extra, conditionals)) if module != None and self.module == None: self.set_module(module) if type != None and self.type == None: @@ -124,6 +148,8 @@ class identifier: self.set_info(info) if extra != None: self.set_extra(extra) + if conditionals != None: + self.set_conditionals(conditionals) class index: @@ -140,15 +166,15 @@ class index: self.references = {} self.info = {} - def add_ref(self, name, module, static, type, lineno, info=None, extra=None): + def add_ref(self, name, module, static, type, lineno, info=None, extra=None, conditionals = None): if name[0:2] == '__': return None d = None try: d = self.identifiers[name] - d.update(module, type, lineno, info, extra) + d.update(module, type, lineno, info, extra, conditionals) except: - d = identifier(name, module, type, lineno, info, extra) + d = identifier(name, module, type, lineno, info, extra, conditionals) self.identifiers[name] = d if d != None and static == 1: @@ -157,15 +183,20 @@ class index: if d != None and name != None and type != None: self.references[name] = d - def add(self, name, module, static, type, lineno, info=None, extra=None): + if name == debugsym: + print "New ref: %s" % (d) + + return d + + def add(self, name, module, static, type, lineno, info=None, extra=None, conditionals = None): if name[0:2] == '__': return None d = None try: d = self.identifiers[name] - d.update(module, type, lineno, info, extra) + d.update(module, type, lineno, info, extra, conditionals) except: - d = identifier(name, module, type, lineno, info, extra) + d = identifier(name, module, type, lineno, info, extra, conditionals) self.identifiers[name] = d if d != None and static == 1: @@ -190,6 +221,10 @@ class index: self.macros[name] = d else: print "Unable to register type ", type + + if name == debugsym: + print "New symbol: %s" % (d) + return d def merge(self, idx): @@ -514,6 +549,8 @@ class CParser: self.comment = None self.collect_ref = 0 self.no_error = 0 + self.conditionals = [] + self.defines = [] def collect_references(self): self.collect_ref = 1 @@ -529,12 +566,12 @@ class CParser: def index_add(self, name, module, static, type, info=None, extra = None): self.index.add(name, module, static, type, self.lineno(), - info, extra) + info, extra, self.conditionals) def index_add_ref(self, name, module, static, type, info=None, extra = None): self.index.add_ref(name, module, static, type, self.lineno(), - info, extra) + info, extra, self.conditionals) def warning(self, msg): if self.no_error: @@ -787,6 +824,8 @@ class CParser: return(((ret[0], retdesc), args, desc)) def parsePreproc(self, token): + if debug: + print "=> preproc ", token, self.lexer.tokens name = token[1] if name == "#include": token = self.lexer.token() @@ -818,6 +857,22 @@ class CParser: self.index_add(name, self.filename, not self.is_header, "macro", info) return token + if name == "#ifdef" and self.is_header: + try: + self.defines.append(self.lexer.tokens[0][1]) + if string.find(self.lexer.tokens[0][1], 'ENABLED') != -1: + self.conditionals.append(self.lexer.tokens[0][1]) +# print self.conditionals +# print self.defines + except: + pass + if name == "#endif" and self.is_header: + if self.conditionals != [] and self.defines != [] and \ + self.defines[-1] == self.conditionals[-1]: + self.conditionals = self.conditionals[:-1] + self.defines = self.defines[:-1] +# print self.defines +# print self.conditionals token = self.lexer.token() while token != None and token[0] == 'preproc' and \ token[1][0] != '#': @@ -1581,8 +1636,14 @@ class docBuilder: def serialize_function(self, output, name): id = self.idx.functions[name] + if name == debugsym: + print "=>", id + output.write(" <%s name='%s' file='%s'>\n" % (id.type, name, self.modulename_file(id.module))) + if id.conditionals != None: + for cond in id.conditionals: + output.write(" %s\n"% (cond)); try: (ret, params, desc) = id.info output.write(" %s\n" % (escape(desc))) @@ -1910,4 +1971,8 @@ def parse(filename): return idx if __name__ == "__main__": - rebuild() + if len(sys.argv) > 1: + debug = 1 + parse(sys.argv[1]) + else: + rebuild() diff --git a/doc/elfgcchack.xsl b/doc/elfgcchack.xsl new file mode 100644 index 00000000..109ce0c6 --- /dev/null +++ b/doc/elfgcchack.xsl @@ -0,0 +1,121 @@ + + + + + + /* + * elfgcchack.h: hack by Arjan van de Ven <arjanv@redhat.com> to speed + * up the code when using gcc for call within the library. + * + * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf + * from Ulrich drepper. Rewritten to be generated from the XML description + * file for libxml2 API + * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml + */ + +#include "libxml/c14n.h" +#include "libxml/catalog.h" +#include "libxml/chvalid.h" +#include "libxml/debugXML.h" +#include "libxml/dict.h" +#include "libxml/DOCBparser.h" +#include "libxml/encoding.h" +#include "libxml/entities.h" +#include "libxml/globals.h" +#include "libxml/hash.h" +#include "libxml/HTMLparser.h" +#include "libxml/HTMLtree.h" +#include "libxml/list.h" +#include "libxml/nanoftp.h" +#include "libxml/nanohttp.h" +#include "libxml/parser.h" +#include "libxml/parserInternals.h" +#include "libxml/pattern.h" +#include "libxml/relaxng.h" +#include "libxml/SAX2.h" +#include "libxml/SAX.h" +#include "libxml/schemasInternals.h" +#include "libxml/threads.h" +#include "libxml/tree.h" +#include "libxml/uri.h" +#include "libxml/valid.h" +#include "libxml/xinclude.h" +#include "libxml/xlink.h" +#include "libxml/xmlautomata.h" +#include "libxml/xmlerror.h" +#include "libxml/xmlexports.h" +#include "libxml/xmlIO.h" +#include "libxml/xmlmemory.h" +#include "libxml/xmlreader.h" +#include "libxml/xmlregexp.h" +#include "libxml/xmlsave.h" +#include "libxml/xmlschemas.h" +#include "libxml/xmlschemastypes.h" +#include "libxml/xmlstring.h" +#include "libxml/xmlunicode.h" +#include "libxml/xmlversion.h" +#include "libxml/xmlwriter.h" +#include "libxml/xpath.h" +#include "libxml/xpathInternals.h" +#include "libxml/xpointer.h" + +/* special hot spot not exported ones */ + +extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias"))); +#define __xmlGenericError __xmlGenericError__internal_alias + +extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias"))); +#define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias + +/* list generated from libxml2-api.xml */ + + + + + + + + + + + extern __typeof ( + + ) + + __attribute((visibility("hidden"))); + + extern __typeof ( + + ) + + __attribute((alias(" + + "))); + + #define + + + + + + + + + + + + #ifdef + + + + + + #endif + + + + diff --git a/doc/examples/examples.xml b/doc/examples/examples.xml index 03f2db7a..0d454942 100644 --- a/doc/examples/examples.xml +++ b/doc/examples/examples.xml @@ -309,10 +309,10 @@ <libxml/parser.h> - - - - + + + + @@ -327,13 +327,13 @@ <libxml/parser.h> - - - - - - - + + + + + + + diff --git a/doc/html/libxml-globals.html b/doc/html/libxml-globals.html index 6df3793f..15f32b32 100644 --- a/doc/html/libxml-globals.html +++ b/doc/html/libxml-globals.html @@ -32,7 +32,9 @@ void xmlRegisterNodeFunc (int xmlThrDefKeepBlanksDefaultValue (int v)

int	xmlThrDefLineNumbersDefaultValue	(int v)
int	xmlThrDefLoadExtDtdDefaultValue	(int v)
+
xmlOutputBufferCreateFilenameFunc	xmlThrDefOutputBufferCreateFilenameDefault	(xmlOutputBufferCreateFilenameFunc func)
int	xmlThrDefParserDebugEntities	(int v)
+
xmlParserInputBufferCreateFilenameFunc	xmlThrDefParserInputBufferCreateFilenameDefault	(xmlParserInputBufferCreateFilenameFunc func)
int	xmlThrDefPedanticParserDefaultValue	(int v)
xmlRegisterNodeFunc	xmlThrDefRegisterNodeDefault	(xmlRegisterNodeFunc func)
int	xmlThrDefSaveNoEmptyTags	(int v)
@@ -72,6 +74,8 @@ void xmlRegisterNodeFunc (xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue xmlMallocFunc xmlMallocAtomic xmlError xmlLastError + xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue + xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue }

Function: xmlCleanupGlobals

void	xmlCleanupGlobals		(void)

Additional cleanup for multi-threading

Function: xmlDeregisterNodeDefault

xmlDeregisterNodeFunc	xmlDeregisterNodeDefault	(xmlDeregisterNodeFunc func)
@@ -106,9 +110,13 @@ void xmlRegisterNodeFunc (xmlNodePtr

v:
Returns:

Function: xmlThrDefLoadExtDtdDefaultValue

int	xmlThrDefLoadExtDtdDefaultValue	(int v)

-
v:
Returns:

Function: xmlThrDefParserDebugEntities

int	xmlThrDefParserDebugEntities	(int v)
+
v:
Returns:

Function: xmlThrDefOutputBufferCreateFilenameDefault

xmlOutputBufferCreateFilenameFunc	xmlThrDefOutputBufferCreateFilenameDefault	(xmlOutputBufferCreateFilenameFunc func)

-
v:
Returns:

Function: xmlThrDefPedanticParserDefaultValue

int	xmlThrDefPedanticParserDefaultValue	(int v)
+
func:
Returns:

Function: xmlThrDefParserDebugEntities

int	xmlThrDefParserDebugEntities	(int v)
+

+
v:
Returns:

Function: xmlThrDefParserInputBufferCreateFilenameDefault

xmlParserInputBufferCreateFilenameFunc	xmlThrDefParserInputBufferCreateFilenameDefault	(xmlParserInputBufferCreateFilenameFunc func)
+

+
func:
Returns:

Function: xmlThrDefPedanticParserDefaultValue

int	xmlThrDefPedanticParserDefaultValue	(int v)

v:
Returns:

Function: xmlThrDefRegisterNodeDefault

xmlRegisterNodeFunc	xmlThrDefRegisterNodeDefault	(xmlRegisterNodeFunc func)

diff --git a/doc/html/libxml-parser.html b/doc/html/libxml-parser.html index acbb5cc8..4bed32bd 100644 --- a/doc/html/libxml-parser.html +++ b/doc/html/libxml-parser.html @@ -11,6 +11,7 @@ A:link, A:visited, A:active { text-decoration: underline } div.deprecated pre.programlisting {border-style: double;border-color:red} pre.programlisting {border-style: double;background: #EECFA1} Module parser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parser from libxml2

API Menu
API Indexes
Related links

Interfaces, constants and types related to the XML parser

Table of Contents

#define XML_COMPLETE_ATTRS
#define XML_DEFAULT_VERSION
#define XML_DETECT_IDS
#define XML_SAX2_MAGIC
#define XML_SKIP_IDS
Enum xmlParserInputState
+
Enum xmlParserMode
 
Structure xmlParserNodeInfo
struct _xmlParserNodeInfo
Typedef xmlParserNodeInfo * xmlParserNodeInfoPtr
 
Structure xmlParserNodeInfoSeq
struct _xmlParserNodeInfoSeq @@ -208,6 +209,14 @@ void xmlParserInputDeallocate (XML_PARSER_IGNORE = 15 : within an IGNORED section XML_PARSER_PUBLIC_LITERAL = 16 : within a PUBLIC value } +

Enum xmlParserMode

Enum xmlParserMode {
+    XML_PARSE_UNKNOWN = 0
+    XML_PARSE_DOM = 1
+    XML_PARSE_SAX = 2
+    XML_PARSE_PUSH_DOM = 3
+    XML_PARSE_PUSH_SAX = 4
+    XML_PARSE_READER = 5
+}
 

Structure xmlParserNodeInfo

Structure xmlParserNodeInfo
struct _xmlParserNodeInfo { const struct _xmlNode * node : Position & line # that text that create unsigned long begin_pos diff --git a/doc/html/libxml-schemasInternals.html b/doc/html/libxml-schemasInternals.html index 9279fb95..96518afd 100644 --- a/doc/html/libxml-schemasInternals.html +++ b/doc/html/libxml-schemasInternals.html @@ -10,11 +10,13 @@ A:link, A:visited, A:active { text-decoration: underline } Module schemasInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module schemasInternals from libxml2

API Menu
API Indexes
Related links

internal interfaces for the XML Schemas handling and schema validity checking

Table of Contents

#define XML_SCHEMAS_ANYATTR_LAX
#define XML_SCHEMAS_ANYATTR_SKIP
#define XML_SCHEMAS_ANYATTR_STRICT
#define XML_SCHEMAS_ATTR_NSDEFAULT
#define XML_SCHEMAS_ATTR_USE_OPTIONAL
#define XML_SCHEMAS_ATTR_USE_PROHIBITED
#define XML_SCHEMAS_ATTR_USE_REQUIRED
#define XML_SCHEMAS_ELEM_ABSTRACT
#define XML_SCHEMAS_ELEM_DEFAULT
#define XML_SCHEMAS_ELEM_FIXED
#define XML_SCHEMAS_ELEM_GLOBAL
#define XML_SCHEMAS_ELEM_NILLABLE
#define XML_SCHEMAS_ELEM_NSDEFAULT
#define XML_SCHEMAS_ELEM_REF
#define XML_SCHEMAS_ELEM_TOPLEVEL
#define XML_SCHEMAS_FACET_COLLAPSE
#define XML_SCHEMAS_FACET_PRESERVE
#define XML_SCHEMAS_FACET_REPLACE
#define XML_SCHEMAS_FACET_UNKNOWN
#define XML_SCHEMAS_QUALIF_ATTR
#define XML_SCHEMAS_QUALIF_ELEM
#define XML_SCHEMAS_TYPE_MIXED
Structure xmlSchemaAnnot
struct _xmlSchemaAnnot + Module schemasInternals from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module schemasInternals from libxml2

API Menu
API Indexes
Related links

internal interfaces for the XML Schemas handling and schema validity checking

Table of Contents

#define XML_SCHEMAS_ANYATTR_LAX
#define XML_SCHEMAS_ANYATTR_SKIP
#define XML_SCHEMAS_ANYATTR_STRICT
#define XML_SCHEMAS_ANY_LAX
#define XML_SCHEMAS_ANY_SKIP
#define XML_SCHEMAS_ANY_STRICT
#define XML_SCHEMAS_ATTRGROUP_GLOBAL
#define XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED
#define XML_SCHEMAS_ATTR_GLOBAL
#define XML_SCHEMAS_ATTR_NSDEFAULT
#define XML_SCHEMAS_ATTR_USE_OPTIONAL
#define XML_SCHEMAS_ATTR_USE_PROHIBITED
#define XML_SCHEMAS_ATTR_USE_REQUIRED
#define XML_SCHEMAS_ELEM_ABSTRACT
#define XML_SCHEMAS_ELEM_DEFAULT
#define XML_SCHEMAS_ELEM_FIXED
#define XML_SCHEMAS_ELEM_GLOBAL
#define XML_SCHEMAS_ELEM_NILLABLE
#define XML_SCHEMAS_ELEM_NSDEFAULT
#define XML_SCHEMAS_ELEM_REF
#define XML_SCHEMAS_ELEM_TOPLEVEL
#define XML_SCHEMAS_FACET_COLLAPSE
#define XML_SCHEMAS_FACET_PRESERVE
#define XML_SCHEMAS_FACET_REPLACE
#define XML_SCHEMAS_FACET_UNKNOWN
#define XML_SCHEMAS_QUALIF_ATTR
#define XML_SCHEMAS_QUALIF_ELEM
#define XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION
#define XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION
#define XML_SCHEMAS_TYPE_GLOBAL
#define XML_SCHEMAS_TYPE_MIXED
#define XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD
#define XML_SCHEMAS_WILDCARD_COMPLETE
Structure xmlSchemaAnnot
struct _xmlSchemaAnnot
Typedef xmlSchemaAnnot * xmlSchemaAnnotPtr
 
Structure xmlSchemaAttribute
struct _xmlSchemaAttribute
Structure xmlSchemaAttributeGroup
struct _xmlSchemaAttributeGroup
Typedef xmlSchemaAttributeGroup * xmlSchemaAttributeGroupPtr
+
Structure xmlSchemaAttributeLink
struct _xmlSchemaAttributeLink +
Typedef xmlSchemaAttributeLink * xmlSchemaAttributeLinkPtr
 
Typedef xmlSchemaAttribute * xmlSchemaAttributePtr
 
Enum xmlSchemaContentType
 
Structure xmlSchemaElement
struct _xmlSchemaElement @@ -29,11 +31,21 @@ A:link, A:visited, A:active { text-decoration: underline }
Structure xmlSchemaVal
struct _xmlSchemaVal The content of this structure is not made public by the API.
Typedef xmlSchemaVal * xmlSchemaValPtr
+
Structure xmlSchemaWildcard
struct _xmlSchemaWildcard +
Structure xmlSchemaWildcardNs
struct _xmlSchemaWildcardNs +
Typedef xmlSchemaWildcardNs * xmlSchemaWildcardNsPtr
+
Typedef xmlSchemaWildcard * xmlSchemaWildcardPtr
 
void	xmlSchemaFreeType		(xmlSchemaTypePtr type)

Description

Macro: XML_SCHEMAS_ANYATTR_LAX

#define XML_SCHEMAS_ANYATTR_LAX

Ignore validation non definition on attributes

Macro: XML_SCHEMAS_ANYATTR_SKIP

#define XML_SCHEMAS_ANYATTR_SKIP

Skip unknown attribute from validation

Macro: XML_SCHEMAS_ANYATTR_STRICT

#define XML_SCHEMAS_ANYATTR_STRICT

Apply strict validation rules on attributes

+

Macro: XML_SCHEMAS_ANY_LAX

#define XML_SCHEMAS_ANY_LAX

Ignore validation non definition on attributes

+

Macro: XML_SCHEMAS_ANY_SKIP

#define XML_SCHEMAS_ANY_SKIP

Skip unknown attribute from validation

+

Macro: XML_SCHEMAS_ANY_STRICT

#define XML_SCHEMAS_ANY_STRICT

Apply strict validation rules on attributes

+

Macro: XML_SCHEMAS_ATTRGROUP_GLOBAL

#define XML_SCHEMAS_ATTRGROUP_GLOBAL

The attribute wildcard has been already builded.

+

Macro: XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED

#define XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED

The attribute wildcard has been already builded.

+

Macro: XML_SCHEMAS_ATTR_GLOBAL

#define XML_SCHEMAS_ATTR_GLOBAL

Macro: XML_SCHEMAS_ATTR_NSDEFAULT

#define XML_SCHEMAS_ATTR_NSDEFAULT

allow elements in no namespace

Macro: XML_SCHEMAS_ATTR_USE_OPTIONAL

#define XML_SCHEMAS_ATTR_USE_OPTIONAL

The attribute is optional.

Macro: XML_SCHEMAS_ATTR_USE_PROHIBITED

#define XML_SCHEMAS_ATTR_USE_PROHIBITED

The attribute is prohibited.

@@ -45,14 +57,19 @@ The content of this structure is not made public by the API.

Macro: XML_SCHEMAS_ELEM_NILLABLE

#define XML_SCHEMAS_ELEM_NILLABLE

the element is nillable

Macro: XML_SCHEMAS_ELEM_NSDEFAULT

#define XML_SCHEMAS_ELEM_NSDEFAULT

allow elements in no namespace

Macro: XML_SCHEMAS_ELEM_REF

#define XML_SCHEMAS_ELEM_REF

the element is a reference to a type

-

Macro: XML_SCHEMAS_ELEM_TOPLEVEL

#define XML_SCHEMAS_ELEM_TOPLEVEL

the element is top level

+

Macro: XML_SCHEMAS_ELEM_TOPLEVEL

#define XML_SCHEMAS_ELEM_TOPLEVEL

the element is top level obsolete: use XML_SCHEMAS_ELEM_GLOBAL instead

Macro: XML_SCHEMAS_FACET_COLLAPSE

#define XML_SCHEMAS_FACET_COLLAPSE

collapse the types of the facet

Macro: XML_SCHEMAS_FACET_PRESERVE

#define XML_SCHEMAS_FACET_PRESERVE

preserve the type of the facet

Macro: XML_SCHEMAS_FACET_REPLACE

#define XML_SCHEMAS_FACET_REPLACE

replace the type of the facet

Macro: XML_SCHEMAS_FACET_UNKNOWN

#define XML_SCHEMAS_FACET_UNKNOWN

unknown facet handling

Macro: XML_SCHEMAS_QUALIF_ATTR

#define XML_SCHEMAS_QUALIF_ATTR

the shemas requires qualified attributes

Macro: XML_SCHEMAS_QUALIF_ELEM

#define XML_SCHEMAS_QUALIF_ELEM

the shemas requires qualified elements

+

Macro: XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION

#define XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION

the simple or complex type has a derivation method of "extension".

+

Macro: XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION

#define XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION

the simple or complex type has a derivation method of "restriction".

+

Macro: XML_SCHEMAS_TYPE_GLOBAL

#define XML_SCHEMAS_TYPE_GLOBAL

the type is global

Macro: XML_SCHEMAS_TYPE_MIXED

#define XML_SCHEMAS_TYPE_MIXED

the element content type is mixed

+

Macro: XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD

#define XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD

the complexType owns an attribute wildcard, i.e. it can be freed by the complexType

+

Macro: XML_SCHEMAS_WILDCARD_COMPLETE

#define XML_SCHEMAS_WILDCARD_COMPLETE

If the wildcard is complete.

Structure xmlSchemaAnnot

Structure xmlSchemaAnnot
struct _xmlSchemaAnnot { struct _xmlSchemaAnnot * next xmlNodePtr content : the annotation @@ -83,6 +100,11 @@ The content of this structure is not made public by the API. xmlSchemaAnnotPtr annot xmlSchemaAttributePtr attributes xmlNodePtr node + int flags + xmlSchemaWildcardPtr attributeWildcard +}

Structure xmlSchemaAttributeLink

Structure xmlSchemaAttributeLink
struct _xmlSchemaAttributeLink { + struct _xmlSchemaAttributeLink * next : the next attribute link ... + struct _xmlSchemaAttribute * attr : the linked attribute }

Enum xmlSchemaContentType

Enum xmlSchemaContentType {
     XML_SCHEMA_CONTENT_UNKNOWN = 0
     XML_SCHEMA_CONTENT_EMPTY = 1
@@ -154,6 +176,8 @@ The content of this structure is not made public by the API.
     xmlSchemaFacetPtr	facets
     struct _xmlSchemaType *	redef	: possible redefinitions for the type
     int	recurse
+    xmlSchemaAttributeLinkPtr	attributeUses
+    xmlSchemaWildcardPtr	attributeWildcard
 }

Enum xmlSchemaTypeType

Enum xmlSchemaTypeType {
     XML_SCHEMA_TYPE_BASIC = 1
     XML_SCHEMA_TYPE_ANY = 2
@@ -191,6 +215,21 @@ The content of this structure is not made public by the API.
 }
 

Structure xmlSchemaVal

Structure xmlSchemaVal
struct _xmlSchemaVal { The content of this structure is not made public by the API. +}

Structure xmlSchemaWildcard

Structure xmlSchemaWildcard
struct _xmlSchemaWildcard { + xmlSchemaTypeType type : The kind of type + const xmlChar * id + xmlSchemaAnnotPtr annot + xmlNodePtr node + int minOccurs + int maxOccurs + int processContents + int any : Indicates if the ns constraint is of ## + xmlSchemaWildcardNsPtr nsSet : The list of allowed namespaces + xmlSchemaWildcardNsPtr negNsSet : The negated namespace + int flags +}

Structure xmlSchemaWildcardNs

Structure xmlSchemaWildcardNs
struct _xmlSchemaWildcardNs { + struct _xmlSchemaWildcardNs * next : the next constraint link ... + const xmlChar * value : the value }

Function: xmlSchemaFreeType

void	xmlSchemaFreeType		(xmlSchemaTypePtr type)

Deallocate a Schema Type structure.

type:a schema type structure

Daniel Veillard

diff --git a/doc/html/libxml-tree.html b/doc/html/libxml-tree.html index 34743da6..87d04593 100644 --- a/doc/html/libxml-tree.html +++ b/doc/html/libxml-tree.html @@ -521,6 +521,7 @@ A:link, A:visited, A:active { text-decoration: underline } int freeAttrsNr : number of freed attributes nodes xmlAttrPtr freeAttrs : * the complete error informations for th xmlError lastError + xmlParserMode parseMode : the parser mode }

Structure xmlParserInput

Structure xmlParserInput
struct _xmlParserInput { xmlParserInputBufferPtr buf : UTF-8 encoded buffer const char * filename : The file analyzed, if any diff --git a/doc/html/libxml-uri.html b/doc/html/libxml-uri.html index aecf0e51..c0af2aa3 100644 --- a/doc/html/libxml-uri.html +++ b/doc/html/libxml-uri.html @@ -12,7 +12,8 @@ A:link, A:visited, A:active { text-decoration: underline } pre.programlisting {border-style: double;background: #EECFA1} Module uri from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module uri from libxml2

API Menu
API Indexes
Related links

library of generic URI related routines Implements RFC 2396

Table of Contents

Structure xmlURI
struct _xmlURI
Typedef xmlURI * xmlURIPtr
-
xmlChar *	xmlBuildURI		(const xmlChar * URI, 
const xmlChar * base)
+
xmlChar *	xmlBuildRelativeURI	(const xmlChar * URI, 
const xmlChar * base)
+
xmlChar *	xmlBuildURI		(const xmlChar * URI, 
const xmlChar * base)
xmlChar *	xmlCanonicPath		(const xmlChar * path)
xmlURIPtr	xmlCreateURI		(void)
void	xmlFreeURI			(xmlURIPtr uri)
@@ -36,7 +37,9 @@ A:link, A:visited, A:active { text-decoration: underline } char * query : the query string char * fragment : the fragment identifier int cleanup : parsing potentially unclean URI -}

Function: xmlBuildURI

xmlChar *	xmlBuildURI		(const xmlChar * URI, 
const xmlChar * base)
+}

Function: xmlBuildRelativeURI

xmlChar *	xmlBuildRelativeURI	(const xmlChar * URI, 
const xmlChar * base)
+

Expresses the URI of the reference in terms relative to the base. Some examples of this operation include: base = "http://site1.com/docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif pic1.gif http://site2.com/docs/pic1.gif http://site2.com/docs/pic1.gif base = "docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif Note: if the URI reference is really wierd or complicated, it may be worthwhile to first convert it into a "nice" one by calling xmlBuildURI (using 'base') before calling this routine, since this routine (for reasonable efficiency) assumes URI has already been through some validation.

+
URI:the URI reference under consideration
base:the base value
Returns:a new URI string (to be freed by the caller) or NULL in case error.

Function: xmlBuildURI

xmlChar *	xmlBuildURI		(const xmlChar * URI, 
const xmlChar * base)

Computes he final URI of the reference done by checking that the given URI is valid, and building the final URI using the base URI. This is processed according to section 5.2 of the RFC 2396 5.2. Resolving Relative References to Absolute Form

URI:the URI instance found in the document
base:the base value
Returns:a new URI string (to be freed by the caller) or NULL in case of error.

Function: xmlCanonicPath

xmlChar *	xmlCanonicPath		(const xmlChar * path)

Constructs a canonic path from the specified path.

diff --git a/doc/html/libxml-xmlIO.html b/doc/html/libxml-xmlIO.html index 28192abe..9d691133 100644 --- a/doc/html/libxml-xmlIO.html +++ b/doc/html/libxml-xmlIO.html @@ -48,6 +48,10 @@ int xmlInputReadCallback (void * context, <
xmlOutputBufferPtr	xmlOutputBufferCreateFd	(int fd, 
xmlCharEncodingHandlerPtr encoder)
xmlOutputBufferPtr	xmlOutputBufferCreateFile	(FILE * file, 
xmlCharEncodingHandlerPtr encoder)
xmlOutputBufferPtr	xmlOutputBufferCreateFilename	(const char * URI, 
xmlCharEncodingHandlerPtr encoder,
int compression)
+
xmlOutputBufferCreateFilenameFunc	xmlOutputBufferCreateFilenameDefault	(xmlOutputBufferCreateFilenameFunc func)
+
Function type: xmlOutputBufferCreateFilenameFunc
+xmlOutputBufferPtr	xmlOutputBufferCreateFilenameFunc	(const char * URI, 
xmlCharEncodingHandlerPtr encoder,
int compression) +
xmlOutputBufferPtr	xmlOutputBufferCreateIO	(xmlOutputWriteCallback iowrite, 
xmlOutputCloseCallback ioclose,
void * ioctx,
xmlCharEncodingHandlerPtr encoder)
int	xmlOutputBufferFlush		(xmlOutputBufferPtr out)
int	xmlOutputBufferWrite		(xmlOutputBufferPtr out, 
int len,
const char * buf)
@@ -69,6 +73,10 @@ int xmlOutputWriteCallback (void * contex
xmlParserInputBufferPtr	xmlParserInputBufferCreateFd	(int fd, 
xmlCharEncoding enc)
xmlParserInputBufferPtr	xmlParserInputBufferCreateFile	(FILE * file, 
xmlCharEncoding enc)
xmlParserInputBufferPtr	xmlParserInputBufferCreateFilename	(const char * URI, 
xmlCharEncoding enc)
+
xmlParserInputBufferCreateFilenameFunc	xmlParserInputBufferCreateFilenameDefault	(xmlParserInputBufferCreateFilenameFunc func)
+
Function type: xmlParserInputBufferCreateFilenameFunc
+xmlParserInputBufferPtr	xmlParserInputBufferCreateFilenameFunc	(const char * URI, 
xmlCharEncoding enc) +
xmlParserInputBufferPtr	xmlParserInputBufferCreateIO	(xmlInputReadCallback ioread, 
xmlInputCloseCallback ioclose,
void * ioctx,
xmlCharEncoding enc)
xmlParserInputBufferPtr	xmlParserInputBufferCreateMem	(const char * mem, 
int size,
xmlCharEncoding enc)
xmlParserInputBufferPtr	xmlParserInputBufferCreateStatic	(const char * mem, 
int size,
xmlCharEncoding enc)
@@ -146,7 +154,12 @@ int xmlInputReadCallback (void * context,
char * buffer,

Create a buffered output for the progressive saving to a FILE * buffered C I/O

file:a FILE*
encoder:the encoding converter or NULL
Returns:the new parser output or NULL

Function: xmlOutputBufferCreateFilename

xmlOutputBufferPtr	xmlOutputBufferCreateFilename	(const char * URI, 
xmlCharEncodingHandlerPtr encoder,
int compression)

Create a buffered output for the progressive saving of a file If filename is "-' then we use stdout as the output. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. TODO: currently if compression is set, the library only support writing to a local file.

-
URI:a C string containing the URI or filename
encoder:the encoding converter or NULL
compression:the compression ration (0 none, 9 max).
Returns:the new output or NULL

Function: xmlOutputBufferCreateIO

xmlOutputBufferPtr	xmlOutputBufferCreateIO	(xmlOutputWriteCallback iowrite, 
xmlOutputCloseCallback ioclose,
void * ioctx,
xmlCharEncodingHandlerPtr encoder)
+
URI:a C string containing the URI or filename
encoder:the encoding converter or NULL
compression:the compression ration (0 none, 9 max).
Returns:the new output or NULL

Function: xmlOutputBufferCreateFilenameDefault

xmlOutputBufferCreateFilenameFunc	xmlOutputBufferCreateFilenameDefault	(xmlOutputBufferCreateFilenameFunc func)
+

Registers a callback for URI output file handling

+
func:function pointer to the new OutputBufferCreateFilenameFunc
Returns:the old value of the registration function

Function type: xmlOutputBufferCreateFilenameFunc

Function type: xmlOutputBufferCreateFilenameFunc
+xmlOutputBufferPtr	xmlOutputBufferCreateFilenameFunc	(const char * URI, 
xmlCharEncodingHandlerPtr encoder,
int compression) +

URI:
encoder:
compression:
Returns:

+

Function: xmlOutputBufferCreateIO

xmlOutputBufferPtr	xmlOutputBufferCreateIO	(xmlOutputWriteCallback iowrite, 
xmlOutputCloseCallback ioclose,
void * ioctx,
xmlCharEncodingHandlerPtr encoder)

Create a buffered output for the progressive saving to an I/O handler

iowrite:an I/O write function
ioclose:an I/O close function
ioctx:an I/O handler
encoder:the charset encoding if known
Returns:the new parser output or NULL

Function: xmlOutputBufferFlush

int	xmlOutputBufferFlush		(xmlOutputBufferPtr out)

flushes the output I/O channel

@@ -176,7 +189,12 @@ int xmlOutputWriteCallback (void * context,
const char * buffer,

Create a buffered parser input for the progressive parsing of a FILE * buffered C I/O

file:a FILE*
enc:the charset encoding if known
Returns:the new parser input or NULL

Function: xmlParserInputBufferCreateFilename

xmlParserInputBufferPtr	xmlParserInputBufferCreateFilename	(const char * URI, 
xmlCharEncoding enc)

Create a buffered parser input for the progressive parsing of a file If filename is "-' then we use stdin as the input. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding check if enc == XML_CHAR_ENCODING_NONE

-
URI:a C string containing the URI or filename
enc:the charset encoding if known
Returns:the new parser input or NULL

Function: xmlParserInputBufferCreateIO

xmlParserInputBufferPtr	xmlParserInputBufferCreateIO	(xmlInputReadCallback ioread, 
xmlInputCloseCallback ioclose,
void * ioctx,
xmlCharEncoding enc)
+
URI:a C string containing the URI or filename
enc:the charset encoding if known
Returns:the new parser input or NULL

Function: xmlParserInputBufferCreateFilenameDefault

xmlParserInputBufferCreateFilenameFunc	xmlParserInputBufferCreateFilenameDefault	(xmlParserInputBufferCreateFilenameFunc func)
+

Registers a callback for URI input file handling

+
func:function pointer to the new ParserInputBufferCreateFilenameFunc
Returns:the old value of the registration function

Function type: xmlParserInputBufferCreateFilenameFunc

Function type: xmlParserInputBufferCreateFilenameFunc
+xmlParserInputBufferPtr	xmlParserInputBufferCreateFilenameFunc	(const char * URI, 
xmlCharEncoding enc) +

URI:
enc:
Returns:

+

Function: xmlParserInputBufferCreateIO

xmlParserInputBufferPtr	xmlParserInputBufferCreateIO	(xmlInputReadCallback ioread, 
xmlInputCloseCallback ioclose,
void * ioctx,
xmlCharEncoding enc)

Create a buffered parser input for the progressive parsing for the input from an I/O handler

ioread:an I/O read function
ioclose:an I/O close function
ioctx:an I/O handler
enc:the charset encoding if known
Returns:the new parser input or NULL

Function: xmlParserInputBufferCreateMem

xmlParserInputBufferPtr	xmlParserInputBufferCreateMem	(const char * mem, 
int size,
xmlCharEncoding enc)

Create a buffered parser input for the progressive parsing for the input from a memory area.

diff --git a/doc/html/libxml-xmlerror.html b/doc/html/libxml-xmlerror.html index 0d04627a..41797032 100644 --- a/doc/html/libxml-xmlerror.html +++ b/doc/html/libxml-xmlerror.html @@ -549,6 +549,25 @@ void xmlStructuredErrorFunc (void * userD XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD = 1779 : 1778 XML_SCHEMAP_INVALID_ATTR_NAME = 1780 : 1779 XML_SCHEMAP_REF_AND_CONTENT = 1781 : 1780 + XML_SCHEMAP_CT_PROPS_CORRECT_1 = 1782 : 1781 + XML_SCHEMAP_CT_PROPS_CORRECT_2 = 1783 : 1782 + XML_SCHEMAP_CT_PROPS_CORRECT_3 = 1784 : 1783 + XML_SCHEMAP_CT_PROPS_CORRECT_4 = 1785 : 1784 + XML_SCHEMAP_CT_PROPS_CORRECT_5 = 1786 : 1785 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1 = 1787 : 1786 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1 = 1788 : 1787 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2 = 1789 : 1788 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2 = 1790 : 1789 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3 = 1791 : 1790 + XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER = 1792 : 1791 + XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE = 1793 : 1792 + XML_SCHEMAP_UNION_NOT_EXPRESSIBLE = 1794 : 1793 + XML_SCHEMAP_SRC_IMPORT_3_1 = 1795 : 1794 + XML_SCHEMAP_SRC_IMPORT_3_2 = 1796 : 1795 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1 = 1797 : 1796 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2 = 1798 : 1797 + XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3 = 1799 : 1798 + XML_SCHEMAP_COS_CT_EXTENDS_1_3 = 1800 : 1799 XML_SCHEMAV_NOROOT = 1800 XML_SCHEMAV_UNDECLAREDELEM = 1801 : 1801 XML_SCHEMAV_NOTTOPLEVEL = 1802 : 1802 diff --git a/doc/html/libxml-xmlreader.html b/doc/html/libxml-xmlreader.html index 00c1f6bb..d1609081 100644 --- a/doc/html/libxml-xmlreader.html +++ b/doc/html/libxml-xmlreader.html @@ -258,7 +258,7 @@ void xmlTextReaderErrorFunc (void * arg,
const char * msg,
reader:the xmlTextReaderPtr used
Returns:1 or -1 in case of error.

Function: xmlTextReaderPrefix

xmlChar *	xmlTextReaderPrefix	(xmlTextReaderPtr reader)

A shorthand reference to the namespace associated with the node.

reader:the xmlTextReaderPtr used
Returns:the prefix or NULL if not available

Function: xmlTextReaderPreserve

xmlNodePtr	xmlTextReaderPreserve	(xmlTextReaderPtr reader)
-

current node being accessed by the xmlTextReader. This is dangerous because the underlying node may be destroyed on the next Reads.

+

This tells the XML Reader to preserve the current node. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished

reader:the xmlTextReaderPtr used
Returns:the xmlNodePtr or NULL in case of error.

Function: xmlTextReaderPreservePattern

int	xmlTextReaderPreservePattern	(xmlTextReaderPtr reader, 
const xmlChar * pattern,
const xmlChar ** namespaces)

This tells the XML Reader to preserve all nodes matched by the pattern. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished

reader:the xmlTextReaderPtr used
pattern:an XPath subset pattern
namespaces:the prefix definitions, array of [URI, prefix] or NULL
Returns:a positive number in case of success and -1 in case of error

Function: xmlTextReaderQuoteChar

int	xmlTextReaderQuoteChar		(xmlTextReaderPtr reader)
diff --git a/doc/html/libxml-xmlsave.html b/doc/html/libxml-xmlsave.html index 8d38b42d..f2fc6760 100644 --- a/doc/html/libxml-xmlsave.html +++ b/doc/html/libxml-xmlsave.html @@ -18,7 +18,6 @@ The content of this structure is not made public by the API.
int	xmlSaveFlush			(xmlSaveCtxtPtr ctxt)
int	xmlSaveSetAttrEscape		(xmlSaveCtxtPtr ctxt, 
xmlCharEncodingOutputFunc escape)
int	xmlSaveSetEscape		(xmlSaveCtxtPtr ctxt, 
xmlCharEncodingOutputFunc escape)
-
xmlSaveCtxtPtr	xmlSaveToBuffer		(xmlBufferPtr buffer, 
const char * encoding,
int options)
xmlSaveCtxtPtr	xmlSaveToFd		(int fd, 
const char * encoding,
int options)
xmlSaveCtxtPtr	xmlSaveToFilename	(const char * filename, 
const char * encoding,
int options)
xmlSaveCtxtPtr	xmlSaveToIO		(xmlOutputWriteCallback iowrite, 
xmlOutputCloseCallback ioclose,
void * ioctx,
const char * encoding,
int options)
@@ -36,9 +35,7 @@ The content of this structure is not made public by the API.

Set a custom escaping function to be used for text in attribute content

ctxt:a document saving context
escape:the escaping function
Returns:0 if successful or -1 in case of error.

Function: xmlSaveSetEscape

int	xmlSaveSetEscape		(xmlSaveCtxtPtr ctxt, 
xmlCharEncodingOutputFunc escape)

Set a custom escaping function to be used for text in element content

-
ctxt:a document saving context
escape:the escaping function
Returns:0 if successful or -1 in case of error.

Function: xmlSaveToBuffer

xmlSaveCtxtPtr	xmlSaveToBuffer		(xmlBufferPtr buffer, 
const char * encoding,
int options)
-

Create a document saving context serializing to a buffer with the encoding and the options given

-
buffer:a buffer
encoding:the encoding name to use or NULL
options:a set of xmlSaveOptions
Returns:a new serialization context or NULL in case of error.

Function: xmlSaveToFd

xmlSaveCtxtPtr	xmlSaveToFd		(int fd, 
const char * encoding,
int options)
+
ctxt:a document saving context
escape:the escaping function
Returns:0 if successful or -1 in case of error.

Function: xmlSaveToFd

xmlSaveCtxtPtr	xmlSaveToFd		(int fd, 
const char * encoding,
int options)

Create a document saving context serializing to a file descriptor with the encoding and the options given.

fd:a file descriptor number
encoding:the encoding name to use or NULL
options:a set of xmlSaveOptions
Returns:a new serialization context or NULL in case of error.

Function: xmlSaveToFilename

xmlSaveCtxtPtr	xmlSaveToFilename	(const char * filename, 
const char * encoding,
int options)

Create a document saving context serializing to a filename or possibly to an URL (but this is less reliable) with the encoding and the options given.

diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml index faa57357..e9465c6b 100644 --- a/doc/libxml2-api.xml +++ b/doc/libxml2-api.xml @@ -463,15 +463,16 @@ + - + - + @@ -479,9 +480,10 @@ - + + @@ -490,9 +492,10 @@ - + + @@ -501,12 +504,13 @@ - + + @@ -659,6 +663,7 @@ + @@ -666,10 +671,14 @@ + + + + @@ -679,11 +688,13 @@ + + - + @@ -1016,27 +1027,38 @@ internal interfaces for the XML Schemas handling and schema validity checking Daniel Veillard + - + + - + + - + + + - + - + + + + + + + @@ -1079,31 +1101,40 @@ + - - + - + + + + + + + + + + + + - - - - - - - + + + - + + + @@ -1415,6 +1446,7 @@ + @@ -1577,6 +1609,7 @@ + @@ -1584,8 +1617,10 @@ + + @@ -1611,6 +1646,7 @@ + @@ -1627,7 +1663,7 @@ - + API to build regexp automata @@ -1666,6 +1702,7 @@ + @@ -1731,6 +1768,7 @@ + @@ -1740,7 +1778,7 @@ - + @@ -1799,6 +1837,7 @@ + @@ -1816,6 +1855,7 @@ + @@ -1828,9 +1868,9 @@ - + - + @@ -1853,6 +1893,7 @@ + @@ -1860,7 +1901,8 @@ - + + @@ -1903,6 +1945,7 @@ + @@ -1965,6 +2008,7 @@ + @@ -1991,6 +2035,7 @@ + @@ -2006,7 +2051,8 @@ - + + @@ -2081,6 +2127,7 @@ + @@ -2103,17 +2150,20 @@ - + + + + @@ -2130,6 +2180,8 @@ + + @@ -2150,6 +2202,7 @@ + @@ -2167,11 +2220,13 @@ - + + + @@ -2184,7 +2239,7 @@ - + @@ -2401,7 +2456,6 @@ - @@ -3422,6 +3476,23 @@ Apply strict validation rules on attributes + + Ignore validation non definition on attributes + + + Skip unknown attribute from validation + + + Apply strict validation rules on attributes + + + The attribute wildcard has been already builded. + + + The attribute wildcard has been already builded. + + + allow elements in no namespace @@ -3456,7 +3527,7 @@ the element is a reference to a type - the element is top level + the element is top level obsolete: use XML_SCHEMAS_ELEM_GLOBAL instead collapse the types of the facet @@ -3476,9 +3547,24 @@ the shemas requires qualified elements + + the simple or complex type has a derivation method of "extension". + + + the simple or complex type has a derivation method of "restriction". + + + the type is global + the element content type is mixed + + the complexType owns an attribute wildcard, i.e. it can be freed by the complexType + + + If the wildcard is complete. + Bit in the loadsubset context field to tell to not do ID/REFs registration. Used to initialize xmlLoadExtDtdDefaultValue in some special cases. @@ -4060,6 +4146,7 @@ + @@ -4072,8 +4159,13 @@ + + + + + @@ -4269,7 +4361,21 @@ + + + + + + + + + + + + + + @@ -4284,6 +4390,7 @@ + @@ -4316,8 +4423,11 @@ + + + @@ -4347,6 +4457,7 @@ + @@ -4835,6 +4946,8 @@ actually an xmlCharEncoding'/> + + @@ -5001,6 +5114,7 @@ actually an xmlCharEncoding'/> + @@ -5038,6 +5152,7 @@ actually an xmlCharEncoding'/> + @@ -5210,8 +5325,15 @@ actually an xmlCharEncoding'/> + + + + + + + @@ -5284,6 +5406,8 @@ actually an xmlCharEncoding'/> + + @@ -5292,6 +5416,25 @@ actually an xmlCharEncoding'/> + + + + + + + + + + + + + + + + + + + @@ -5464,7 +5607,9 @@ actually an xmlCharEncoding'/> + + @@ -5481,6 +5626,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of chars out. @@ -5497,6 +5643,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Handle an attribute that has been read by the parser. The default handling is to convert the attribute into an DOM subtree and past it in a new xmlAttr element added to the element. DEPRECATED: use xmlSAX2Attribute() @@ -5504,6 +5651,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED An attribute definition has been parsed DEPRECATED: use xmlSAX2AttributeDecl() @@ -5533,6 +5681,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED called when a pcdata block has been parsed DEPRECATED: use xmlSAX2CDataBlock() @@ -5547,6 +5696,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED receiving some chars from the parser. DEPRECATED: use xmlSAX2Characters() @@ -5561,12 +5711,14 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Check that the current element namespace is the same as the one read upon parsing. DEPRECATED + LIBXML_SAX1_ENABLED A comment has been parsed. DEPRECATED: use xmlSAX2Comment() @@ -5654,6 +5806,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED An element definition has been parsed DEPRECATED: use xmlSAX2ElementDecl() @@ -5670,6 +5823,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED called when the document end has been detected. DEPRECATED: use xmlSAX2EndDocument() @@ -5680,6 +5834,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED called when the end of an element has been detected. DEPRECATED: use xmlSAX2EndElement() @@ -5700,6 +5855,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED An entity definition has been parsed DEPRECATED: use xmlSAX2EntityDecl() @@ -5727,6 +5883,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Callback on external subset declaration. DEPRECATED: use xmlSAX2ExternalSubset() @@ -5750,6 +5907,7 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED A callback for the xmlNanoFTPGet command. @@ -5757,6 +5915,7 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED A callback for the xmlNanoFTPList command. Note that only one of year and day:minute are specified. @@ -5773,11 +5932,13 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Provide the column number of the current parsing point. DEPRECATED: use xmlSAX2GetColumnNumber() + LIBXML_SAX1_ENABLED Get an entity by name DEPRECATED: use xmlSAX2GetEntity() @@ -5790,16 +5951,19 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Provide the line number of the current parsing point. DEPRECATED: use xmlSAX2GetLineNumber() + LIBXML_SAX1_ENABLED Get the current element namespace. DEPRECATED + LIBXML_SAX1_ENABLED Get a parameter entity by name DEPRECATED: use xmlSAX2GetParameterEntity() @@ -5812,16 +5976,19 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN" DEPRECATED: use xmlSAX2GetPublicId() + LIBXML_SAX1_ENABLED Provides the system ID, basically URL or filename e.g. http://www.sgmlsource.com/dtds/memo.dtd DEPRECATED: use xmlSAX2GetSystemId() + LIBXML_SAX1_ENABLED An old global namespace has been parsed. DEPRECATED @@ -5829,6 +5996,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Does this document has an external subset DEPRECATED: use xmlSAX2HasExternalSubset() @@ -5839,6 +6007,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Does this document has an internal subset DEPRECATED: use xmlSAX2HasInternalSubset() @@ -5849,6 +6018,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Checks whether an attribute is valid for an element Has full knowledge of Required and Deprecated attributes @@ -5856,6 +6026,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if the element or one of it's children would autoclose the given tag. @@ -5863,18 +6034,22 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. + LIBXML_HTML_ENABLED Create a parser context for an HTML in-memory document. + LIBXML_HTML_ENABLED + LIBXML_PUSH_ENABLED Create a parser context for using the HTML parser in push mode The value of @filename is used for fetching external entities and error/warning reports. @@ -5885,6 +6060,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context @@ -5894,6 +6070,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML from a file descriptor and build a tree. This reuses the existing @ctxt parser context @@ -5903,6 +6080,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML file from the filesystem or the network. This reuses the existing @ctxt parser context @@ -5911,6 +6089,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an HTML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context @@ -5922,6 +6101,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context @@ -5932,11 +6112,13 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Reset a parser context + LIBXML_HTML_ENABLED Applies the options to the parser context @@ -5947,6 +6129,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document. @@ -5955,6 +6139,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document. Formating return/spaces are added. @@ -5962,12 +6148,16 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document to an open FILE. + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document in memory and return the xmlChar * and it's size. It's up to the caller to free the memory. @@ -5975,18 +6165,21 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Checks whether an HTML element may be a direct child of a parent element. Note - doesn't check for deprecated elements + LIBXML_HTML_ENABLED Checks whether an HTML element may be a direct child of a parent element. and if so whether it is valid or deprecated. + LIBXML_HTML_ENABLED Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of chars out. @@ -5996,63 +6189,76 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Lookup the given entity in EntitiesTable TODO: the linear scan is really ugly, an hash table is really needed. + LIBXML_HTML_ENABLED Lookup the given entity in EntitiesTable TODO: the linear scan is really ugly, an hash table is really needed. + LIBXML_HTML_ENABLED Free all the memory used by a parser context. However the parsed document in ctxt->myDoc is not freed. + LIBXML_HTML_ENABLED Encoding definition lookup in the Meta tags + LIBXML_HTML_ENABLED Set and return the previous value for handling HTML omitted tags. + LIBXML_HTML_ENABLED Initialize the htmlStartCloseIndex for fast lookup of closing tags names. This is not reentrant. Call xmlInitParser() once before processing in case of use in multithreaded programs. + LIBXML_HTML_ENABLED The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if a tag is autoclosed by one of it's child + LIBXML_HTML_ENABLED Determine if a given attribute is a boolean attribute. + LIBXML_HTML_ENABLED Check if an attribute is of content type Script + LIBXML_HTML_ENABLED Creates a new HTML document + LIBXML_HTML_ENABLED Creates a new HTML document without a DTD node if @URI and @ExternalID are NULL + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added. @@ -6060,6 +6266,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added. @@ -6067,6 +6275,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML node, recursive behaviour,children are printed too. TODO: if encoding == NULL try to save in the doc encoding @@ -6076,6 +6286,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML node, recursive behaviour,children are printed too. @@ -6085,6 +6297,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML node, recursive behaviour,children are printed too, and formatting returns/spaces are added. @@ -6093,17 +6307,21 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Checks whether the tree node is valid. Experimental (the author only uses the HTML enhancements in a SAX parser) + LIBXML_HTML_ENABLED parse Reference declarations [66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';' + LIBXML_HTML_ENABLED + LIBXML_PUSH_ENABLED Parse a Chunk of memory @@ -6112,34 +6330,40 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an HTML in-memory document and build a tree. + LIBXML_HTML_ENABLED parse an HTML document (and build a tree if using the standard SAX interface). + LIBXML_HTML_ENABLED parse an HTML element, this is highly recursive [39] element ::= EmptyElemTag | STag content ETag [41] Attribute ::= Name Eq AttValue + LIBXML_HTML_ENABLED parse an HTML ENTITY references [68] EntityRef ::= '&' Name ';' + LIBXML_HTML_ENABLED parse an HTML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. + LIBXML_HTML_ENABLED parse an XML in-memory document and build a tree. @@ -6148,6 +6372,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML from a file descriptor and build a tree. @@ -6156,6 +6381,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML file from the filesystem or the network. @@ -6163,6 +6389,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an HTML document from I/O functions and source and build a tree. @@ -6173,6 +6400,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an XML in-memory document and build a tree. @@ -6182,6 +6410,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Parse an HTML in-memory document. If sax is not NULL, use the SAX callbacks to handle parse events. If sax is NULL, fallback to the default DOM behavior and return a tree. @@ -6190,6 +6419,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED parse an HTML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines. @@ -6198,12 +6428,16 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document to a file. If @filename is "-" the stdout file is used. + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document to a file using a given encoding and formatting returns/spaces are added. @@ -6211,6 +6445,8 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED + LIBXML_OUTPUT_ENABLED Dump an HTML document to a file using a given encoding. @@ -6219,17 +6455,20 @@ actually an xmlCharEncoding'/> + LIBXML_HTML_ENABLED Sets the current encoding in the Meta tags NOTE: this will not change the document content encoding, just the META flag associated. + LIBXML_HTML_ENABLED Lookup the HTML tag in the ElementTable + LIBXML_SAX1_ENABLED receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use characters DEPRECATED: use xmlSAX2IgnorableWhitespace() @@ -6249,16 +6488,21 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED + LIBXML_DOCB_ENABLED Initialize the default DocBook SAX version 1 handler DEPRECATED: use xmlSAX2InitDocbDefaultSAXHandler() for the new SAX2 blocks + LIBXML_SAX1_ENABLED + LIBXML_HTML_ENABLED Initialize the default HTML SAX version 1 handler DEPRECATED: use xmlSAX2InitHtmlDefaultSAXHandler() for the new SAX2 blocks + LIBXML_SAX1_ENABLED Initialize the default XML SAX version 1 handler DEPRECATED: use xmlSAX2InitDefaultSAXHandler() for the new SAX2 blocks @@ -6276,6 +6520,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Callback on internal subset declaration. DEPRECATED: use xmlSAX2InternalSubset() @@ -6292,6 +6537,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Is this document tagged standalone ? DEPRECATED: use xmlSAX2IsStandalone() @@ -6321,6 +6567,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED A namespace has been parsed. DEPRECATED @@ -6339,6 +6586,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED What to do when a notation declaration has been parsed. DEPRECATED: use xmlSAX2NotationDecl() @@ -6355,6 +6603,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED A processing instruction has been parsed. DEPRECATED: use xmlSAX2ProcessingInstruction() @@ -6369,6 +6618,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED called when an entity reference is detected. DEPRECATED: use xmlSAX2Reference() @@ -6381,6 +6631,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED The entity loader, to control the loading of external entities, the application can either: - override this resolveEntity() callback in the SAX block - or better use the xmlSetExternalEntityLoader() function to set up it's own entity resolution routine DEPRECATED: use xmlSAX2ResolveEntity() @@ -6395,6 +6646,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case. DEPRECATED @@ -6407,12 +6659,14 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED Set the current element namespace. DEPRECATED + LIBXML_SAX1_ENABLED called when the document start being processed. DEPRECATED: use xmlSAX2StartDocument() @@ -6423,6 +6677,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED called when an opening tag has been processed. DEPRECATED: use xmlSAX2StartElement() @@ -6450,6 +6705,7 @@ actually an xmlCharEncoding'/> + LIBXML_SAX1_ENABLED What to do when an unparsed entity declaration is parsed DEPRECATED: use xmlSAX2UnparsedEntityDecl() @@ -6468,11 +6724,13 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Pops the top XPath object from the value stack + LIBXML_XPATH_ENABLED Pushes a new XPath object on top of the value stack @@ -6554,6 +6812,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Add an entry in the catalog, it may overwrite existing but different entries. @@ -6562,18 +6821,22 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED + LIBXML_OUTPUT_ENABLED Dump the given catalog to the given file. + LIBXML_CATALOG_ENABLED Remove an entry from the catalog + LIBXML_CATALOG_ENABLED Do a complete resolution lookup of an External Identifier @@ -6581,18 +6844,21 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Try to lookup the catalog local reference associated to a public ID in that catalog + LIBXML_CATALOG_ENABLED Try to lookup the catalog resource for a system ID + LIBXML_CATALOG_ENABLED Do a complete resolution lookup of an URI @@ -6682,6 +6948,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Add a new node @elem as the previous sibling of @cur merging adjacent TEXT nodes (@elem may be freed) If the new node was already inserted in a document it is first unlinked from its existing context. If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an attribute with equal name, it is first destroyed. @@ -6702,6 +6969,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Create a buffered parser output @@ -6720,21 +6988,25 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED Compile the automata into a Reg Exp ready for being executed. The automata should be free after this point. + LIBXML_AUTOMATA_ENABLED Initial state lookup + LIBXML_AUTOMATA_ENABLED Checks if an automata is determinist. + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds a an ALL transition from the @from state to the target state. That transition is an epsilon transition allowed only when all transitions from the @from node have been activated. @@ -6743,6 +7015,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max @@ -6754,6 +7027,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state which will increment the counter provided @@ -6762,6 +7036,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED Create a new counter @@ -6769,6 +7044,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state which will be allowed only if the counter is within the right range. @@ -6777,6 +7053,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state @@ -6784,6 +7061,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max, moreover that transition can only be crossed once. @@ -6795,11 +7073,13 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED Create a new disconnected state in the automata + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token @@ -6809,6 +7089,7 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token @@ -6819,12 +7100,14 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED Makes that state a final state + LIBXML_DEBUG_ENABLED Convenient way to turn bool into text @@ -6946,6 +7229,12 @@ actually an xmlCharEncoding'/> + + Expresses the URI of the reference in terms relative to the base. Some examples of this operation include: base = "http://site1.com/docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif pic1.gif http://site2.com/docs/pic1.gif http://site2.com/docs/pic1.gif base = "docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif Note: if the URI reference is really wierd or complicated, it may be worthwhile to first convert it into a "nice" one by calling xmlBuildURI (using 'base') before calling this routine, since this routine (for reasonable efficiency) assumes URI has already been through some validation. + + + + Computes he final URI of the reference done by checking that the given URI is valid, and building the final URI using the base URI. This is processed according to section 5.2 of the RFC 2396 5.2. Resolving Relative References to Absolute Form @@ -6958,6 +7247,8 @@ actually an xmlCharEncoding'/> + LIBXML_C14N_ENABLED + LIBXML_OUTPUT_ENABLED Dumps the canonized image of given XML document into memory. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n) @@ -6968,6 +7259,8 @@ actually an xmlCharEncoding'/> + LIBXML_C14N_ENABLED + LIBXML_OUTPUT_ENABLED Dumps the canonized image of given XML document into the file. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n) @@ -6979,6 +7272,8 @@ actually an xmlCharEncoding'/> + LIBXML_C14N_ENABLED + LIBXML_OUTPUT_ENABLED Dumps the canonized image of given XML document into the provided buffer. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n) @@ -6989,6 +7284,8 @@ actually an xmlCharEncoding'/> + LIBXML_C14N_ENABLED + LIBXML_OUTPUT_ENABLED Dumps the canonized image of given XML document into the provided buffer. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n) @@ -7000,6 +7297,8 @@ actually an xmlCharEncoding'/> + LIBXML_C14N_ENABLED + LIBXML_OUTPUT_ENABLED @@ -7012,6 +7311,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Add an entry in the catalog, it may overwrite existing but different entries. If called before any other catalog routine, allows to override the default shared catalog put in place by xmlInitializeCatalog(); @@ -7019,49 +7319,60 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Add the new entry to the catalog list + LIBXML_CATALOG_ENABLED Free up all the memory associated with catalogs + LIBXML_CATALOG_ENABLED Convert all the SGML catalog entries as XML ones + LIBXML_CATALOG_ENABLED + LIBXML_OUTPUT_ENABLED Dump all the global catalog content to the given file. + LIBXML_CATALOG_ENABLED Free up the memory associated to the catalog list + LIBXML_CATALOG_ENABLED Used to get the user preference w.r.t. to what catalogs should be accepted + LIBXML_CATALOG_ENABLED Try to lookup the catalog reference associated to a public ID DEPRECATED, use xmlCatalogResolvePublic() + LIBXML_CATALOG_ENABLED Try to lookup the catalog reference associated to a system ID DEPRECATED, use xmlCatalogResolveSystem() + LIBXML_CATALOG_ENABLED Check is a catalog is empty + LIBXML_CATALOG_ENABLED Do a complete resolution lookup of an External Identifier using a document's private catalog list @@ -7069,48 +7380,57 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Do a complete resolution lookup of an URI using a document's private catalog list + LIBXML_CATALOG_ENABLED Remove an entry from the catalog + LIBXML_CATALOG_ENABLED Do a complete resolution lookup of an External Identifier + LIBXML_CATALOG_ENABLED Try to lookup the catalog reference associated to a public ID + LIBXML_CATALOG_ENABLED Try to lookup the catalog resource for a system ID + LIBXML_CATALOG_ENABLED Do a complete resolution lookup of an URI + LIBXML_CATALOG_ENABLED Used to set the debug level for catalog operation, 0 disable debugging, 1 enable it + LIBXML_CATALOG_ENABLED Allows to set the preference between public and system for deletion in XML Catalog resolution. C.f. section 4.1.1 of the spec Values accepted are XML_CATA_PREFER_PUBLIC or XML_CATA_PREFER_SYSTEM + LIBXML_CATALOG_ENABLED Used to set the user preference w.r.t. to what catalogs should be accepted @@ -7221,6 +7541,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED clears the entire output callback table. this includes the compiled-in I/O callbacks. @@ -7247,6 +7568,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Convert all the SGML catalog entries as XML ones @@ -7270,12 +7592,14 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Do a copy of the document info. If recursive, the content tree will be copied too as well as DTD, namespaces and entities. + LIBXML_TREE_ENABLED Do a copy of the dtd. @@ -7395,6 +7719,7 @@ actually an xmlCharEncoding'/> + LIBXML_PUSH_ENABLED Create a parser context for using the XML parser in push mode. If @buffer and @size are non-NULL, the data is used to detect the encoding. The remaining characters will be parsed so they don't need to be fed in again through xmlParseChunk. To allow content encoding detection, @size should be >= 4 The value of @filename is used for fetching external entities and error/warning reports. @@ -7497,6 +7822,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Dumps debug information for the attribute @@ -7504,6 +7830,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Dumps debug information for the attribute list @@ -7511,30 +7838,35 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Dumps debug information for the DTD + LIBXML_DEBUG_ENABLED Dumps debug information for the document, it's recursive + LIBXML_DEBUG_ENABLED Dumps debug information cncerning the document, not recursive + LIBXML_DEBUG_ENABLED Dumps debug information for all the entities in use by the document + LIBXML_DEBUG_ENABLED Dumps debug information for the element node, it is recursive @@ -7542,6 +7874,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Dumps debug information for the list of element node, it is recursive @@ -7549,6 +7882,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Dumps debug information for the element node, it is not recursive @@ -7556,6 +7890,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Dumps informations about the string, shorten it if necessary @@ -7648,12 +7983,14 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML document to an open FILE. + LIBXML_OUTPUT_ENABLED Dump an XML document in memory and return the #xmlChar * and it's size. It's up to the caller to free the memory with xmlFree(). Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called @@ -7662,6 +7999,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump the current DOM tree into memory using the character encoding specified by the caller. Note it is up to the caller of this function to free the allocated memory with xmlFree(). Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called @@ -7671,6 +8009,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML document in memory and return the #xmlChar * and it's size in bytes. It's up to the caller to free the memory with xmlFree(). The resulting byte array is zero terminated, though the last 0 is not included in the returned size. @@ -7678,6 +8017,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump the current DOM tree into memory using the character encoding specified by the caller. Note it is up to the caller of this function to free the allocated memory with xmlFree(). @@ -7686,6 +8026,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML document to an open FILE. @@ -7698,60 +8039,70 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Set the root element of the document (doc->children is a list containing possibly comments, PIs, etc ...). + LIBXML_OUTPUT_ENABLED This will dump the content of the attribute declaration as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content of the attribute table as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content of the element declaration as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content of the element table as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content of the entity table as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content of the entity table as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content the notation declaration as an XML DTD definition + LIBXML_OUTPUT_ENABLED This will dump the content of the notation table as an XML DTD definition + LIBXML_OUTPUT_ENABLED Dump an XML/HTML node, recursive behaviour, children are printed too. @@ -7829,11 +8180,13 @@ actually an xmlCharEncoding'/> + LIBXML_AUTOMATA_ENABLED Free an automata + LIBXML_CATALOG_ENABLED Free the memory allocated to a Catalog @@ -7924,11 +8277,13 @@ actually an xmlCharEncoding'/> + LIBXML_PATTERN_ENABLED Free up the memory allocated by @comp + LIBXML_PATTERN_ENABLED Free up the memory allocated by all the elements of @comp @@ -7954,11 +8309,13 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Deallocate all the resources associated to the reader + LIBXML_WRITER_ENABLED Deallocate all the resources associated to the writer @@ -8125,11 +8482,13 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Build a structure based Path for the given node + LIBXML_TREE_ENABLED Search all the namespace applying to a given element. @@ -8402,21 +8761,25 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED Close an FTP I/O channel + LIBXML_FTP_ENABLED check if the URI matches an FTP one + LIBXML_FTP_ENABLED open an FTP I/O channel + LIBXML_FTP_ENABLED Read @len bytes to @buffer from the I/O channel. @@ -8424,27 +8787,32 @@ actually an xmlCharEncoding'/> + LIBXML_HTTP_ENABLED Close an HTTP I/O channel + LIBXML_HTTP_ENABLED check if the URI matches an HTTP one + LIBXML_HTTP_ENABLED open an HTTP I/O channel + LIBXML_HTTP_ENABLED Open a temporary buffer to collect the document for a subsequent HTTP POST request. Non-static as is called from the output buffer creation routine. + LIBXML_HTTP_ENABLED Read @len bytes to @buffer from the I/O channel. @@ -8489,6 +8857,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Do the catalog initialization. this function is not thread safe, catalog initialization should preferably be done once at startup @@ -8777,16 +9146,19 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Load the catalog and build the associated data structures. This can be either an XML Catalog or an SGML Catalog It will recurse in SGML CATALOG entries. On the other hand XML Catalogs are not handled recursively. + LIBXML_CATALOG_ENABLED Load the catalog and makes its definitions effective for the default external entity loader. It will recurse in SGML CATALOG entries. this function is not thread safe, catalog initialization should preferably be done once at startup + LIBXML_CATALOG_ENABLED Load the catalogs and makes their definitions effective for the default external entity loader. this function is not thread safe, catalog initialization should preferably be done once at startup @@ -8799,6 +9171,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED Load an SGML super catalog. It won't expand CATALOG or DELEGATE references. This is only needed for manipulating SGML Super Catalogs like adding and removing CATALOG or DELEGATE entries. @@ -8808,11 +9181,13 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Count the children of @node. + LIBXML_DEBUG_ENABLED Dump to @output the type and name of @node. @@ -8927,53 +9302,63 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED Check if there is a response from the FTP server after a command. + LIBXML_FTP_ENABLED Cleanup the FTP protocol layer. This cleanup proxy informations. + LIBXML_FTP_ENABLED Close the connection and both control and transport + LIBXML_FTP_ENABLED Close the data connection from the server + LIBXML_FTP_ENABLED Tries to open a control connection + LIBXML_FTP_ENABLED Tries to open a control connection to the given server/port + LIBXML_FTP_ENABLED Tries to change the remote directory + LIBXML_FTP_ENABLED Tries to delete an item (file or directory) from server + LIBXML_FTP_ENABLED Frees the context after closing the connection. + LIBXML_FTP_ENABLED Fetch the given file from the server. All data are passed back in the callbacks. The last callback has a size of 0 block. @@ -8982,26 +9367,31 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED Try to open a data connection to the server. Currently only passive mode is supported. + LIBXML_FTP_ENABLED Get the response from the FTP server after a command. + LIBXML_FTP_ENABLED Initiate fetch of the given file from the server. + LIBXML_FTP_ENABLED Initialize the FTP protocol layer. Currently it just checks for proxy informations, and get the hostname + LIBXML_FTP_ENABLED Do a listing on the server. All files info are passed back in the callbacks. @@ -9010,16 +9400,19 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED Allocate and initialize a new FTP context. + LIBXML_FTP_ENABLED Start to fetch the given ftp:// resource + LIBXML_FTP_ENABLED Setup the FTP proxy informations. This can also be done by using ftp_proxy ftp_proxy_user and ftp_proxy_password environment variables. @@ -9029,11 +9422,13 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED Send a QUIT command to the server + LIBXML_FTP_ENABLED This function tries to read @len bytes from the existing FTP connection and saves them in @dest. This is a blocking call. @@ -9041,36 +9436,43 @@ actually an xmlCharEncoding'/> + LIBXML_FTP_ENABLED (Re)Initialize the FTP Proxy context by parsing the URL and finding the protocol host port it indicates. Should be like ftp://myproxy/ or ftp://myproxy:3128/ A NULL URL cleans up proxy informations. + LIBXML_FTP_ENABLED Update an FTP context by parsing the URL and finding new path it indicates. If there is an error in the protocol, hostname, port or other information, the error is raised. It indicates a new connection has to be established. + LIBXML_HTTP_ENABLED Get the authentication header of an HTTP context + LIBXML_HTTP_ENABLED Cleanup the HTTP protocol layer. + LIBXML_HTTP_ENABLED This function closes an HTTP context, it ends up the connection and free all data related to it. + LIBXML_HTTP_ENABLED Provides the specified encoding if specified in the HTTP headers. + LIBXML_HTTP_ENABLED This function try to fetch the indicated resource via HTTP GET and save it's content in the file. @@ -9078,10 +9480,12 @@ actually an xmlCharEncoding'/> + LIBXML_HTTP_ENABLED Initialize the HTTP protocol layer. Currently it just checks for proxy informations + LIBXML_HTTP_ENABLED This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content. @@ -9092,6 +9496,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTTP_ENABLED This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content. @@ -9103,17 +9508,20 @@ actually an xmlCharEncoding'/> + LIBXML_HTTP_ENABLED Provides the specified Mime-Type if specified in the HTTP headers. + LIBXML_HTTP_ENABLED This function try to open a connection to the indicated resource via HTTP GET. + LIBXML_HTTP_ENABLED This function try to open a connection to the indicated resource via HTTP GET. @@ -9121,6 +9529,7 @@ actually an xmlCharEncoding'/> + LIBXML_HTTP_ENABLED This function tries to read @len bytes from the existing HTTP connection and saves them in @dest. This is a blocking call. @@ -9128,27 +9537,33 @@ actually an xmlCharEncoding'/> + LIBXML_HTTP_ENABLED Provides the specified redirection URL if available from the HTTP header. + LIBXML_HTTP_ENABLED Get the latest HTTP return code received + LIBXML_HTTP_ENABLED + LIBXML_OUTPUT_ENABLED This function saves the output of the HTTP transaction to a file It closes and free the context at the end + LIBXML_HTTP_ENABLED (Re)Initialize the HTTP Proxy context by parsing the URL and finding the protocol host port it indicates. Should be like http://myproxy/ or http://myproxy:3128/ A NULL URL cleans up proxy informations. + LIBXML_AUTOMATA_ENABLED Create a new automata @@ -9160,6 +9575,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED create a new Catalog. @@ -9202,6 +9618,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Creation of a new Fragment node. @@ -9387,46 +9804,54 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Create an xmlTextReader structure fed with @input + LIBXML_READER_ENABLED Create an xmlTextReader structure fed with the resource at @URI + LIBXML_WRITER_ENABLED Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr + LIBXML_WRITER_ENABLED Create a new xmlNewTextWriter structure with @*doc as output + LIBXML_WRITER_ENABLED Create a new xmlNewTextWriter structure with @uri as output + LIBXML_WRITER_ENABLED Create a new xmlNewTextWriter structure with @buf as output TODO: handle compression + LIBXML_WRITER_ENABLED Create a new xmlNewTextWriter structure with @ctxt as output TODO: handle compression + LIBXML_WRITER_ENABLED Create a new xmlNewTextWriter structure with @doc as output starting at @node @@ -9469,6 +9894,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML node, recursive behaviour,children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called @@ -9478,6 +9904,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML node, recursive behaviour, children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called @@ -9514,6 +9941,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Builds the string equivalent to the text contained in the Node list made of TEXTs and ENTITY_REFs, contrary to xmlNodeListGetString() this function doesn't do any character encoding handling. @@ -9528,6 +9956,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Set (or reset) the base URI of a node, i.e. the value of the xml:base attribute. @@ -9540,6 +9969,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Replace the content of a node. @@ -9547,18 +9977,21 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Set the language of a node, i.e. the values of the xml:lang attribute. + LIBXML_TREE_ENABLED Set (or reset) the name of a node. + LIBXML_TREE_ENABLED Set (or reset) the space preserving behaviour of a node, i.e. the value of the xml:space attribute. @@ -9575,30 +10008,47 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED flushes and close the output I/O channel and free up all the associated resources + LIBXML_OUTPUT_ENABLED Create a buffered output for the progressive saving to a file descriptor + LIBXML_OUTPUT_ENABLED Create a buffered output for the progressive saving to a FILE * buffered C I/O + LIBXML_OUTPUT_ENABLED Create a buffered output for the progressive saving of a file If filename is "-' then we use stdout as the output. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. TODO: currently if compression is set, the library only support writing to a local file. + + Registers a callback for URI output file handling + + + + + + + + + + + LIBXML_OUTPUT_ENABLED Create a buffered output for the progressive saving to an I/O handler @@ -9607,11 +10057,13 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED flushes the output I/O channel + LIBXML_OUTPUT_ENABLED Write the content of the array in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes. @@ -9619,6 +10071,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Write the content of the string in the output I/O buffer This routine escapes the caracters and then handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes. @@ -9626,27 +10079,32 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Write the content of the string in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes. + LIBXML_OUTPUT_ENABLED Callback used in the I/O Output API to close the resource + LIBXML_OUTPUT_ENABLED Callback used in the I/O Output API to detect if the current handler can provide output fonctionnalities for this resource. + LIBXML_OUTPUT_ENABLED Callback used in the I/O Output API to open the resource + LIBXML_OUTPUT_ENABLED Callback used in the I/O Output API to write to the resource @@ -9702,6 +10160,7 @@ actually an xmlCharEncoding'/> + LIBXML_CATALOG_ENABLED parse an XML file and build a tree. It's like xmlParseFile() except it bypass all catalog lookups. @@ -9723,6 +10182,7 @@ actually an xmlCharEncoding'/> + LIBXML_PUSH_ENABLED Parse a Chunk of memory @@ -10061,6 +10521,17 @@ actually an xmlCharEncoding'/> + + Registers a callback for URI input file handling + + + + + + + + + Create a buffered parser input for the progressive parsing for the input from an I/O handler @@ -10156,12 +10627,14 @@ actually an xmlCharEncoding'/> + LIBXML_PATTERN_ENABLED Test wether the node matches the pattern + LIBXML_PATTERN_ENABLED Compile a pattern. @@ -10248,6 +10721,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. @@ -10256,6 +10730,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Create an xmltextReader for an XML from a file descriptor. The parsing flags @options are a combination of xmlParserOption. NOTE that the file descriptor will not be closed when the reader is closed or reset. @@ -10264,6 +10739,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption. @@ -10271,6 +10747,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Create an xmltextReader for an XML document from I/O functions and source. The parsing flags @options are a combination of xmlParserOption. @@ -10281,6 +10758,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. @@ -10290,6 +10768,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader. @@ -10299,6 +10778,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Setup an xmltextReader to parse an XML from a file descriptor. NOTE that the file descriptor will not be closed when the reader is closed or reset. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader. @@ -10308,6 +10788,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader. @@ -10316,6 +10797,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Setup an xmltextReader to parse an XML document from I/O functions and source. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader. @@ -10327,6 +10809,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader. @@ -10337,12 +10820,14 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Setup an xmltextReader to parse a preparsed XML document. This reuses the existing @reader xmlTextReader. + LIBXML_READER_ENABLED Create an xmltextReader for a preparsed document. @@ -10384,6 +10869,7 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED @@ -10392,6 +10878,7 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED Push one input token in the execution context @@ -10399,6 +10886,7 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED Push one input token in the execution context @@ -10407,16 +10895,19 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED Free the structures associated to a regular expression evaulation context. + LIBXML_REGEXP_ENABLED Free a regexp + LIBXML_REGEXP_ENABLED Build a context used for progressive evaluation of a regexp. @@ -10424,22 +10915,26 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED Parses a regular expression conforming to XML Schemas Part 2 Datatype Appendix F and builds an automata suitable for testing strings against that regular expression + LIBXML_REGEXP_ENABLED Check if the regular expression generates the value + LIBXML_REGEXP_ENABLED Check if the regular expression is determinist + LIBXML_REGEXP_ENABLED Print the content of the compiled regular expression @@ -10455,10 +10950,12 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Registers the default compiled-in I/O handlers. + LIBXML_HTTP_ENABLED By default, libxml submits HTTP output requests using the "PUT" method. Calling this method changes the HTTP output method to use the "POST" method instead. @@ -10481,6 +10978,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Register a new set of I/O callback for handling output. @@ -10489,37 +10987,46 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Cleanup the default Schemas type library associated to RelaxNG + LIBXML_SCHEMAS_ENABLED + LIBXML_OUTPUT_ENABLED Dump a RelaxNG structure back + LIBXML_SCHEMAS_ENABLED + LIBXML_OUTPUT_ENABLED Dump the transformed RelaxNG tree. + LIBXML_SCHEMAS_ENABLED Deallocate a RelaxNG structure. + LIBXML_SCHEMAS_ENABLED Free the resources associated to the schema parser context + LIBXML_SCHEMAS_ENABLED Free the resources associated to the schema validation context + LIBXML_SCHEMAS_ENABLED Get the callback information used to handle errors for a validation context @@ -10528,6 +11035,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Get the error and warning callback informations @@ -10536,32 +11044,38 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Create an XML RelaxNGs parser context for that document. Note: since the process of compiling a RelaxNG schemas modifies the document, the @doc parameter is duplicated internally. + LIBXML_SCHEMAS_ENABLED Create an XML RelaxNGs parse context for that memory buffer expected to contain an XML RelaxNGs file. + LIBXML_SCHEMAS_ENABLED Create an XML RelaxNGs parse context for that file/resource expected to contain an XML RelaxNGs file. + LIBXML_SCHEMAS_ENABLED Create an XML RelaxNGs validation context based on the given schema + LIBXML_SCHEMAS_ENABLED parse a schema definition resource and build an internal XML Shema struture which can be used to validate instances. *WARNING* this interface is highly subject to change + LIBXML_SCHEMAS_ENABLED Set the callback functions used to handle errors for a validation context @@ -10570,6 +11084,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Set the error and warning callback informations @@ -10578,12 +11093,14 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Validate a document tree in memory. + LIBXML_SCHEMAS_ENABLED Validate a full subtree when xmlRelaxNGValidatePushElement() returned 0 and the content of the node has been expanded. @@ -10591,6 +11108,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Pop the element end from the RelaxNG validation stack. @@ -10598,6 +11116,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED check the CData parsed for validation in the current stack @@ -10605,6 +11124,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Push a new element start on the RelaxNG validation stack. @@ -10612,6 +11132,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED @@ -10619,6 +11140,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED @@ -10626,6 +11148,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Semi private function used to pass informations to a parser context which are a combination of xmlRelaxNGParserFlag . @@ -10638,6 +11161,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Unlink and free one attribute, all the content is freed too Note this doesn't work for namespace definition attributes @@ -10649,6 +11173,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Unlink the old node from its current context, prune the new one at the same place. If @cur was already inserted in a document it is first unlinked from its existing context. @@ -10795,11 +11320,13 @@ actually an xmlCharEncoding'/> + LIBXML_DOCB_ENABLED Initialize the default DocBook SAX2 handler + LIBXML_HTML_ENABLED Initialize the default HTML SAX2 handler @@ -10964,23 +11491,27 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Close a document saving context, i.e. make sure that all bytes have been output and free the associated data. + LIBXML_OUTPUT_ENABLED Save a full document to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead + LIBXML_OUTPUT_ENABLED Dump an XML document to a file. Will use compression if compiled in and enabled. If @filename is "-" the stdout file is used. + LIBXML_OUTPUT_ENABLED Dump an XML document, converting it to the given encoding @@ -10988,6 +11519,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML document to an I/O buffer. @@ -10995,11 +11527,13 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Flush a document saving context, i.e. make sure that all bytes have been output. + LIBXML_OUTPUT_ENABLED Dump an XML document to a file. Will use compression if compiled in and enabled. If @filename is "-" the stdout file is used. If @format is set then the document will be indented on output. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called @@ -11007,6 +11541,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML document to a file or an URL. @@ -11015,6 +11550,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Dump an XML document to an I/O buffer. NOTE: the I/O buffer is closed as part of the call. @@ -11023,25 +11559,21 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Set a custom escaping function to be used for text in attribute content + LIBXML_OUTPUT_ENABLED Set a custom escaping function to be used for text in element content - - Create a document saving context serializing to a buffer with the encoding and the options given - - - - - + LIBXML_OUTPUT_ENABLED Create a document saving context serializing to a file descriptor with the encoding and the options given. @@ -11049,6 +11581,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Create a document saving context serializing to a filename or possibly to an URL (but this is less reliable) with the encoding and the options given. @@ -11056,6 +11589,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Create a document saving context serializing to a file descriptor with the encoding and the options given @@ -11065,6 +11599,7 @@ actually an xmlCharEncoding'/> + LIBXML_OUTPUT_ENABLED Save a subtree starting at the node parameter to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead @@ -11081,6 +11616,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Checks the default values types, especially for facets @@ -11089,92 +11625,111 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Cleanup the default XML Schemas type library + LIBXML_SCHEMAS_ENABLED Compare 2 values + LIBXML_SCHEMAS_ENABLED + LIBXML_OUTPUT_ENABLED Dump a Schema structure. + LIBXML_SCHEMAS_ENABLED Deallocate a Schema structure. + LIBXML_SCHEMAS_ENABLED Deallocate a Schema Facet structure. + LIBXML_SCHEMAS_ENABLED Free the resources associated to the schema parser context + LIBXML_SCHEMAS_ENABLED Deallocate a Schema Type structure. + LIBXML_SCHEMAS_ENABLED Free the resources associated to the schema validation context + LIBXML_SCHEMAS_ENABLED Cleanup the default XML Schemas type library + LIBXML_SCHEMAS_ENABLED Lookup a type in the default XML Schemas type library + LIBXML_SCHEMAS_ENABLED Initialize the default XML Schemas type library + LIBXML_SCHEMAS_ENABLED Create an XML Schemas parse context for that document. NB. The document may be modified during the parsing process. + LIBXML_SCHEMAS_ENABLED Allocate a new Facet structure. + LIBXML_SCHEMAS_ENABLED Create an XML Schemas parse context for that memory buffer expected to contain an XML Schemas file. + LIBXML_SCHEMAS_ENABLED Create an XML Schemas parse context for that file/resource expected to contain an XML Schemas file. + LIBXML_SCHEMAS_ENABLED Create an XML Schemas validation context based on the given schema + LIBXML_SCHEMAS_ENABLED parse a schema definition resource and build an internal XML Shema struture which can be used to validate instances. *WARNING* this interface is highly subject to change + LIBXML_SCHEMAS_ENABLED Set the callback functions used to handle errors for a validation context @@ -11183,6 +11738,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Set the error and warning callback informations @@ -11191,6 +11747,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val. @@ -11199,12 +11756,14 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Validate a document tree in memory. + LIBXML_SCHEMAS_ENABLED Check a value against a facet condition @@ -11213,6 +11772,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val. @@ -11220,6 +11780,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED Validate a document tree in memory. @@ -11229,6 +11790,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED @@ -11236,6 +11798,7 @@ actually an xmlCharEncoding'/> + LIBXML_SCHEMAS_ENABLED @@ -11308,6 +11871,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Set (or reset) an attribute carried by a node. The ns structure must be in scope, this is not checked. @@ -11316,6 +11880,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Set (or reset) an attribute carried by a node. @@ -11342,6 +11907,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell This allow to load, validate, view, modify and save a document using a environment similar to a UNIX commandline. @@ -11350,6 +11916,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "base" dumps the current XML base of the node @@ -11358,6 +11925,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "cat" dumps the serialization node content (XML or HTML). @@ -11366,6 +11934,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED This is a generic signature for the XML shell functions. @@ -11374,6 +11943,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "dir" dumps informations about the node (namespace, attributes, content). @@ -11382,6 +11952,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "du" show the structure of the subtree under node @tree If @tree is null, the command works on the current node. @@ -11390,6 +11961,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "ls" Does an Unix like listing of the given node (like a directory) @@ -11398,6 +11970,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "load" loads a new document specified by the filename @@ -11406,22 +11979,26 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Print node to the output FILE + LIBXML_DEBUG_ENABLED Print the xpath error to libxml default error channel + LIBXML_DEBUG_ENABLED Prints result to the output FILE + LIBXML_DEBUG_ENABLED Implements the XML shell function "pwd" Show the full path from the root to the node, if needed building thumblers when similar elements exists at a given ancestor level. The output is compatible with XPath commands. @@ -11430,11 +12007,14 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED This is a generic signature for the XML shell input function. + LIBXML_DEBUG_ENABLED + LIBXML_OUTPUT_ENABLED Implements the XML shell function "save" Write the current document to the filename, or it's original name @@ -11443,6 +12023,7 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED Implements the XML shell function "validate" Validate the document, if a DTD path is provided, then the validation is done against the given DTD. @@ -11451,6 +12032,8 @@ actually an xmlCharEncoding'/> + LIBXML_DEBUG_ENABLED + LIBXML_OUTPUT_ENABLED Implements the XML shell function "write" Write the current node to the filename, it saves the serialization of the subtree under the @node specified @@ -11708,77 +12291,92 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Provides the number of attributes of the current node + LIBXML_READER_ENABLED The base URI of the node. + LIBXML_READER_ENABLED This method releases any resources allocated by the current instance changes the state to Closed and close any underlying input. + LIBXML_READER_ENABLED The base URI of the node. + LIBXML_READER_ENABLED The local name of the node. + LIBXML_READER_ENABLED The qualified name of the node, equal to Prefix :LocalName. + LIBXML_READER_ENABLED The URI defining the namespace associated with the node. + LIBXML_READER_ENABLED A shorthand reference to the namespace associated with the node. + LIBXML_READER_ENABLED Get an interned string from the reader, allows for example to speedup string name comparisons + LIBXML_READER_ENABLED Provides the text value of the node if present + LIBXML_READER_ENABLED The xml:lang scope within which the node resides. + LIBXML_READER_ENABLED Hacking interface allowing to get the xmlDocPtr correponding to the current document being accessed by the xmlTextReader. NOTE: as a result of this call, the reader will not destroy the associated XML document and calling xmlFreeDoc() on the result is needed once the reader parsing has finished. + LIBXML_READER_ENABLED Hacking interface allowing to get the xmlNodePtr correponding to the current node being accessed by the xmlTextReader. This is dangerous because the underlying node may be destroyed on the next Reads. + LIBXML_READER_ENABLED The depth of the node in the tree. + LIBXML_READER_ENABLED @@ -11787,23 +12385,27 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Reads the contents of the current node and the full subtree. It then makes the subtree available until the next xmlTextReaderRead() call + LIBXML_READER_ENABLED Provides the value of the attribute with the specified qualified name. + LIBXML_READER_ENABLED Provides the value of the attribute with the specified index relative to the containing element. + LIBXML_READER_ENABLED Provides the value of the specified attribute @@ -11811,6 +12413,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Retrieve the error callback function and user argument. @@ -11818,75 +12421,89 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Read the parser internal property. + LIBXML_READER_ENABLED Method to get the remainder of the buffered XML. this method stops the parser, set its state to End Of File and return the input stream with what is left that the parser did not use. The implementation is not good, the parser certainly procgressed past what's left in reader->input, and there is an allocation problem. Best would be to rewrite it differently. + LIBXML_READER_ENABLED Whether the node has attributes. + LIBXML_READER_ENABLED Whether the node can have a text value. + LIBXML_READER_ENABLED Whether an Attribute node was generated from the default value defined in the DTD or schema. + LIBXML_READER_ENABLED Check if the current node is empty + LIBXML_READER_ENABLED Retrieve the validity status from the parser context + LIBXML_READER_ENABLED The local name of the node. + LIBXML_READER_ENABLED Obtain the base URI for the given locator. + LIBXML_READER_ENABLED Obtain the line number for the given locator. + LIBXML_READER_ENABLED Resolves a namespace prefix in the scope of the current element. + LIBXML_READER_ENABLED Moves the position of the current instance to the attribute with the specified qualified name. + LIBXML_READER_ENABLED Moves the position of the current instance to the attribute with the specified index relative to the containing element. + LIBXML_READER_ENABLED Moves the position of the current instance to the attribute with the specified local name and namespace URI. @@ -11894,61 +12511,73 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Moves the position of the current instance to the node that contains the current Attribute node. + LIBXML_READER_ENABLED Moves the position of the current instance to the first attribute associated with the current node. + LIBXML_READER_ENABLED Moves the position of the current instance to the next attribute associated with the current node. + LIBXML_READER_ENABLED The qualified name of the node, equal to Prefix :LocalName. + LIBXML_READER_ENABLED The URI defining the namespace associated with the node. + LIBXML_READER_ENABLED Skip to the node following the current one in document order while avoiding the subtree if any. + LIBXML_READER_ENABLED Skip to the node following the current one in document order while avoiding the subtree if any. Currently implemented only for Readers built on a document + LIBXML_READER_ENABLED Get the node type of the current node Reference: http://dotgnu.org/pnetlib-doc/System/Xml/XmlNodeType.html + LIBXML_READER_ENABLED The value indicating whether to normalize white space and attribute values. Since attribute value and end of line normalizations are a MUST in the XML specification only the value true is accepted. The broken bahaviour of accepting out of range character entities like &#0; is of course not supported either. + LIBXML_READER_ENABLED A shorthand reference to the namespace associated with the node. - current node being accessed by the xmlTextReader. This is dangerous because the underlying node may be destroyed on the next Reads. + LIBXML_READER_ENABLED + This tells the XML Reader to preserve the current node. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished + LIBXML_READER_ENABLED This tells the XML Reader to preserve all nodes matched by the pattern. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished @@ -11956,53 +12585,65 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED The quotation mark character used to enclose the value of an attribute. + LIBXML_READER_ENABLED Moves the position of the current instance to the next node in the stream, exposing its properties. + LIBXML_READER_ENABLED Parses an attribute value into one or more Text and EntityReference nodes. + LIBXML_READER_ENABLED Reads the contents of the current node, including child nodes and markup. + LIBXML_READER_ENABLED Reads the contents of the current node, including child nodes and markup. + LIBXML_READER_ENABLED Gets the read state of the reader. + LIBXML_READER_ENABLED Reads the contents of an element or a text node as a string. + LIBXML_READER_ENABLED + LIBXML_SCHEMAS_ENABLED Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @schema is NULL, then RelaxNG validation is desactivated. @ The @schema should not be freed until the reader is deallocated or its use has been deactivated. + LIBXML_READER_ENABLED + LIBXML_SCHEMAS_ENABLED Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @rng is NULL, then RelaxNG validation is desactivated. + LIBXML_READER_ENABLED Register a callback function that will be called on error and warnings. If @f is NULL, the default error and warning handlers are restored. @@ -12010,6 +12651,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Change the parser processing behaviour by changing some of its internal properties. Note that some properties can only be changed before any read has been done. @@ -12017,6 +12659,7 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Register a callback function that will be called on error and warnings. If @f is NULL, the default error and warning handlers are restored. @@ -12024,94 +12667,112 @@ actually an xmlCharEncoding'/> + LIBXML_READER_ENABLED Provides the text value of the node if present + LIBXML_READER_ENABLED The xml:lang scope within which the node resides. + LIBXML_WRITER_ENABLED End the current xml element. + LIBXML_WRITER_ENABLED End an xml CDATA section. + LIBXML_WRITER_ENABLED End the current xml coment. + LIBXML_WRITER_ENABLED End an xml DTD. + LIBXML_WRITER_ENABLED End an xml DTD attribute list. + LIBXML_WRITER_ENABLED End an xml DTD element. + LIBXML_WRITER_ENABLED End an xml DTD entity. + LIBXML_WRITER_ENABLED End an xml document. All open elements are closed + LIBXML_WRITER_ENABLED End the current xml element. + LIBXML_WRITER_ENABLED End the current xml PI. + LIBXML_WRITER_ENABLED Flush the output buffer. + LIBXML_WRITER_ENABLED End the current xml element. Writes an end tag even if the element is empty + LIBXML_WRITER_ENABLED Set indentation output. indent = 0 do not indentation. indent > 0 do indentation. + LIBXML_WRITER_ENABLED Set string indentation. + LIBXML_WRITER_ENABLED Start an xml attribute. + LIBXML_WRITER_ENABLED Start an xml attribute with namespace support. @@ -12120,16 +12781,19 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Start an xml CDATA section. + LIBXML_WRITER_ENABLED Start an xml comment. + LIBXML_WRITER_ENABLED Start an xml DTD. @@ -12138,18 +12802,21 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Start an xml DTD ATTLIST. + LIBXML_WRITER_ENABLED Start an xml DTD element. + LIBXML_WRITER_ENABLED Start an xml DTD ATTLIST. @@ -12157,6 +12824,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Start a new xml document @@ -12165,12 +12833,14 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Start an xml element. + LIBXML_WRITER_ENABLED Start an xml element with namespace support. @@ -12179,12 +12849,14 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Start an xml PI. + LIBXML_WRITER_ENABLED Write an xml attribute. @@ -12192,6 +12864,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml attribute. @@ -12201,6 +12874,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an base64 encoded xml text. @@ -12209,6 +12883,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a BinHex encoded xml text. @@ -12217,18 +12892,21 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml CDATA. + LIBXML_WRITER_ENABLED Write an xml comment. + LIBXML_WRITER_ENABLED Write a DTD. @@ -12238,6 +12916,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD ATTLIST. @@ -12245,6 +12924,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD element. @@ -12252,6 +12932,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD entity. @@ -12263,6 +12944,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD external entity. The entity must have been started with xmlTextWriterStartDTDEntity @@ -12273,6 +12955,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write the contents of a DTD external entity. @@ -12281,6 +12964,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD internal entity. @@ -12289,6 +12973,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD entity. @@ -12297,6 +12982,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml element. @@ -12304,6 +12990,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml element with namespace support. @@ -12313,6 +13000,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml attribute. @@ -12321,6 +13009,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml attribute.with namespace support @@ -12331,6 +13020,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml CDATA. @@ -12338,6 +13028,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml comment. @@ -12345,6 +13036,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD with a formatted markup declarations part. @@ -12355,6 +13047,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted DTD ATTLIST. @@ -12363,6 +13056,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted DTD element. @@ -12371,6 +13065,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted DTD internal entity. @@ -12380,6 +13075,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml element. @@ -12388,6 +13084,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml element with namespace support. @@ -12398,6 +13095,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted PI. @@ -12406,6 +13104,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted raw xml text. @@ -12413,6 +13112,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml text. @@ -12420,6 +13120,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml PI. @@ -12427,12 +13128,14 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a raw xml text. + LIBXML_WRITER_ENABLED Write an xml text. TODO: what about entities and special chars?? @@ -12440,12 +13143,14 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml text. + LIBXML_WRITER_ENABLED Write a formatted xml attribute. @@ -12454,6 +13159,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml attribute.with namespace support @@ -12464,6 +13170,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml CDATA. @@ -12471,6 +13178,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write an xml comment. @@ -12478,6 +13186,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a DTD with a formatted markup declarations part. @@ -12488,6 +13197,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted DTD ATTLIST. @@ -12496,6 +13206,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted DTD element. @@ -12504,6 +13215,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted DTD internal entity. @@ -12513,6 +13225,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml element. @@ -12521,6 +13234,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml element with namespace support. @@ -12531,6 +13245,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml PI. @@ -12539,6 +13254,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted raw xml text. @@ -12546,6 +13262,7 @@ actually an xmlCharEncoding'/> + LIBXML_WRITER_ENABLED Write a formatted xml text. @@ -12597,11 +13314,21 @@ actually an xmlCharEncoding'/> + + + + + + + + + + @@ -12640,833 +13367,999 @@ actually an xmlCharEncoding'/> + LIBXML_UNICODE_ENABLED Check whether the character is part of AegeanNumbers UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of AlphabeticPresentationForms UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Arabic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of ArabicPresentationForms-A UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of ArabicPresentationForms-B UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Armenian UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Arrows UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of BasicLatin UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Bengali UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of the UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of BlockElements UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Bopomofo UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of BopomofoExtended UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of BoxDrawing UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of BraillePatterns UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Buhid UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of ByzantineMusicalSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKCompatibility UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKCompatibilityForms UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKCompatibilityIdeographs UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKCompatibilityIdeographsSupplement UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKRadicalsSupplement UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKSymbolsandPunctuation UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKUnifiedIdeographs UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKUnifiedIdeographsExtensionA UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CJKUnifiedIdeographsExtensionB UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of the UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of C UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Cc UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Cf UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Co UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Cs UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of L UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Ll UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Lm UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Lo UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Lt UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Lu UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of M UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Mc UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Me UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Mn UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of N UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Nd UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Nl UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of No UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of P UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Pc UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Pd UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Pe UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Pf UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Pi UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Po UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Ps UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of S UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Sc UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Sk UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Sm UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of So UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Z UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Zl UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Zp UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Zs UCS Category + LIBXML_UNICODE_ENABLED Check whether the character is part of Cherokee UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CombiningDiacriticalMarks UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CombiningDiacriticalMarksforSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CombiningHalfMarks UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CombiningMarksforSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of ControlPictures UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CurrencySymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CypriotSyllabary UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Cyrillic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of CyrillicSupplement UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Deseret UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Devanagari UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Dingbats UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of EnclosedAlphanumerics UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of EnclosedCJKLettersandMonths UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Ethiopic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of GeneralPunctuation UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of GeometricShapes UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Georgian UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Gothic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Greek UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of GreekExtended UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of GreekandCoptic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Gujarati UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Gurmukhi UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of HalfwidthandFullwidthForms UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of HangulCompatibilityJamo UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of HangulJamo UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of HangulSyllables UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Hanunoo UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Hebrew UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of HighPrivateUseSurrogates UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of HighSurrogates UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Hiragana UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of IPAExtensions UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of IdeographicDescriptionCharacters UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Kanbun UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of KangxiRadicals UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Kannada UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Katakana UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of KatakanaPhoneticExtensions UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Khmer UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of KhmerSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Lao UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Latin-1Supplement UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LatinExtended-A UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LatinExtendedAdditional UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LatinExtended-B UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LetterlikeSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Limbu UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LinearBIdeograms UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LinearBSyllabary UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of LowSurrogates UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Malayalam UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MathematicalAlphanumericSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MathematicalOperators UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MiscellaneousMathematicalSymbols-A UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MiscellaneousMathematicalSymbols-B UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MiscellaneousSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MiscellaneousSymbolsandArrows UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MiscellaneousTechnical UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Mongolian UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of MusicalSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Myanmar UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of NumberForms UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Ogham UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of OldItalic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of OpticalCharacterRecognition UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Oriya UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Osmanya UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of PhoneticExtensions UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of PrivateUse UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of PrivateUseArea UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Runic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Shavian UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Sinhala UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SmallFormVariants UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SpacingModifierLetters UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Specials UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SuperscriptsandSubscripts UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SupplementalArrows-A UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SupplementalArrows-B UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SupplementalMathematicalOperators UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SupplementaryPrivateUseArea-A UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of SupplementaryPrivateUseArea-B UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Syriac UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Tagalog UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Tagbanwa UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Tags UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of TaiLe UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of TaiXuanJingSymbols UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Tamil UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Telugu UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Thaana UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Thai UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Tibetan UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of Ugaritic UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of UnifiedCanadianAboriginalSyllabics UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of VariationSelectors UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of VariationSelectorsSupplement UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of YiRadicals UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of YiSyllables UCS Block + LIBXML_UNICODE_ENABLED Check whether the character is part of YijingHexagramSymbols UCS Block @@ -13546,6 +14439,7 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Remove an attribute carried by a node. @@ -13553,18 +14447,21 @@ actually an xmlCharEncoding'/> + LIBXML_TREE_ENABLED Remove an attribute carried by a node. + LIBXML_REGEXP_ENABLED (Re)Build the automata associated to the content model of this element + LIBXML_VALID_ENABLED Does the validation related extra step of the normalization of attribute values: If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character. Also check VC: Standalone Document Declaration in P32, and update ctxt->valid accordingly @@ -13590,6 +14487,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Does the validation related extra step of the normalization of attribute values: If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character. @@ -13598,6 +14496,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Try to validate a single attribute definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Default Legal ] - [ VC: Enumeration ] - [ VC: ID Attribute Default ] The ID/IDREF uniqueness and matching are done separately @@ -13605,24 +14504,28 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Validate that the given attribute value match the proper production [ VC: ID ] Values of type ID must match the Name production.... [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names ... [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names ... [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens. + LIBXML_VALID_ENABLED Try to validate the document instance basically it does the all the checks described by the XML Rec i.e. validates the internal and external subset (if present) and validate the document tree. + LIBXML_VALID_ENABLED Does the final step for the document validation once all the incremental validation steps have been completed basically it does the following checks described by the XML Rec Check all the IDREF/IDREFS attributes definition for validity + LIBXML_VALID_ENABLED Try to validate the document against the dtd instance basically it does check all the definitions in the DtD. @@ -13630,12 +14533,14 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Does the final step for the dtds validation once all the subsets have been parsed basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations. + LIBXML_VALID_ENABLED Try to validate the subtree under an element @@ -13643,6 +14548,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Try to validate a single element definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: One ID per Element Type ] - [ VC: No Duplicate Types ] - [ VC: Unique Element Type Declaration ] @@ -13668,26 +14574,31 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Validate that the given value match Name production + LIBXML_VALID_ENABLED Validate that the given value match Names production + LIBXML_VALID_ENABLED Validate that the given value match Nmtoken production [ VC: Name Token ] + LIBXML_VALID_ENABLED Validate that the given value match Nmtokens production [ VC: Name Token ] + LIBXML_VALID_ENABLED Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ... @@ -13695,6 +14606,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Validate that the given name match a notation declaration. - [ VC: Notation Declared ] @@ -13702,6 +14614,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Try to validate a single attribute for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately @@ -13711,6 +14624,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Try to validate a single element and it's attributes, basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC: Required Attribute ] Then call xmlValidateOneAttribute() for each attribute present. The ID/IDREF checkings are done separately @@ -13718,6 +14632,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately @@ -13728,6 +14643,7 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED Pop the element end from the validation stack. @@ -13736,6 +14652,7 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED check the CData parsed for validation in the current stack @@ -13743,6 +14660,7 @@ actually an xmlCharEncoding'/> + LIBXML_REGEXP_ENABLED Push a new element start on the validation stack. @@ -13757,6 +14675,7 @@ actually an xmlCharEncoding'/> + LIBXML_VALID_ENABLED Try to validate a the root element basically it does the following check as described by the XML-1.0 recommendation: - [ VC: Root Element Type ] it doesn't try to recurse or apply other check to the element @@ -13777,149 +14696,177 @@ actually an xmlCharEncoding'/> + LIBXML_XINCLUDE_ENABLED Free an XInclude context + LIBXML_XINCLUDE_ENABLED Creates a new XInclude context + LIBXML_XINCLUDE_ENABLED Implement the XInclude substitution on the XML document @doc + LIBXML_XINCLUDE_ENABLED Implement the XInclude substitution on the XML document @doc + LIBXML_XINCLUDE_ENABLED Implement the XInclude substitution for the given subtree reusing the informations and data coming from the given context. + LIBXML_XINCLUDE_ENABLED Implement the XInclude substitution for the given subtree + LIBXML_XINCLUDE_ENABLED Implement the XInclude substitution for the given subtree + LIBXML_XINCLUDE_ENABLED Set the flags used for further processing of XML resources. + LIBXML_XPATH_ENABLED Implement the add operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function. + LIBXML_XPATH_ENABLED An axis traversal function. To traverse an axis, the engine calls the first time with cur == NULL and repeat until the function returns NULL indicating the end of the axis traversal. + LIBXML_XPATH_ENABLED Implement the boolean() XPath function boolean boolean(object) The boolean function converts its argument to a boolean as follows: - a number is true if and only if it is neither positive or negative zero nor NaN - a node-set is true if and only if it is non-empty - a string is true if and only if its length is non-zero + LIBXML_XPATH_ENABLED Converts a boolean to its number value + LIBXML_XPATH_ENABLED Converts a boolean to its string value. + LIBXML_XPATH_ENABLED Converts a node-set to its boolean value + LIBXML_XPATH_ENABLED Converts a node-set to its number value + LIBXML_XPATH_ENABLED Converts a node-set to its string value. + LIBXML_XPATH_ENABLED Converts a node to its number value + LIBXML_XPATH_ENABLED Converts a node to its string value. + LIBXML_XPATH_ENABLED Converts a number to its boolean value + LIBXML_XPATH_ENABLED Converts a number to its string value. + LIBXML_XPATH_ENABLED Converts a string to its boolean value + LIBXML_XPATH_ENABLED Converts a string to its number value + LIBXML_XPATH_ENABLED Converts an XPath object to its boolean value + LIBXML_XPATH_ENABLED Converts an XPath object to its number value + LIBXML_XPATH_ENABLED Converts an existing object to its string() equivalent + LIBXML_XPATH_ENABLED Implement the ceiling() XPath function number ceiling(number) The ceiling function returns the smallest (closest to negative infinity) number that is not less than the argument and that is an integer. + LIBXML_XPATH_ENABLED Compare two nodes w.r.t document order + LIBXML_XPATH_ENABLED Implement the compare operation on XPath objects: @arg1 < @arg2 (1, 1, ... @arg1 <= @arg2 (1, 0, ... @arg1 > @arg2 (0, 1, ... @arg1 >= @arg2 (0, 0, ... When neither object to be compared is a node-set and the operator is <=, <, >=, >, then the objects are compared by converted both objects to numbers and comparing the numbers according to IEEE 754. The < comparison will be true if and only if the first number is less than the second number. The <= comparison will be true if and only if the first number is less than or equal to the second number. The > comparison will be true if and only if the first number is greater than the second number. The >= comparison will be true if and only if the first number is greater than or equal to the second number. @@ -13927,62 +14874,74 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Compile an XPath expression + LIBXML_XPATH_ENABLED Evaluate the Precompiled XPath expression in the given context. + LIBXML_XPATH_ENABLED Implement the concat() XPath function string concat(string, string, string*) The concat function returns the concatenation of its arguments. + LIBXML_XPATH_ENABLED Implement the contains() XPath function boolean contains(string, string) The contains function returns true if the first argument string contains the second argument string, and otherwise returns false. + LIBXML_XPATH_ENABLED Converts an existing object to its boolean() equivalent + LIBXML_XPATH_ENABLED A conversion function is associated to a type and used to cast the new type to primitive values. + LIBXML_XPATH_ENABLED Converts an existing object to its number() equivalent + LIBXML_XPATH_ENABLED Converts an existing object to its string() equivalent + LIBXML_XPATH_ENABLED Implement the count() XPath function number count(node-set) + LIBXML_XPATH_ENABLED Compile an XPath expression + LIBXML_XPATH_ENABLED + LIBXML_DEBUG_ENABLED Dumps the tree of the compiled XPath expression. @@ -13990,6 +14949,8 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED + LIBXML_DEBUG_ENABLED Dump the content of the object for debugging purposes @@ -13997,115 +14958,136 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets difference() function: node-set set:difference (node-set, node-set) + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set) @nodes is sorted by document order, then #exslSetsDistinctSorted is called with the sorted node-set + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set) + LIBXML_XPATH_ENABLED Implement the div operation on XPath objects @arg1 / @arg2: The numeric operators convert their operands to numbers as if by calling the number function. + LIBXML_XPATH_ENABLED Implement the equal operation on XPath objects content: @arg1 == @arg2 + LIBXML_XPATH_ENABLED Handle a Relax NG Parsing error + LIBXML_XPATH_ENABLED Evaluate the XPath Location Path in the given context. + LIBXML_XPATH_ENABLED Parse and evaluate an XPath expression in the given context, then push the result on the context stack + LIBXML_XPATH_ENABLED Evaluate the XPath expression in the given context. + LIBXML_XPATH_ENABLED An XPath evaluation function, the parameters are on the XPath context stack. + LIBXML_XPATH_ENABLED Evaluate a predicate result for the current node. A PredicateExpr is evaluated by evaluating the Expr and converting the result to a boolean. If the result is a number, the result will be converted to true if the number is equal to the position of the context node in the context node list (as returned by the position function) and will be converted to false otherwise; if the result is not a number, then the result will be converted as if by a call to the boolean function. + LIBXML_XPATH_ENABLED Evaluate a predicate result for the current node. A PredicateExpr is evaluated by evaluating the Expr and converting the result to a boolean. If the result is a number, the result will be converted to true if the number is equal to the position of the context node in the context node list (as returned by the position function) and will be converted to false otherwise; if the result is not a number, then the result will be converted as if by a call to the boolean function. + LIBXML_XPATH_ENABLED Implement the false() XPath function boolean false() + LIBXML_XPATH_ENABLED Implement the floor() XPath function number floor(number) The floor function returns the largest (closest to positive infinity) number that is not greater than the argument and that is an integer. + LIBXML_XPATH_ENABLED Free up the memory allocated by @comp + LIBXML_XPATH_ENABLED Free up an xmlXPathContext + LIBXML_XPATH_ENABLED Free the NodeSet compound (not the actual nodes !). + LIBXML_XPATH_ENABLED Free up the xmlXPathObjectPtr @obj but don't deallocate the objects in the list contrary to xmlXPathFreeObject(). + LIBXML_XPATH_ENABLED Free up an xmlXPathObjectPtr object. + LIBXML_XPATH_ENABLED Free up an xmlXPathParserContext + LIBXML_XPATH_ENABLED Prototype for callbacks used to plug function lookup in the XPath engine. @@ -14113,18 +15095,21 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED An XPath function. The arguments (if any) are popped out from the context stack and the result is pushed on the stack. + LIBXML_XPATH_ENABLED Search in the Function array of the context for the given function. + LIBXML_XPATH_ENABLED Search in the Function array of the context for the given function. @@ -14132,231 +15117,272 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets has-same-nodes function: boolean set:has-same-node(node-set, node-set) + LIBXML_XPATH_ENABLED Implement the id() XPath function node-set id(object) The id function selects elements by their unique ID (see [5.2.1 Unique IDs]). When the argument to id is of type node-set, then the result is the union of the result of applying id to the string value of each of the nodes in the argument node-set. When the argument to id is of any other type, the argument is converted to a string as if by a call to the string function; the string is split into a whitespace-separated list of tokens (whitespace is any sequence of characters matching the production S); the result is a node-set containing the elements in the same document as the context node that have a unique ID equal to any of the tokens in the list. + LIBXML_XPATH_ENABLED Initialize the XPath environment + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets intersection() function: node-set set:intersection (node-set, node-set) + LIBXML_XPATH_ENABLED Provides a portable isinf() function to detect whether a double is a +Infinite or -Infinite. Based on trio code http://sourceforge.net/projects/ctrio/ + LIBXML_XPATH_ENABLED Provides a portable isnan() function to detect whether a double is a NotaNumber. Based on trio code http://sourceforge.net/projects/ctrio/ + LIBXML_XPATH_ENABLED Is the name given a NodeType one. [38] NodeType ::= 'comment' | 'text' | 'processing-instruction' | 'node' + LIBXML_XPATH_ENABLED Implement the lang() XPath function boolean lang(string) The lang function returns true or false depending on whether the language of the context node as specified by xml:lang attributes is the same as or is a sublanguage of the language specified by the argument string. The language of the context node is determined by the value of the xml:lang attribute on the context node, or, if the context node has no xml:lang attribute, by the value of the xml:lang attribute on the nearest ancestor of the context node that has an xml:lang attribute. If there is no such attribute, then lang + LIBXML_XPATH_ENABLED Implement the last() XPath function number last() The last function returns the number of nodes in the context node list. + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @nodes1 and @nodes2 are sorted by document order, then #exslSetsLeadingSorted is called. + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) + LIBXML_XPATH_ENABLED Implement the local-name() XPath function string local-name(node-set?) The local-name function returns a string containing the local part of the name of the node in the argument node-set that is first in document order. If the node-set is empty or the first node has no name, an empty string is returned. If the argument is omitted it defaults to the context node. + LIBXML_XPATH_ENABLED Implement the mod operation on XPath objects: @arg1 / @arg2 The numeric operators convert their operands to numbers as if by calling the number function. + LIBXML_XPATH_ENABLED Implement the multiply operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function. + LIBXML_XPATH_ENABLED Implement the namespace-uri() XPath function string namespace-uri(node-set?) The namespace-uri function returns a string containing the namespace URI of the expanded name of the node in the argument node-set that is first in document order. If the node-set is empty, the first node has no name, or the expanded name has no namespace URI, an empty string is returned. If the argument is omitted it defaults to the context node. + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type boolean and of value @val + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type string and of value @val + LIBXML_XPATH_ENABLED Create a new xmlXPathContext + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type double and of value @val + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type NodeSet and initialize it with the single Node @val + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type NodeSet and initialize it with the Nodeset @val + LIBXML_XPATH_ENABLED Create a new xmlXPathParserContext + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type string and of value @val + LIBXML_XPATH_ENABLED Create a new xmlXPathObjectPtr of type Value Tree (XSLT) and initialize it with the tree root @val + LIBXML_XPATH_ENABLED Traversal function for the "ancestor" direction the ancestor axis contains the ancestors of the context node; the ancestors of the context node consist of the parent of context node and the parent's parent and so on; the nodes are ordered in reverse document order; thus the parent is the first node on the axis, and the parent's parent is the second node on the axis + LIBXML_XPATH_ENABLED Traversal function for the "ancestor-or-self" direction he ancestor-or-self axis contains the context node and ancestors of the context node in reverse document order; thus the context node is the first node on the axis, and the context node's parent the second; parent here is defined the same as with the parent axis. + LIBXML_XPATH_ENABLED Traversal function for the "attribute" direction TODO: support DTD inherited default attributes + LIBXML_XPATH_ENABLED Traversal function for the "child" direction The child axis contains the children of the context node in document order. + LIBXML_XPATH_ENABLED Traversal function for the "descendant" direction the descendant axis contains the descendants of the context node in document order; a descendant is a child or a child of a child and so on. + LIBXML_XPATH_ENABLED Traversal function for the "descendant-or-self" direction the descendant-or-self axis contains the context node and the descendants of the context node in document order; thus the context node is the first node on the axis, and the first child of the context node is the second node on the axis + LIBXML_XPATH_ENABLED Traversal function for the "following" direction The following axis contains all nodes in the same document as the context node that are after the context node in document order, excluding any descendants and excluding attribute nodes and namespace nodes; the nodes are ordered in document order + LIBXML_XPATH_ENABLED Traversal function for the "following-sibling" direction The following-sibling axis contains the following siblings of the context node in document order. + LIBXML_XPATH_ENABLED Traversal function for the "namespace" direction the namespace axis contains the namespace nodes of the context node; the order of nodes on this axis is implementation-defined; the axis will be empty unless the context node is an element We keep the XML namespace node at the end of the list. + LIBXML_XPATH_ENABLED Traversal function for the "parent" direction The parent axis contains the parent of the context node, if there is one. + LIBXML_XPATH_ENABLED Traversal function for the "preceding" direction the preceding axis contains all nodes in the same document as the context node that are before the context node in document order, excluding any ancestors and excluding attribute nodes and namespace nodes; the nodes are ordered in reverse document order + LIBXML_XPATH_ENABLED Traversal function for the "preceding-sibling" direction The preceding-sibling axis contains the preceding siblings of the context node in reverse document order; the first preceding sibling is first on the axis; the sibling preceding that node is the second on the axis and so on. + LIBXML_XPATH_ENABLED Traversal function for the "self" direction The self axis contains just the context node itself + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @nodes is sorted by document order, then #exslSetsNodeLeadingSorted is called. + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) + LIBXML_XPATH_ENABLED add a new xmlNodePtr to an existing NodeSet + LIBXML_XPATH_ENABLED add a new namespace node to an existing NodeSet @@ -14364,148 +15390,175 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED add a new xmlNodePtr to an existing NodeSet, optimized version when we are sure the node is not already in the set. + LIBXML_XPATH_ENABLED checks whether @cur contains @val + LIBXML_XPATH_ENABLED Create a new xmlNodeSetPtr of type double and of value @val + LIBXML_XPATH_ENABLED Removes an xmlNodePtr from an existing NodeSet + LIBXML_XPATH_ENABLED Namespace nodes in libxml don't match the XPath semantic. In a node set the namespace nodes are duplicated and the next pointer is set to the parent node in the XPath semantic. Check if such a node needs to be freed + LIBXML_XPATH_ENABLED Merges two nodesets, all nodes from @val2 are added to @val1 if @val1 is NULL, a new set is created and copied from @val2 + LIBXML_XPATH_ENABLED Removes an entry from an existing NodeSet list. + LIBXML_XPATH_ENABLED Sort the node set in document order + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted is called. + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) + LIBXML_XPATH_ENABLED Implement the normalize-space() XPath function string normalize-space(string?) The normalize-space function returns the argument string with white space normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters by a single space. Whitespace characters are the same allowed by the S production in XML. If the argument is omitted, it defaults to the context node converted to a string, in other words the value of the context node. + LIBXML_XPATH_ENABLED Implement the equal operation on XPath objects content: @arg1 == @arg2 + LIBXML_XPATH_ENABLED Implement the not() XPath function boolean not(boolean) The not function returns true if its argument is false, and false otherwise. + LIBXML_XPATH_ENABLED Search in the namespace declaration array of the context for the given namespace name associated to the given prefix + LIBXML_XPATH_ENABLED Implement the number() XPath function number number(object?) + LIBXML_XPATH_ENABLED allocate a new copy of a given object + LIBXML_XPATH_ENABLED Call this routine to speed up XPath computation on static documents. This stamps all the element nodes with the document order Like for line information, the order is kept in the element->content field, the value stored is actually - the node number (starting at -1) to be able to differentiate from line numbers. + LIBXML_XPATH_ENABLED parse an XML namespace non qualified name. [NS 3] NCName ::= (Letter | '_') (NCNameChar)* [NS 4] NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender + LIBXML_XPATH_ENABLED parse an XML name [4] NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender [5] Name ::= (Letter | '_' | ':') (NameChar)* + LIBXML_XPATH_ENABLED Pops a boolean from the stack, handling conversion if needed. Check error with #xmlXPathCheckError. + LIBXML_XPATH_ENABLED Pops an external object from the stack, handling conversion if needed. Check error with #xmlXPathCheckError. + LIBXML_XPATH_ENABLED Pops a node-set from the stack, handling conversion if needed. Check error with #xmlXPathCheckError. + LIBXML_XPATH_ENABLED Pops a number from the stack, handling conversion if needed. Check error with #xmlXPathCheckError. + LIBXML_XPATH_ENABLED Pops a string from the stack, handling conversion if needed. Check error with #xmlXPathCheckError. + LIBXML_XPATH_ENABLED Implement the position() XPath function number position() The position function returns the position of the context node in the context node list. The first position is 1, and so the last position will be equal to last(). + LIBXML_XPATH_ENABLED Registers all default XPath functions in this context + LIBXML_XPATH_ENABLED Register a new function. If @f is NULL it unregisters the function @@ -14513,6 +15566,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Registers an external mechanism to do function lookup. @@ -14520,6 +15574,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Register a new function. If @f is NULL it unregisters the function @@ -14528,6 +15583,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Register a new namespace. If @ns_uri is NULL it unregisters the namespace @@ -14535,6 +15591,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Register a new variable value. If @value is NULL it unregisters the variable @@ -14542,6 +15599,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED register an external mechanism to do variable lookup @@ -14549,6 +15607,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Register a new variable value. If @value is NULL it unregisters the variable @@ -14557,119 +15616,140 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Cleanup the XPath context data associated to registered functions + LIBXML_XPATH_ENABLED Cleanup the XPath context data associated to registered variables + LIBXML_XPATH_ENABLED Cleanup the XPath context data associated to registered variables + LIBXML_XPATH_ENABLED Initialize the context to the root of the document + LIBXML_XPATH_ENABLED Implement the round() XPath function number round(number) The round function returns the number that is closest to the argument and that is an integer. If there are two such numbers, then the one that is even is returned. + LIBXML_XPATH_ENABLED Implement the starts-with() XPath function boolean starts-with(string, string) The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false. + LIBXML_XPATH_ENABLED [30a] Float ::= Number ('e' Digits?)? [30] Number ::= Digits ('.' Digits?)? | '.' Digits [31] Digits ::= [0-9]+ Compile a Number in the string In complement of the Number expression, this function also handles negative values : '-' Number. + LIBXML_XPATH_ENABLED Implement the string() XPath function string string(object?) The string function converts an object to a string as follows: - A node-set is converted to a string by returning the value of the node in the node-set that is first in document order. If the node-set is empty, an empty string is returned. - A number is converted to a string as follows + NaN is converted to the string NaN + positive zero is converted to the string 0 + negative zero is converted to the string 0 + positive infinity is converted to the string Infinity + negative infinity is converted to the string -Infinity + if the number is an integer, the number is represented in decimal form as a Number with no decimal point and no leading zeros, preceded by a minus sign (-) if the number is negative + otherwise, the number is represented in decimal form as a Number including a decimal point with at least one digit before the decimal point and at least one digit after the decimal point, preceded by a minus sign (-) if the number is negative; there must be no leading zeros before the decimal point apart possibly from the one required digit immediately before the decimal point; beyond the one required digit after the decimal point there must be as many, but only as many, more digits as are needed to uniquely distinguish the number from all other IEEE 754 numeric values. - The boolean false value is converted to the string false. The boolean true value is converted to the string true. If the argument is omitted, it defaults to a node-set with the context node as its only member. + LIBXML_XPATH_ENABLED Implement the string-length() XPath function number string-length(string?) The string-length returns the number of characters in the string (see [3.6 Strings]). If the argument is omitted, it defaults to the context node converted to a string, in other words the value of the context node. + LIBXML_XPATH_ENABLED Implement the subtraction operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function. + LIBXML_XPATH_ENABLED Implement the substring-after() XPath function string substring-after(string, string) The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty stringi if the first argument string does not contain the second argument string. For example, substring-after("1999/04/01","/") returns 04/01, and substring-after("1999/04/01","19") returns 99/04/01. + LIBXML_XPATH_ENABLED Implement the substring-before() XPath function string substring-before(string, string) The substring-before function returns the substring of the first argument string that precedes the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. For example, substring-before("1999/04/01","/") returns 1999. + LIBXML_XPATH_ENABLED Implement the substring() XPath function string substring(string, number, number?) The substring function returns the substring of the first argument starting at the position specified in the second argument with length specified in the third argument. For example, substring("12345",2,3) returns "234". If the third argument is not specified, it returns the substring starting at the position specified in the second argument and continuing to the end of the string. For example, substring("12345",2) returns "2345". More precisely, each character in the string (see [3.6 Strings]) is considered to have a numeric position: the position of the first character is 1, the position of the second character is 2 and so on. The returned substring contains those characters for which the position of the character is greater than or equal to the second argument and, if the third argument is specified, less than the sum of the second and third arguments; the comparisons and addition used for the above follow the standard IEEE 754 rules. Thus: - substring("12345", 1.5, 2.6) returns "234" - substring("12345", 0, 3) returns "12" - substring("12345", 0 div 0, 3) returns "" - substring("12345", 1, 0 div 0) returns "" - substring("12345", -42, 1 div 0) returns "12345" - substring("12345", -1 div 0, 1 div 0) returns "" + LIBXML_XPATH_ENABLED Implement the sum() XPath function number sum(node-set) The sum function returns the sum of the values of the nodes in the argument node-set. + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) @nodes1 and @nodes2 are sorted by document order, then #xmlXPathTrailingSorted is called. + LIBXML_XPATH_ENABLED Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) + LIBXML_XPATH_ENABLED Implement the translate() XPath function string translate(string, string, string) The translate function returns the first argument string with occurrences of characters in the second argument string replaced by the character at the corresponding position in the third argument string. For example, translate("bar","abc","ABC") returns the string BAr. If there is a character in the second argument string with no character at a corresponding position in the third argument string (because the second argument string is longer than the third argument string), then occurrences of that character in the first argument string are removed. For example, translate("--aaa--","abc-","ABC") + LIBXML_XPATH_ENABLED Implement the true() XPath function boolean true() + LIBXML_XPATH_ENABLED Implement the unary - operation on an XPath object The numeric operators convert their operands to numbers as if by calling the number function. + LIBXML_XPATH_ENABLED Search in the Variable array of the context for the given variable value. + LIBXML_XPATH_ENABLED Prototype for callbacks used to plug variable lookup in the XPath engine. @@ -14677,6 +15757,7 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Search in the Variable array of the context for the given variable value. @@ -14684,26 +15765,31 @@ actually an xmlCharEncoding'/> + LIBXML_XPATH_ENABLED Wraps a string into an XPath object. + LIBXML_XPATH_ENABLED Wraps the @val data into an XPath object. + LIBXML_XPATH_ENABLED Wrap the Nodeset @val in a new xmlXPathObjectPtr + LIBXML_XPATH_ENABLED Wraps the @val string into an XPath object. + LIBXML_XPATH_ENABLED Formats an error message. @@ -14712,61 +15798,72 @@ actually an xmlCharEncoding'/> + LIBXML_XPTR_ENABLED Build a node list tree copy of the XPointer result. This will drop Attributes and Namespace declarations. + LIBXML_XPTR_ENABLED Evaluate the XPath Location Path in the given context. + LIBXML_XPTR_ENABLED [8] Predicate ::= '[' PredicateExpr ']' [9] PredicateExpr ::= Expr Evaluate a predicate as in xmlXPathEvalPredicate() but for a Location Set instead of a node set + LIBXML_XPTR_ENABLED Free the LocationSet compound (not the actual ranges !). + LIBXML_XPTR_ENABLED add a new xmlXPathObjectPtr to an existing LocationSet If the location already exist in the set @val is freed. + LIBXML_XPTR_ENABLED Create a new xmlLocationSetPtr of type double and of value @val + LIBXML_XPTR_ENABLED Removes an xmlXPathObjectPtr from an existing LocationSet + LIBXML_XPTR_ENABLED Merges two rangesets, all ranges from @val2 are added to @val1 + LIBXML_XPTR_ENABLED Removes an entry from an existing LocationSet list. + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range using a single nodes + LIBXML_XPTR_ENABLED Create a new XPointer context @@ -14774,17 +15871,20 @@ actually an xmlCharEncoding'/> + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type LocationSet and initialize it with all the nodes from @set + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type LocationSet and initialize it with the single range made of the two nodes @start and @end + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range @@ -14793,42 +15893,49 @@ actually an xmlCharEncoding'/> + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range from a not to an object + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range from a node to a point + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range using 2 nodes + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range from a point to a node + LIBXML_XPTR_ENABLED Create a new xmlXPathObjectPtr of type range using 2 Points + LIBXML_XPTR_ENABLED Implement the range-to() XPointer function + LIBXML_XPTR_ENABLED Wrap the LocationSet @val in a new xmlXPathObjectPtr diff --git a/doc/libxml2-refs.xml b/doc/libxml2-refs.xml index dabf5249..c9081a59 100644 --- a/doc/libxml2-refs.xml +++ b/doc/libxml2-refs.xml @@ -471,6 +471,7 @@ + @@ -483,8 +484,13 @@ + + + + + @@ -681,7 +687,21 @@ + + + + + + + + + + + + + + @@ -696,6 +716,7 @@ + @@ -728,8 +749,11 @@ + + + @@ -759,9 +783,16 @@ + + + + + + + @@ -806,7 +837,12 @@ + + + + + @@ -1014,10 +1050,13 @@ + + + @@ -1293,6 +1332,7 @@ + @@ -1850,6 +1890,9 @@ + + + @@ -1938,6 +1981,9 @@ + + + @@ -1952,6 +1998,7 @@ + @@ -2133,7 +2180,6 @@ - @@ -2146,6 +2192,8 @@ + + @@ -2192,6 +2240,10 @@ + + + + @@ -2418,7 +2470,9 @@ + + @@ -3372,6 +3426,7 @@ + @@ -3384,8 +3439,13 @@ + + + + + @@ -3582,7 +3642,21 @@ + + + + + + + + + + + + + + @@ -3597,6 +3671,7 @@ + @@ -3629,8 +3704,11 @@ + + + @@ -3660,9 +3738,16 @@ + + + + + + + @@ -3707,7 +3792,12 @@ + + + + + @@ -3917,10 +4007,13 @@ + + + @@ -4230,6 +4323,7 @@ + @@ -4787,6 +4881,9 @@ + + + @@ -4875,6 +4972,9 @@ + + + @@ -4889,6 +4989,7 @@ + @@ -5070,7 +5171,6 @@ - @@ -5083,6 +5183,8 @@ + + @@ -5129,6 +5231,10 @@ + + + + @@ -5355,7 +5461,9 @@ + + @@ -6025,6 +6133,7 @@ + @@ -6320,11 +6429,16 @@ + + + + + @@ -6337,11 +6451,16 @@ + + + + + @@ -6394,7 +6513,6 @@ - @@ -6713,6 +6831,7 @@ + @@ -7501,7 +7620,6 @@ - @@ -7589,6 +7707,7 @@ + @@ -7606,6 +7725,7 @@ + @@ -8219,6 +8339,10 @@ + + + + @@ -8358,6 +8482,10 @@ + + + + @@ -9360,7 +9488,9 @@ + + @@ -9379,7 +9509,9 @@ + + @@ -9521,6 +9653,7 @@ + @@ -9533,8 +9666,13 @@ + + + + + @@ -9623,6 +9761,7 @@ + @@ -9865,6 +10004,12 @@ + + + + + + @@ -9883,7 +10028,12 @@ + + + + + @@ -9929,15 +10079,20 @@ + + + + + @@ -9952,6 +10107,10 @@ + + + + @@ -10242,6 +10401,7 @@ + @@ -10429,6 +10589,8 @@ + + @@ -10442,6 +10604,8 @@ + + @@ -10853,7 +11017,21 @@ + + + + + + + + + + + + + + @@ -10868,6 +11046,7 @@ + @@ -10900,8 +11079,11 @@ + + + @@ -10931,6 +11113,7 @@ + @@ -11208,7 +11391,6 @@ - @@ -12038,6 +12220,7 @@ + @@ -13198,6 +13381,9 @@ + + + @@ -13632,6 +13818,7 @@ + @@ -13669,6 +13856,9 @@ + + + @@ -14219,6 +14409,7 @@ + @@ -14294,6 +14485,9 @@ + + + @@ -14392,6 +14586,9 @@ + + + @@ -14653,6 +14850,7 @@ + @@ -14661,7 +14859,6 @@ - @@ -14747,6 +14944,8 @@ + + @@ -15143,6 +15342,7 @@ + @@ -15158,6 +15358,7 @@ + @@ -15837,6 +16038,9 @@ + + + @@ -15996,7 +16200,6 @@ - @@ -16259,6 +16462,7 @@ + @@ -16285,10 +16489,13 @@ + + + @@ -16307,6 +16514,7 @@ + @@ -16533,6 +16741,9 @@ + + + @@ -16671,6 +16882,7 @@ + @@ -16723,6 +16935,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -16785,6 +17029,9 @@ + + + @@ -16847,6 +17094,10 @@ + + + + @@ -16986,6 +17237,7 @@ + @@ -17358,6 +17610,7 @@ + @@ -17522,6 +17775,7 @@ + @@ -17536,6 +17790,16 @@ + + + + + + + + + + @@ -17670,6 +17934,9 @@ + + + @@ -17684,6 +17951,8 @@ + + @@ -17847,6 +18116,7 @@ + @@ -18018,7 +18288,6 @@ - @@ -18266,6 +18535,10 @@ + + + + @@ -18360,7 +18633,6 @@ - @@ -18586,6 +18858,9 @@ + + + @@ -18772,6 +19047,9 @@ + + + @@ -19159,6 +19437,9 @@ + + + @@ -19256,6 +19537,9 @@ + + + @@ -19466,6 +19750,7 @@ + @@ -19843,6 +20128,9 @@ + + + @@ -19858,6 +20146,7 @@ + @@ -19944,6 +20233,7 @@ + @@ -19979,8 +20269,10 @@ + + @@ -20120,6 +20412,7 @@ + @@ -20166,6 +20459,7 @@ + @@ -20223,6 +20517,9 @@ + + + @@ -20328,6 +20625,9 @@ + + + @@ -20659,6 +20959,7 @@ + @@ -20758,6 +21059,7 @@ + @@ -20860,6 +21162,7 @@ + @@ -20888,6 +21191,7 @@ + @@ -21136,6 +21440,9 @@ + + + @@ -21549,6 +21856,8 @@ + + @@ -21734,6 +22043,7 @@ + @@ -21825,6 +22135,9 @@ + + + @@ -21866,6 +22179,9 @@ + + + @@ -21896,6 +22212,7 @@ + @@ -22089,6 +22406,9 @@ + + + @@ -22163,6 +22483,8 @@ + + @@ -22198,6 +22520,7 @@ + @@ -22260,6 +22583,7 @@ + @@ -22322,7 +22646,6 @@ - @@ -22456,6 +22779,9 @@ + + + @@ -22620,6 +22946,9 @@ + + + @@ -22851,6 +23180,7 @@ + @@ -23342,6 +23672,10 @@ + + + + @@ -23555,6 +23889,8 @@ + + @@ -23584,6 +23920,7 @@ + @@ -23851,6 +24188,9 @@ + + + @@ -23971,6 +24311,7 @@ + @@ -24049,7 +24390,6 @@ - @@ -24214,7 +24554,6 @@ - @@ -24224,7 +24563,6 @@ - @@ -24375,6 +24713,8 @@ + + @@ -24389,6 +24729,7 @@ + @@ -24415,6 +24756,12 @@ + + + + + + @@ -24446,6 +24793,7 @@ + @@ -24841,6 +25189,7 @@ + @@ -25176,6 +25525,7 @@ + @@ -25207,6 +25557,9 @@ + + + @@ -25347,6 +25700,7 @@ + @@ -25672,6 +26026,7 @@ + @@ -25681,7 +26036,6 @@ - @@ -25719,6 +26073,7 @@ + @@ -26131,6 +26486,15 @@ + + + + + + + + + @@ -26206,6 +26570,9 @@ + + + @@ -26409,6 +26776,9 @@ + + + @@ -26959,7 +27329,6 @@ - @@ -27001,9 +27370,9 @@ - + diff --git a/elfgcchack.h b/elfgcchack.h new file mode 100644 index 00000000..fed7fb67 --- /dev/null +++ b/elfgcchack.h @@ -0,0 +1,7456 @@ +/* + * elfgcchack.h: hack by Arjan van de Ven to speed + * up the code when using gcc for call within the library. + * + * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf + * from Ulrich drepper. Rewritten to be generated from the XML description + * file for libxml2 API + * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml + */ + +#include "libxml/c14n.h" +#include "libxml/catalog.h" +#include "libxml/chvalid.h" +#include "libxml/debugXML.h" +#include "libxml/dict.h" +#include "libxml/DOCBparser.h" +#include "libxml/encoding.h" +#include "libxml/entities.h" +#include "libxml/globals.h" +#include "libxml/hash.h" +#include "libxml/HTMLparser.h" +#include "libxml/HTMLtree.h" +#include "libxml/list.h" +#include "libxml/nanoftp.h" +#include "libxml/nanohttp.h" +#include "libxml/parser.h" +#include "libxml/parserInternals.h" +#include "libxml/pattern.h" +#include "libxml/relaxng.h" +#include "libxml/SAX2.h" +#include "libxml/SAX.h" +#include "libxml/schemasInternals.h" +#include "libxml/threads.h" +#include "libxml/tree.h" +#include "libxml/uri.h" +#include "libxml/valid.h" +#include "libxml/xinclude.h" +#include "libxml/xlink.h" +#include "libxml/xmlautomata.h" +#include "libxml/xmlerror.h" +#include "libxml/xmlexports.h" +#include "libxml/xmlIO.h" +#include "libxml/xmlmemory.h" +#include "libxml/xmlreader.h" +#include "libxml/xmlregexp.h" +#include "libxml/xmlsave.h" +#include "libxml/xmlschemas.h" +#include "libxml/xmlschemastypes.h" +#include "libxml/xmlstring.h" +#include "libxml/xmlunicode.h" +#include "libxml/xmlversion.h" +#include "libxml/xmlwriter.h" +#include "libxml/xpath.h" +#include "libxml/xpathInternals.h" +#include "libxml/xpointer.h" + +/* special hot spot not exported ones */ + +extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias"))); +#define __xmlGenericError __xmlGenericError__internal_alias + +extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias"))); +#define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias + +/* list generated from libxml2-api.xml */ + +extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias"))); +#define docbCreatePushParserCtxt docbCreatePushParserCtxt__internal_alias + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias"))); +#define htmlAttrAllowed htmlAttrAllowed__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias"))); +#define htmlAutoCloseTag htmlAutoCloseTag__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias"))); +#define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias"))); +#define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_PUSH_ENABLED +extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias"))); +#define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias"))); +#define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias"))); +#define htmlCtxtReadFd htmlCtxtReadFd__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile __attribute((alias("htmlCtxtReadFile__internal_alias"))); +#define htmlCtxtReadFile htmlCtxtReadFile__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO __attribute((alias("htmlCtxtReadIO__internal_alias"))); +#define htmlCtxtReadIO htmlCtxtReadIO__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__internal_alias"))); +#define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias"))); +#define htmlCtxtReset htmlCtxtReset__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__internal_alias"))); +#define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias +#endif + +extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias"))); +#define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput __attribute((alias("htmlDocContentDumpFormatOutput__internal_alias"))); +#define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocContentDumpOutput__internal_alias"))); +#define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlDocDump) htmlDocDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlDocDump) htmlDocDump __attribute((alias("htmlDocDump__internal_alias"))); +#define htmlDocDump htmlDocDump__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory __attribute((alias("htmlDocDumpMemory__internal_alias"))); +#define htmlDocDumpMemory htmlDocDumpMemory__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias"))); +#define htmlElementAllowedHere htmlElementAllowedHere__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatusHere__internal_alias"))); +#define htmlElementStatusHere htmlElementStatusHere__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlEncodeEntities) htmlEncodeEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlEncodeEntities) htmlEncodeEntities __attribute((alias("htmlEncodeEntities__internal_alias"))); +#define htmlEncodeEntities htmlEncodeEntities__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias"))); +#define htmlEntityLookup htmlEntityLookup__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias"))); +#define htmlEntityValueLookup htmlEntityValueLookup__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias"))); +#define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding __attribute((alias("htmlGetMetaEncoding__internal_alias"))); +#define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem __attribute((alias("htmlHandleOmittedElem__internal_alias"))); +#define htmlHandleOmittedElem htmlHandleOmittedElem__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlInitAutoClose) htmlInitAutoClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlInitAutoClose) htmlInitAutoClose __attribute((alias("htmlInitAutoClose__internal_alias"))); +#define htmlInitAutoClose htmlInitAutoClose__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias"))); +#define htmlIsAutoClosed htmlIsAutoClosed__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias"))); +#define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute __attribute((alias("htmlIsScriptAttribute__internal_alias"))); +#define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlNewDoc) htmlNewDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNewDoc) htmlNewDoc __attribute((alias("htmlNewDoc__internal_alias"))); +#define htmlNewDoc htmlNewDoc__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias"))); +#define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlNodeDump) htmlNodeDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNodeDump) htmlNodeDump __attribute((alias("htmlNodeDump__internal_alias"))); +#define htmlNodeDump htmlNodeDump__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_alias"))); +#define htmlNodeDumpFile htmlNodeDumpFile__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias"))); +#define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias"))); +#define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput __attribute((alias("htmlNodeDumpOutput__internal_alias"))); +#define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias"))); +#define htmlNodeStatus htmlNodeStatus__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias"))); +#define htmlParseCharRef htmlParseCharRef__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_PUSH_ENABLED +extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias"))); +#define htmlParseChunk htmlParseChunk__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias"))); +#define htmlParseDoc htmlParseDoc__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlParseDocument) htmlParseDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseDocument) htmlParseDocument __attribute((alias("htmlParseDocument__internal_alias"))); +#define htmlParseDocument htmlParseDocument__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_alias"))); +#define htmlParseElement htmlParseElement__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlParseEntityRef) htmlParseEntityRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseEntityRef) htmlParseEntityRef __attribute((alias("htmlParseEntityRef__internal_alias"))); +#define htmlParseEntityRef htmlParseEntityRef__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias"))); +#define htmlParseFile htmlParseFile__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias"))); +#define htmlReadDoc htmlReadDoc__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlReadFd) htmlReadFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlReadFd) htmlReadFd __attribute((alias("htmlReadFd__internal_alias"))); +#define htmlReadFd htmlReadFd__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias"))); +#define htmlReadFile htmlReadFile__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlReadIO) htmlReadIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlReadIO) htmlReadIO __attribute((alias("htmlReadIO__internal_alias"))); +#define htmlReadIO htmlReadIO__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias"))); +#define htmlReadMemory htmlReadMemory__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc __attribute((alias("htmlSAXParseDoc__internal_alias"))); +#define htmlSAXParseDoc htmlSAXParseDoc__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias"))); +#define htmlSAXParseFile htmlSAXParseFile__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias"))); +#define htmlSaveFile htmlSaveFile__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc __attribute((alias("htmlSaveFileEnc__internal_alias"))); +#define htmlSaveFileEnc htmlSaveFileEnc__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias"))); +#define htmlSaveFileFormat htmlSaveFileFormat__internal_alias +#endif +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias"))); +#define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias"))); +#define htmlTagLookup htmlTagLookup__internal_alias +#endif + +extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden"))); +extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias"))); +#define inputPop inputPop__internal_alias + +extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias"))); +#define inputPush inputPush__internal_alias + +extern __typeof (namePop) namePop__internal_alias __attribute((visibility("hidden"))); +extern __typeof (namePop) namePop __attribute((alias("namePop__internal_alias"))); +#define namePop namePop__internal_alias + +extern __typeof (namePush) namePush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (namePush) namePush __attribute((alias("namePush__internal_alias"))); +#define namePush namePush__internal_alias + +extern __typeof (nodePop) nodePop__internal_alias __attribute((visibility("hidden"))); +extern __typeof (nodePop) nodePop __attribute((alias("nodePop__internal_alias"))); +#define nodePop nodePop__internal_alias + +extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias"))); +#define nodePush nodePush__internal_alias + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (valuePop) valuePop__internal_alias __attribute((visibility("hidden"))); +extern __typeof (valuePop) valuePop __attribute((alias("valuePop__internal_alias"))); +#define valuePop valuePop__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (valuePush) valuePush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (valuePush) valuePush __attribute((alias("valuePush__internal_alias"))); +#define valuePush valuePush__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlACatalogAdd) xmlACatalogAdd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogAdd) xmlACatalogAdd __attribute((alias("xmlACatalogAdd__internal_alias"))); +#define xmlACatalogAdd xmlACatalogAdd__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlACatalogDump) xmlACatalogDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogDump) xmlACatalogDump __attribute((alias("xmlACatalogDump__internal_alias"))); +#define xmlACatalogDump xmlACatalogDump__internal_alias +#endif +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlACatalogRemove) xmlACatalogRemove__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogRemove) xmlACatalogRemove __attribute((alias("xmlACatalogRemove__internal_alias"))); +#define xmlACatalogRemove xmlACatalogRemove__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlACatalogResolve) xmlACatalogResolve__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogResolve) xmlACatalogResolve __attribute((alias("xmlACatalogResolve__internal_alias"))); +#define xmlACatalogResolve xmlACatalogResolve__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic __attribute((alias("xmlACatalogResolvePublic__internal_alias"))); +#define xmlACatalogResolvePublic xmlACatalogResolvePublic__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem __attribute((alias("xmlACatalogResolveSystem__internal_alias"))); +#define xmlACatalogResolveSystem xmlACatalogResolveSystem__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI __attribute((alias("xmlACatalogResolveURI__internal_alias"))); +#define xmlACatalogResolveURI xmlACatalogResolveURI__internal_alias +#endif + +extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias"))); +#define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias + +extern __typeof (xmlAddChild) xmlAddChild__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddChild) xmlAddChild __attribute((alias("xmlAddChild__internal_alias"))); +#define xmlAddChild xmlAddChild__internal_alias + +extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias"))); +#define xmlAddChildList xmlAddChildList__internal_alias + +extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias"))); +#define xmlAddDocEntity xmlAddDocEntity__internal_alias + +extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias"))); +#define xmlAddDtdEntity xmlAddDtdEntity__internal_alias + +extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias"))); +#define xmlAddElementDecl xmlAddElementDecl__internal_alias + +extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias __attribute((alias("xmlAddEncodingAlias__internal_alias"))); +#define xmlAddEncodingAlias xmlAddEncodingAlias__internal_alias + +extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias"))); +#define xmlAddID xmlAddID__internal_alias + +extern __typeof (xmlAddNextSibling) xmlAddNextSibling__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddNextSibling) xmlAddNextSibling __attribute((alias("xmlAddNextSibling__internal_alias"))); +#define xmlAddNextSibling xmlAddNextSibling__internal_alias + +extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlAddNotationDecl__internal_alias"))); +#define xmlAddNotationDecl xmlAddNotationDecl__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAddPrevSibling__internal_alias"))); +#define xmlAddPrevSibling xmlAddPrevSibling__internal_alias +#endif + +extern __typeof (xmlAddRef) xmlAddRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddRef) xmlAddRef __attribute((alias("xmlAddRef__internal_alias"))); +#define xmlAddRef xmlAddRef__internal_alias + +extern __typeof (xmlAddSibling) xmlAddSibling__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAddSibling) xmlAddSibling __attribute((alias("xmlAddSibling__internal_alias"))); +#define xmlAddSibling xmlAddSibling__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer __attribute((alias("xmlAllocOutputBuffer__internal_alias"))); +#define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias +#endif + +extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocParserInputBuffer__internal_alias"))); +#define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias + +extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent __attribute((alias("xmlAttrSerializeTxtContent__internal_alias"))); +#define xmlAttrSerializeTxtContent xmlAttrSerializeTxtContent__internal_alias + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataCompile) xmlAutomataCompile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataCompile) xmlAutomataCompile __attribute((alias("xmlAutomataCompile__internal_alias"))); +#define xmlAutomataCompile xmlAutomataCompile__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState __attribute((alias("xmlAutomataGetInitState__internal_alias"))); +#define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist __attribute((alias("xmlAutomataIsDeterminist__internal_alias"))); +#define xmlAutomataIsDeterminist xmlAutomataIsDeterminist__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans __attribute((alias("xmlAutomataNewAllTrans__internal_alias"))); +#define xmlAutomataNewAllTrans xmlAutomataNewAllTrans__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans __attribute((alias("xmlAutomataNewCountTrans__internal_alias"))); +#define xmlAutomataNewCountTrans xmlAutomataNewCountTrans__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans __attribute((alias("xmlAutomataNewCountedTrans__internal_alias"))); +#define xmlAutomataNewCountedTrans xmlAutomataNewCountedTrans__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter __attribute((alias("xmlAutomataNewCounter__internal_alias"))); +#define xmlAutomataNewCounter xmlAutomataNewCounter__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans __attribute((alias("xmlAutomataNewCounterTrans__internal_alias"))); +#define xmlAutomataNewCounterTrans xmlAutomataNewCounterTrans__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEpsilon__internal_alias"))); +#define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans __attribute((alias("xmlAutomataNewOnceTrans__internal_alias"))); +#define xmlAutomataNewOnceTrans xmlAutomataNewOnceTrans__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewState) xmlAutomataNewState__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewState) xmlAutomataNewState __attribute((alias("xmlAutomataNewState__internal_alias"))); +#define xmlAutomataNewState xmlAutomataNewState__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition __attribute((alias("xmlAutomataNewTransition__internal_alias"))); +#define xmlAutomataNewTransition xmlAutomataNewTransition__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2 __attribute((alias("xmlAutomataNewTransition2__internal_alias"))); +#define xmlAutomataNewTransition2 xmlAutomataNewTransition2__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState __attribute((alias("xmlAutomataSetFinalState__internal_alias"))); +#define xmlAutomataSetFinalState xmlAutomataSetFinalState__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText__internal_alias"))); +#define xmlBoolToText xmlBoolToText__internal_alias +#endif + +extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__internal_alias"))); +#define xmlBufferAdd xmlBufferAdd__internal_alias + +extern __typeof (xmlBufferAddHead) xmlBufferAddHead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferAddHead) xmlBufferAddHead __attribute((alias("xmlBufferAddHead__internal_alias"))); +#define xmlBufferAddHead xmlBufferAddHead__internal_alias + +extern __typeof (xmlBufferCCat) xmlBufferCCat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferCCat) xmlBufferCCat __attribute((alias("xmlBufferCCat__internal_alias"))); +#define xmlBufferCCat xmlBufferCCat__internal_alias + +extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias"))); +#define xmlBufferCat xmlBufferCat__internal_alias + +extern __typeof (xmlBufferContent) xmlBufferContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferContent) xmlBufferContent __attribute((alias("xmlBufferContent__internal_alias"))); +#define xmlBufferContent xmlBufferContent__internal_alias + +extern __typeof (xmlBufferCreate) xmlBufferCreate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferCreate) xmlBufferCreate __attribute((alias("xmlBufferCreate__internal_alias"))); +#define xmlBufferCreate xmlBufferCreate__internal_alias + +extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize __attribute((alias("xmlBufferCreateSize__internal_alias"))); +#define xmlBufferCreateSize xmlBufferCreateSize__internal_alias + +extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias("xmlBufferCreateStatic__internal_alias"))); +#define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias + +extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump__internal_alias"))); +#define xmlBufferDump xmlBufferDump__internal_alias + +extern __typeof (xmlBufferEmpty) xmlBufferEmpty__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferEmpty) xmlBufferEmpty __attribute((alias("xmlBufferEmpty__internal_alias"))); +#define xmlBufferEmpty xmlBufferEmpty__internal_alias + +extern __typeof (xmlBufferFree) xmlBufferFree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferFree) xmlBufferFree __attribute((alias("xmlBufferFree__internal_alias"))); +#define xmlBufferFree xmlBufferFree__internal_alias + +extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias"))); +#define xmlBufferGrow xmlBufferGrow__internal_alias + +extern __typeof (xmlBufferLength) xmlBufferLength__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferLength) xmlBufferLength __attribute((alias("xmlBufferLength__internal_alias"))); +#define xmlBufferLength xmlBufferLength__internal_alias + +extern __typeof (xmlBufferResize) xmlBufferResize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferResize) xmlBufferResize __attribute((alias("xmlBufferResize__internal_alias"))); +#define xmlBufferResize xmlBufferResize__internal_alias + +extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme __attribute((alias("xmlBufferSetAllocationScheme__internal_alias"))); +#define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias + +extern __typeof (xmlBufferShrink) xmlBufferShrink__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferShrink) xmlBufferShrink __attribute((alias("xmlBufferShrink__internal_alias"))); +#define xmlBufferShrink xmlBufferShrink__internal_alias + +extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR __attribute((alias("xmlBufferWriteCHAR__internal_alias"))); +#define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias + +extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar __attribute((alias("xmlBufferWriteChar__internal_alias"))); +#define xmlBufferWriteChar xmlBufferWriteChar__internal_alias + +extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString __attribute((alias("xmlBufferWriteQuotedString__internal_alias"))); +#define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias + +extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias"))); +#define xmlBuildQName xmlBuildQName__internal_alias + +extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI __attribute((alias("xmlBuildRelativeURI__internal_alias"))); +#define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias + +extern __typeof (xmlBuildURI) xmlBuildURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlBuildURI) xmlBuildURI __attribute((alias("xmlBuildURI__internal_alias"))); +#define xmlBuildURI xmlBuildURI__internal_alias + +extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_alias"))); +#define xmlByteConsumed xmlByteConsumed__internal_alias + +#ifdef LIBXML_C14N_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory __attribute((alias("xmlC14NDocDumpMemory__internal_alias"))); +#define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias +#endif +#endif + +#ifdef LIBXML_C14N_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlC14NDocSave) xmlC14NDocSave__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlC14NDocSave) xmlC14NDocSave __attribute((alias("xmlC14NDocSave__internal_alias"))); +#define xmlC14NDocSave xmlC14NDocSave__internal_alias +#endif +#endif + +#ifdef LIBXML_C14N_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo __attribute((alias("xmlC14NDocSaveTo__internal_alias"))); +#define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias +#endif +#endif + +#ifdef LIBXML_C14N_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlC14NExecute) xmlC14NExecute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlC14NExecute) xmlC14NExecute __attribute((alias("xmlC14NExecute__internal_alias"))); +#define xmlC14NExecute xmlC14NExecute__internal_alias +#endif +#endif + +extern __typeof (xmlCanonicPath) xmlCanonicPath__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCanonicPath) xmlCanonicPath __attribute((alias("xmlCanonicPath__internal_alias"))); +#define xmlCanonicPath xmlCanonicPath__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogAdd) xmlCatalogAdd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogAdd) xmlCatalogAdd __attribute((alias("xmlCatalogAdd__internal_alias"))); +#define xmlCatalogAdd xmlCatalogAdd__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal __attribute((alias("xmlCatalogAddLocal__internal_alias"))); +#define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup __attribute((alias("xmlCatalogCleanup__internal_alias"))); +#define xmlCatalogCleanup xmlCatalogCleanup__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogConvert) xmlCatalogConvert__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogConvert) xmlCatalogConvert __attribute((alias("xmlCatalogConvert__internal_alias"))); +#define xmlCatalogConvert xmlCatalogConvert__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlCatalogDump) xmlCatalogDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogDump) xmlCatalogDump __attribute((alias("xmlCatalogDump__internal_alias"))); +#define xmlCatalogDump xmlCatalogDump__internal_alias +#endif +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal __attribute((alias("xmlCatalogFreeLocal__internal_alias"))); +#define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults __attribute((alias("xmlCatalogGetDefaults__internal_alias"))); +#define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic __attribute((alias("xmlCatalogGetPublic__internal_alias"))); +#define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__internal_alias"))); +#define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty __attribute((alias("xmlCatalogIsEmpty__internal_alias"))); +#define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve __attribute((alias("xmlCatalogLocalResolve__internal_alias"))); +#define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI __attribute((alias("xmlCatalogLocalResolveURI__internal_alias"))); +#define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogRemove) xmlCatalogRemove__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogRemove) xmlCatalogRemove __attribute((alias("xmlCatalogRemove__internal_alias"))); +#define xmlCatalogRemove xmlCatalogRemove__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogResolve) xmlCatalogResolve__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogResolve) xmlCatalogResolve __attribute((alias("xmlCatalogResolve__internal_alias"))); +#define xmlCatalogResolve xmlCatalogResolve__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic __attribute((alias("xmlCatalogResolvePublic__internal_alias"))); +#define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem __attribute((alias("xmlCatalogResolveSystem__internal_alias"))); +#define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI __attribute((alias("xmlCatalogResolveURI__internal_alias"))); +#define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug __attribute((alias("xmlCatalogSetDebug__internal_alias"))); +#define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer __attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias"))); +#define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults __attribute((alias("xmlCatalogSetDefaults__internal_alias"))); +#define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias +#endif + +extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc __attribute((alias("xmlCharEncCloseFunc__internal_alias"))); +#define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias + +extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine __attribute((alias("xmlCharEncFirstLine__internal_alias"))); +#define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias + +extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc __attribute((alias("xmlCharEncInFunc__internal_alias"))); +#define xmlCharEncInFunc xmlCharEncInFunc__internal_alias + +extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc __attribute((alias("xmlCharEncOutFunc__internal_alias"))); +#define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias + +extern __typeof (xmlCharInRange) xmlCharInRange__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharInRange) xmlCharInRange __attribute((alias("xmlCharInRange__internal_alias"))); +#define xmlCharInRange xmlCharInRange__internal_alias + +extern __typeof (xmlCharStrdup) xmlCharStrdup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharStrdup) xmlCharStrdup __attribute((alias("xmlCharStrdup__internal_alias"))); +#define xmlCharStrdup xmlCharStrdup__internal_alias + +extern __typeof (xmlCharStrndup) xmlCharStrndup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCharStrndup) xmlCharStrndup __attribute((alias("xmlCharStrndup__internal_alias"))); +#define xmlCharStrndup xmlCharStrndup__internal_alias + +extern __typeof (xmlCheckFilename) xmlCheckFilename__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCheckFilename) xmlCheckFilename __attribute((alias("xmlCheckFilename__internal_alias"))); +#define xmlCheckFilename xmlCheckFilename__internal_alias + +extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput __attribute((alias("xmlCheckHTTPInput__internal_alias"))); +#define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias + +extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID __attribute((alias("xmlCheckLanguageID__internal_alias"))); +#define xmlCheckLanguageID xmlCheckLanguageID__internal_alias + +extern __typeof (xmlCheckUTF8) xmlCheckUTF8__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCheckUTF8) xmlCheckUTF8 __attribute((alias("xmlCheckUTF8__internal_alias"))); +#define xmlCheckUTF8 xmlCheckUTF8__internal_alias + +extern __typeof (xmlCheckVersion) xmlCheckVersion__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCheckVersion) xmlCheckVersion __attribute((alias("xmlCheckVersion__internal_alias"))); +#define xmlCheckVersion xmlCheckVersion__internal_alias + +extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers __attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias"))); +#define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias + +extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases __attribute((alias("xmlCleanupEncodingAliases__internal_alias"))); +#define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias + +extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals __attribute((alias("xmlCleanupGlobals__internal_alias"))); +#define xmlCleanupGlobals xmlCleanupGlobals__internal_alias + +extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks __attribute((alias("xmlCleanupInputCallbacks__internal_alias"))); +#define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias + +extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_alias"))); +#define xmlCleanupMemory xmlCleanupMemory__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks __attribute((alias("xmlCleanupOutputCallbacks__internal_alias"))); +#define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias +#endif + +extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias"))); +#define xmlCleanupParser xmlCleanupParser__internal_alias + +extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities __attribute((alias("xmlCleanupPredefinedEntities__internal_alias"))); +#define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias + +extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias"))); +#define xmlCleanupThreads xmlCleanupThreads__internal_alias + +extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq __attribute((alias("xmlClearNodeInfoSeq__internal_alias"))); +#define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias + +extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias"))); +#define xmlClearParserCtxt xmlClearParserCtxt__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias"))); +#define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias +#endif + +extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias"))); +#define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias + +extern __typeof (xmlCopyChar) xmlCopyChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyChar) xmlCopyChar __attribute((alias("xmlCopyChar__internal_alias"))); +#define xmlCopyChar xmlCopyChar__internal_alias + +extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte __attribute((alias("xmlCopyCharMultiByte__internal_alias"))); +#define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias"))); +#define xmlCopyDoc xmlCopyDoc__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias"))); +#define xmlCopyDtd xmlCopyDtd__internal_alias +#endif + +extern __typeof (xmlCopyElementContent) xmlCopyElementContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyElementContent) xmlCopyElementContent __attribute((alias("xmlCopyElementContent__internal_alias"))); +#define xmlCopyElementContent xmlCopyElementContent__internal_alias + +extern __typeof (xmlCopyElementTable) xmlCopyElementTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyElementTable) xmlCopyElementTable __attribute((alias("xmlCopyElementTable__internal_alias"))); +#define xmlCopyElementTable xmlCopyElementTable__internal_alias + +extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable __attribute((alias("xmlCopyEntitiesTable__internal_alias"))); +#define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias + +extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration __attribute((alias("xmlCopyEnumeration__internal_alias"))); +#define xmlCopyEnumeration xmlCopyEnumeration__internal_alias + +extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias"))); +#define xmlCopyError xmlCopyError__internal_alias + +extern __typeof (xmlCopyNamespace) xmlCopyNamespace__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyNamespace) xmlCopyNamespace __attribute((alias("xmlCopyNamespace__internal_alias"))); +#define xmlCopyNamespace xmlCopyNamespace__internal_alias + +extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceList__internal_alias"))); +#define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias + +extern __typeof (xmlCopyNode) xmlCopyNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyNode) xmlCopyNode __attribute((alias("xmlCopyNode__internal_alias"))); +#define xmlCopyNode xmlCopyNode__internal_alias + +extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_alias"))); +#define xmlCopyNodeList xmlCopyNodeList__internal_alias + +extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias"))); +#define xmlCopyNotationTable xmlCopyNotationTable__internal_alias + +extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias"))); +#define xmlCopyProp xmlCopyProp__internal_alias + +extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias"))); +#define xmlCopyPropList xmlCopyPropList__internal_alias + +extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias"))); +#define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias + +extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable __attribute((alias("xmlCreateEntitiesTable__internal_alias"))); +#define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias + +extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias"))); +#define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias + +extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeration__internal_alias"))); +#define xmlCreateEnumeration xmlCreateEnumeration__internal_alias + +extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias"))); +#define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias + +extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias"))); +#define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias + +extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias"))); +#define xmlCreateIntSubset xmlCreateIntSubset__internal_alias + +extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias"))); +#define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias + +#ifdef LIBXML_PUSH_ENABLED +extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias"))); +#define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias +#endif + +extern __typeof (xmlCreateURI) xmlCreateURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateURI) xmlCreateURI __attribute((alias("xmlCreateURI__internal_alias"))); +#define xmlCreateURI xmlCreateURI__internal_alias + +extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias"))); +#define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias + +extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError __attribute((alias("xmlCtxtGetLastError__internal_alias"))); +#define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias + +extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc __attribute((alias("xmlCtxtReadDoc__internal_alias"))); +#define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias + +extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd __attribute((alias("xmlCtxtReadFd__internal_alias"))); +#define xmlCtxtReadFd xmlCtxtReadFd__internal_alias + +extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias"))); +#define xmlCtxtReadFile xmlCtxtReadFile__internal_alias + +extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO __attribute((alias("xmlCtxtReadIO__internal_alias"))); +#define xmlCtxtReadIO xmlCtxtReadIO__internal_alias + +extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias"))); +#define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias + +extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias"))); +#define xmlCtxtReset xmlCtxtReset__internal_alias + +extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError __attribute((alias("xmlCtxtResetLastError__internal_alias"))); +#define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias + +extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_alias"))); +#define xmlCtxtResetPush xmlCtxtResetPush__internal_alias + +extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions __attribute((alias("xmlCtxtUseOptions__internal_alias"))); +#define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias + +extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias"))); +#define xmlCurrentChar xmlCurrentChar__internal_alias + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias"))); +#define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList __attribute((alias("xmlDebugDumpAttrList__internal_alias"))); +#define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD __attribute((alias("xmlDebugDumpDTD__internal_alias"))); +#define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias"))); +#define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead __attribute((alias("xmlDebugDumpDocumentHead__internal_alias"))); +#define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities __attribute((alias("xmlDebugDumpEntities__internal_alias"))); +#define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias"))); +#define xmlDebugDumpNode xmlDebugDumpNode__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList __attribute((alias("xmlDebugDumpNodeList__internal_alias"))); +#define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias"))); +#define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlDebugDumpString) xmlDebugDumpString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDebugDumpString) xmlDebugDumpString __attribute((alias("xmlDebugDumpString__internal_alias"))); +#define xmlDebugDumpString xmlDebugDumpString__internal_alias +#endif + +extern __typeof (xmlDecodeEntities) xmlDecodeEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDecodeEntities) xmlDecodeEntities __attribute((alias("xmlDecodeEntities__internal_alias"))); +#define xmlDecodeEntities xmlDecodeEntities__internal_alias + +extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit __attribute((alias("xmlDefaultSAXHandlerInit__internal_alias"))); +#define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias + +extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias __attribute((alias("xmlDelEncodingAlias__internal_alias"))); +#define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias + +extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault __attribute((alias("xmlDeregisterNodeDefault__internal_alias"))); +#define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias + +extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias"))); +#define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias + +extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias"))); +#define xmlDictCreate xmlDictCreate__internal_alias + +extern __typeof (xmlDictCreateSub) xmlDictCreateSub__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictCreateSub) xmlDictCreateSub __attribute((alias("xmlDictCreateSub__internal_alias"))); +#define xmlDictCreateSub xmlDictCreateSub__internal_alias + +extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias"))); +#define xmlDictFree xmlDictFree__internal_alias + +extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias"))); +#define xmlDictLookup xmlDictLookup__internal_alias + +extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias"))); +#define xmlDictOwns xmlDictOwns__internal_alias + +extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias"))); +#define xmlDictQLookup xmlDictQLookup__internal_alias + +extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictReference__internal_alias"))); +#define xmlDictReference xmlDictReference__internal_alias + +extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias"))); +#define xmlDictSize xmlDictSize__internal_alias + +extern __typeof (xmlDocCopyNode) xmlDocCopyNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocCopyNode) xmlDocCopyNode __attribute((alias("xmlDocCopyNode__internal_alias"))); +#define xmlDocCopyNode xmlDocCopyNode__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias"))); +#define xmlDocDump xmlDocDump__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias"))); +#define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias"))); +#define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory __attribute((alias("xmlDocDumpMemory__internal_alias"))); +#define xmlDocDumpMemory xmlDocDumpMemory__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc __attribute((alias("xmlDocDumpMemoryEnc__internal_alias"))); +#define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDocFormatDump) xmlDocFormatDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocFormatDump) xmlDocFormatDump __attribute((alias("xmlDocFormatDump__internal_alias"))); +#define xmlDocFormatDump xmlDocFormatDump__internal_alias +#endif + +extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias"))); +#define xmlDocGetRootElement xmlDocGetRootElement__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias"))); +#define xmlDocSetRootElement xmlDocSetRootElement__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl __attribute((alias("xmlDumpAttributeDecl__internal_alias"))); +#define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias"))); +#define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl __attribute((alias("xmlDumpElementDecl__internal_alias"))); +#define xmlDumpElementDecl xmlDumpElementDecl__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpElementTable) xmlDumpElementTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpElementTable) xmlDumpElementTable __attribute((alias("xmlDumpElementTable__internal_alias"))); +#define xmlDumpElementTable xmlDumpElementTable__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable __attribute((alias("xmlDumpEntitiesTable__internal_alias"))); +#define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl __attribute((alias("xmlDumpEntityDecl__internal_alias"))); +#define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl __attribute((alias("xmlDumpNotationDecl__internal_alias"))); +#define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTable__internal_alias"))); +#define xmlDumpNotationTable xmlDumpNotationTable__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlElemDump) xmlElemDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlElemDump) xmlElemDump __attribute((alias("xmlElemDump__internal_alias"))); +#define xmlElemDump xmlElemDump__internal_alias +#endif + +extern __typeof (xmlEncodeEntities) xmlEncodeEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlEncodeEntities) xmlEncodeEntities __attribute((alias("xmlEncodeEntities__internal_alias"))); +#define xmlEncodeEntities xmlEncodeEntities__internal_alias + +extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant __attribute((alias("xmlEncodeEntitiesReentrant__internal_alias"))); +#define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias + +extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars __attribute((alias("xmlEncodeSpecialChars__internal_alias"))); +#define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias + +extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias"))); +#define xmlErrMemory xmlErrMemory__internal_alias + +extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias"))); +#define xmlFileClose xmlFileClose__internal_alias + +extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias"))); +#define xmlFileMatch xmlFileMatch__internal_alias + +extern __typeof (xmlFileOpen) xmlFileOpen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFileOpen) xmlFileOpen __attribute((alias("xmlFileOpen__internal_alias"))); +#define xmlFileOpen xmlFileOpen__internal_alias + +extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias"))); +#define xmlFileRead xmlFileRead__internal_alias + +extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler __attribute((alias("xmlFindCharEncodingHandler__internal_alias"))); +#define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias + +extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable __attribute((alias("xmlFreeAttributeTable__internal_alias"))); +#define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias"))); +#define xmlFreeAutomata xmlFreeAutomata__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias"))); +#define xmlFreeCatalog xmlFreeCatalog__internal_alias +#endif + +extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias"))); +#define xmlFreeDoc xmlFreeDoc__internal_alias + +extern __typeof (xmlFreeDtd) xmlFreeDtd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeDtd) xmlFreeDtd __attribute((alias("xmlFreeDtd__internal_alias"))); +#define xmlFreeDtd xmlFreeDtd__internal_alias + +extern __typeof (xmlFreeElementContent) xmlFreeElementContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeElementContent) xmlFreeElementContent __attribute((alias("xmlFreeElementContent__internal_alias"))); +#define xmlFreeElementContent xmlFreeElementContent__internal_alias + +extern __typeof (xmlFreeElementTable) xmlFreeElementTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeElementTable) xmlFreeElementTable __attribute((alias("xmlFreeElementTable__internal_alias"))); +#define xmlFreeElementTable xmlFreeElementTable__internal_alias + +extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable __attribute((alias("xmlFreeEntitiesTable__internal_alias"))); +#define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias + +extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias"))); +#define xmlFreeEnumeration xmlFreeEnumeration__internal_alias + +extern __typeof (xmlFreeIDTable) xmlFreeIDTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeIDTable) xmlFreeIDTable __attribute((alias("xmlFreeIDTable__internal_alias"))); +#define xmlFreeIDTable xmlFreeIDTable__internal_alias + +extern __typeof (xmlFreeInputStream) xmlFreeInputStream__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeInputStream) xmlFreeInputStream __attribute((alias("xmlFreeInputStream__internal_alias"))); +#define xmlFreeInputStream xmlFreeInputStream__internal_alias + +extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias"))); +#define xmlFreeMutex xmlFreeMutex__internal_alias + +extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias"))); +#define xmlFreeNode xmlFreeNode__internal_alias + +extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias"))); +#define xmlFreeNodeList xmlFreeNodeList__internal_alias + +extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable __attribute((alias("xmlFreeNotationTable__internal_alias"))); +#define xmlFreeNotationTable xmlFreeNotationTable__internal_alias + +extern __typeof (xmlFreeNs) xmlFreeNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeNs) xmlFreeNs __attribute((alias("xmlFreeNs__internal_alias"))); +#define xmlFreeNs xmlFreeNs__internal_alias + +extern __typeof (xmlFreeNsList) xmlFreeNsList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeNsList) xmlFreeNsList __attribute((alias("xmlFreeNsList__internal_alias"))); +#define xmlFreeNsList xmlFreeNsList__internal_alias + +extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias"))); +#define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias + +extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer __attribute((alias("xmlFreeParserInputBuffer__internal_alias"))); +#define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias + +#ifdef LIBXML_PATTERN_ENABLED +extern __typeof (xmlFreePattern) xmlFreePattern__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreePattern) xmlFreePattern __attribute((alias("xmlFreePattern__internal_alias"))); +#define xmlFreePattern xmlFreePattern__internal_alias +#endif + +#ifdef LIBXML_PATTERN_ENABLED +extern __typeof (xmlFreePatternList) xmlFreePatternList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreePatternList) xmlFreePatternList __attribute((alias("xmlFreePatternList__internal_alias"))); +#define xmlFreePatternList xmlFreePatternList__internal_alias +#endif + +extern __typeof (xmlFreeProp) xmlFreeProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeProp) xmlFreeProp __attribute((alias("xmlFreeProp__internal_alias"))); +#define xmlFreeProp xmlFreeProp__internal_alias + +extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias"))); +#define xmlFreePropList xmlFreePropList__internal_alias + +extern __typeof (xmlFreeRMutex) xmlFreeRMutex__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeRMutex) xmlFreeRMutex __attribute((alias("xmlFreeRMutex__internal_alias"))); +#define xmlFreeRMutex xmlFreeRMutex__internal_alias + +extern __typeof (xmlFreeRefTable) xmlFreeRefTable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeRefTable) xmlFreeRefTable __attribute((alias("xmlFreeRefTable__internal_alias"))); +#define xmlFreeRefTable xmlFreeRefTable__internal_alias + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlFreeTextReader) xmlFreeTextReader__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeTextReader) xmlFreeTextReader __attribute((alias("xmlFreeTextReader__internal_alias"))); +#define xmlFreeTextReader xmlFreeTextReader__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter __attribute((alias("xmlFreeTextWriter__internal_alias"))); +#define xmlFreeTextWriter xmlFreeTextWriter__internal_alias +#endif + +extern __typeof (xmlFreeURI) xmlFreeURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeURI) xmlFreeURI __attribute((alias("xmlFreeURI__internal_alias"))); +#define xmlFreeURI xmlFreeURI__internal_alias + +extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt __attribute((alias("xmlFreeValidCtxt__internal_alias"))); +#define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias + +extern __typeof (xmlGcMemGet) xmlGcMemGet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGcMemGet) xmlGcMemGet __attribute((alias("xmlGcMemGet__internal_alias"))); +#define xmlGcMemGet xmlGcMemGet__internal_alias + +extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias"))); +#define xmlGcMemSetup xmlGcMemSetup__internal_alias + +extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme __attribute((alias("xmlGetBufferAllocationScheme__internal_alias"))); +#define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias + +extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler __attribute((alias("xmlGetCharEncodingHandler__internal_alias"))); +#define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias + +extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncodingName__internal_alias"))); +#define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias + +extern __typeof (xmlGetCompressMode) xmlGetCompressMode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetCompressMode) xmlGetCompressMode __attribute((alias("xmlGetCompressMode__internal_alias"))); +#define xmlGetCompressMode xmlGetCompressMode__internal_alias + +extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode __attribute((alias("xmlGetDocCompressMode__internal_alias"))); +#define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias + +extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_alias"))); +#define xmlGetDocEntity xmlGetDocEntity__internal_alias + +extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias"))); +#define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias + +extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc __attribute((alias("xmlGetDtdElementDesc__internal_alias"))); +#define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias + +extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias"))); +#define xmlGetDtdEntity xmlGetDtdEntity__internal_alias + +extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias"))); +#define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias + +extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__internal_alias"))); +#define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias + +extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc __attribute((alias("xmlGetDtdQElementDesc__internal_alias"))); +#define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias + +extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias __attribute((alias("xmlGetEncodingAlias__internal_alias"))); +#define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias + +extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader __attribute((alias("xmlGetExternalEntityLoader__internal_alias"))); +#define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias + +extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias"))); +#define xmlGetFeature xmlGetFeature__internal_alias + +extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__internal_alias"))); +#define xmlGetFeaturesList xmlGetFeaturesList__internal_alias + +extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__internal_alias"))); +#define xmlGetGlobalState xmlGetGlobalState__internal_alias + +extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias"))); +#define xmlGetID xmlGetID__internal_alias + +extern __typeof (xmlGetIntSubset) xmlGetIntSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetIntSubset) xmlGetIntSubset __attribute((alias("xmlGetIntSubset__internal_alias"))); +#define xmlGetIntSubset xmlGetIntSubset__internal_alias + +extern __typeof (xmlGetLastChild) xmlGetLastChild__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetLastChild) xmlGetLastChild __attribute((alias("xmlGetLastChild__internal_alias"))); +#define xmlGetLastChild xmlGetLastChild__internal_alias + +extern __typeof (xmlGetLastError) xmlGetLastError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetLastError) xmlGetLastError __attribute((alias("xmlGetLastError__internal_alias"))); +#define xmlGetLastError xmlGetLastError__internal_alias + +extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias"))); +#define xmlGetLineNo xmlGetLineNo__internal_alias + +extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias"))); +#define xmlGetNoNsProp xmlGetNoNsProp__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias"))); +#define xmlGetNodePath xmlGetNodePath__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlGetNsList) xmlGetNsList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetNsList) xmlGetNsList __attribute((alias("xmlGetNsList__internal_alias"))); +#define xmlGetNsList xmlGetNsList__internal_alias +#endif + +extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias"))); +#define xmlGetNsProp xmlGetNsProp__internal_alias + +extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity __attribute((alias("xmlGetParameterEntity__internal_alias"))); +#define xmlGetParameterEntity xmlGetParameterEntity__internal_alias + +extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity __attribute((alias("xmlGetPredefinedEntity__internal_alias"))); +#define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias + +extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias"))); +#define xmlGetProp xmlGetProp__internal_alias + +extern __typeof (xmlGetRefs) xmlGetRefs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetRefs) xmlGetRefs __attribute((alias("xmlGetRefs__internal_alias"))); +#define xmlGetRefs xmlGetRefs__internal_alias + +extern __typeof (xmlGetThreadId) xmlGetThreadId__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetThreadId) xmlGetThreadId __attribute((alias("xmlGetThreadId__internal_alias"))); +#define xmlGetThreadId xmlGetThreadId__internal_alias + +extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias"))); +#define xmlGetUTF8Char xmlGetUTF8Char__internal_alias + +extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias"))); +#define xmlHandleEntity xmlHandleEntity__internal_alias + +extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias"))); +#define xmlHasNsProp xmlHasNsProp__internal_alias + +extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias"))); +#define xmlHasProp xmlHasProp__internal_alias + +extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias"))); +#define xmlHashAddEntry xmlHashAddEntry__internal_alias + +extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_alias"))); +#define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias + +extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3 __attribute((alias("xmlHashAddEntry3__internal_alias"))); +#define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias + +extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias"))); +#define xmlHashCopy xmlHashCopy__internal_alias + +extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias"))); +#define xmlHashCreate xmlHashCreate__internal_alias + +extern __typeof (xmlHashFree) xmlHashFree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias"))); +#define xmlHashFree xmlHashFree__internal_alias + +extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias"))); +#define xmlHashLookup xmlHashLookup__internal_alias + +extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias"))); +#define xmlHashLookup2 xmlHashLookup2__internal_alias + +extern __typeof (xmlHashLookup3) xmlHashLookup3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashLookup3) xmlHashLookup3 __attribute((alias("xmlHashLookup3__internal_alias"))); +#define xmlHashLookup3 xmlHashLookup3__internal_alias + +extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias"))); +#define xmlHashQLookup xmlHashQLookup__internal_alias + +extern __typeof (xmlHashQLookup2) xmlHashQLookup2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashQLookup2) xmlHashQLookup2 __attribute((alias("xmlHashQLookup2__internal_alias"))); +#define xmlHashQLookup2 xmlHashQLookup2__internal_alias + +extern __typeof (xmlHashQLookup3) xmlHashQLookup3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashQLookup3) xmlHashQLookup3 __attribute((alias("xmlHashQLookup3__internal_alias"))); +#define xmlHashQLookup3 xmlHashQLookup3__internal_alias + +extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias"))); +#define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias + +extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias"))); +#define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias + +extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias"))); +#define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias + +extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias"))); +#define xmlHashScan xmlHashScan__internal_alias + +extern __typeof (xmlHashScan3) xmlHashScan3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashScan3) xmlHashScan3 __attribute((alias("xmlHashScan3__internal_alias"))); +#define xmlHashScan3 xmlHashScan3__internal_alias + +extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias"))); +#define xmlHashScanFull xmlHashScanFull__internal_alias + +extern __typeof (xmlHashScanFull3) xmlHashScanFull3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashScanFull3) xmlHashScanFull3 __attribute((alias("xmlHashScanFull3__internal_alias"))); +#define xmlHashScanFull3 xmlHashScanFull3__internal_alias + +extern __typeof (xmlHashSize) xmlHashSize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashSize) xmlHashSize __attribute((alias("xmlHashSize__internal_alias"))); +#define xmlHashSize xmlHashSize__internal_alias + +extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias"))); +#define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias + +extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2 __attribute((alias("xmlHashUpdateEntry2__internal_alias"))); +#define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias + +extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3 __attribute((alias("xmlHashUpdateEntry3__internal_alias"))); +#define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlIOFTPClose) xmlIOFTPClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOFTPClose) xmlIOFTPClose __attribute((alias("xmlIOFTPClose__internal_alias"))); +#define xmlIOFTPClose xmlIOFTPClose__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias"))); +#define xmlIOFTPMatch xmlIOFTPMatch__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen __attribute((alias("xmlIOFTPOpen__internal_alias"))); +#define xmlIOFTPOpen xmlIOFTPOpen__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias"))); +#define xmlIOFTPRead xmlIOFTPRead__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias"))); +#define xmlIOHTTPClose xmlIOHTTPClose__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias"))); +#define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen __attribute((alias("xmlIOHTTPOpen__internal_alias"))); +#define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias"))); +#define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias"))); +#define xmlIOHTTPRead xmlIOHTTPRead__internal_alias +#endif + +extern __typeof (xmlIOParseDTD) xmlIOParseDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIOParseDTD) xmlIOParseDTD __attribute((alias("xmlIOParseDTD__internal_alias"))); +#define xmlIOParseDTD xmlIOParseDTD__internal_alias + +extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers __attribute((alias("xmlInitCharEncodingHandlers__internal_alias"))); +#define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias + +extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias"))); +#define xmlInitGlobals xmlInitGlobals__internal_alias + +extern __typeof (xmlInitMemory) xmlInitMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitMemory) xmlInitMemory __attribute((alias("xmlInitMemory__internal_alias"))); +#define xmlInitMemory xmlInitMemory__internal_alias + +extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias"))); +#define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias + +extern __typeof (xmlInitParser) xmlInitParser__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitParser) xmlInitParser __attribute((alias("xmlInitParser__internal_alias"))); +#define xmlInitParser xmlInitParser__internal_alias + +extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt __attribute((alias("xmlInitParserCtxt__internal_alias"))); +#define xmlInitParserCtxt xmlInitParserCtxt__internal_alias + +extern __typeof (xmlInitThreads) xmlInitThreads__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitThreads) xmlInitThreads __attribute((alias("xmlInitThreads__internal_alias"))); +#define xmlInitThreads xmlInitThreads__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("xmlInitializeCatalog__internal_alias"))); +#define xmlInitializeCatalog xmlInitializeCatalog__internal_alias +#endif + +extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute((alias("xmlInitializeGlobalState__internal_alias"))); +#define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias + +extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities __attribute((alias("xmlInitializePredefinedEntities__internal_alias"))); +#define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias + +extern __typeof (xmlIsBaseChar) xmlIsBaseChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsBaseChar) xmlIsBaseChar __attribute((alias("xmlIsBaseChar__internal_alias"))); +#define xmlIsBaseChar xmlIsBaseChar__internal_alias + +extern __typeof (xmlIsBlank) xmlIsBlank__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsBlank) xmlIsBlank __attribute((alias("xmlIsBlank__internal_alias"))); +#define xmlIsBlank xmlIsBlank__internal_alias + +extern __typeof (xmlIsBlankNode) xmlIsBlankNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsBlankNode) xmlIsBlankNode __attribute((alias("xmlIsBlankNode__internal_alias"))); +#define xmlIsBlankNode xmlIsBlankNode__internal_alias + +extern __typeof (xmlIsChar) xmlIsChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsChar) xmlIsChar __attribute((alias("xmlIsChar__internal_alias"))); +#define xmlIsChar xmlIsChar__internal_alias + +extern __typeof (xmlIsCombining) xmlIsCombining__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsCombining) xmlIsCombining __attribute((alias("xmlIsCombining__internal_alias"))); +#define xmlIsCombining xmlIsCombining__internal_alias + +extern __typeof (xmlIsDigit) xmlIsDigit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsDigit) xmlIsDigit __attribute((alias("xmlIsDigit__internal_alias"))); +#define xmlIsDigit xmlIsDigit__internal_alias + +extern __typeof (xmlIsExtender) xmlIsExtender__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsExtender) xmlIsExtender __attribute((alias("xmlIsExtender__internal_alias"))); +#define xmlIsExtender xmlIsExtender__internal_alias + +extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias"))); +#define xmlIsID xmlIsID__internal_alias + +extern __typeof (xmlIsIdeographic) xmlIsIdeographic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsIdeographic) xmlIsIdeographic __attribute((alias("xmlIsIdeographic__internal_alias"))); +#define xmlIsIdeographic xmlIsIdeographic__internal_alias + +extern __typeof (xmlIsLetter) xmlIsLetter__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsLetter) xmlIsLetter __attribute((alias("xmlIsLetter__internal_alias"))); +#define xmlIsLetter xmlIsLetter__internal_alias + +extern __typeof (xmlIsMainThread) xmlIsMainThread__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsMainThread) xmlIsMainThread __attribute((alias("xmlIsMainThread__internal_alias"))); +#define xmlIsMainThread xmlIsMainThread__internal_alias + +extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias"))); +#define xmlIsMixedElement xmlIsMixedElement__internal_alias + +extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias"))); +#define xmlIsPubidChar xmlIsPubidChar__internal_alias + +extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias"))); +#define xmlIsRef xmlIsRef__internal_alias + +extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias"))); +#define xmlIsXHTML xmlIsXHTML__internal_alias + +extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault __attribute((alias("xmlKeepBlanksDefault__internal_alias"))); +#define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias + +extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault __attribute((alias("xmlLineNumbersDefault__internal_alias"))); +#define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias + +extern __typeof (xmlLinkGetData) xmlLinkGetData__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLinkGetData) xmlLinkGetData __attribute((alias("xmlLinkGetData__internal_alias"))); +#define xmlLinkGetData xmlLinkGetData__internal_alias + +extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias"))); +#define xmlListAppend xmlListAppend__internal_alias + +extern __typeof (xmlListClear) xmlListClear__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListClear) xmlListClear __attribute((alias("xmlListClear__internal_alias"))); +#define xmlListClear xmlListClear__internal_alias + +extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias"))); +#define xmlListCopy xmlListCopy__internal_alias + +extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias"))); +#define xmlListCreate xmlListCreate__internal_alias + +extern __typeof (xmlListDelete) xmlListDelete__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListDelete) xmlListDelete __attribute((alias("xmlListDelete__internal_alias"))); +#define xmlListDelete xmlListDelete__internal_alias + +extern __typeof (xmlListDup) xmlListDup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListDup) xmlListDup __attribute((alias("xmlListDup__internal_alias"))); +#define xmlListDup xmlListDup__internal_alias + +extern __typeof (xmlListEmpty) xmlListEmpty__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListEmpty) xmlListEmpty __attribute((alias("xmlListEmpty__internal_alias"))); +#define xmlListEmpty xmlListEmpty__internal_alias + +extern __typeof (xmlListEnd) xmlListEnd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListEnd) xmlListEnd __attribute((alias("xmlListEnd__internal_alias"))); +#define xmlListEnd xmlListEnd__internal_alias + +extern __typeof (xmlListFront) xmlListFront__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListFront) xmlListFront __attribute((alias("xmlListFront__internal_alias"))); +#define xmlListFront xmlListFront__internal_alias + +extern __typeof (xmlListInsert) xmlListInsert__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListInsert) xmlListInsert __attribute((alias("xmlListInsert__internal_alias"))); +#define xmlListInsert xmlListInsert__internal_alias + +extern __typeof (xmlListMerge) xmlListMerge__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListMerge) xmlListMerge __attribute((alias("xmlListMerge__internal_alias"))); +#define xmlListMerge xmlListMerge__internal_alias + +extern __typeof (xmlListPopBack) xmlListPopBack__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListPopBack) xmlListPopBack __attribute((alias("xmlListPopBack__internal_alias"))); +#define xmlListPopBack xmlListPopBack__internal_alias + +extern __typeof (xmlListPopFront) xmlListPopFront__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListPopFront) xmlListPopFront __attribute((alias("xmlListPopFront__internal_alias"))); +#define xmlListPopFront xmlListPopFront__internal_alias + +extern __typeof (xmlListPushBack) xmlListPushBack__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListPushBack) xmlListPushBack __attribute((alias("xmlListPushBack__internal_alias"))); +#define xmlListPushBack xmlListPushBack__internal_alias + +extern __typeof (xmlListPushFront) xmlListPushFront__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListPushFront) xmlListPushFront __attribute((alias("xmlListPushFront__internal_alias"))); +#define xmlListPushFront xmlListPushFront__internal_alias + +extern __typeof (xmlListRemoveAll) xmlListRemoveAll__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListRemoveAll) xmlListRemoveAll __attribute((alias("xmlListRemoveAll__internal_alias"))); +#define xmlListRemoveAll xmlListRemoveAll__internal_alias + +extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst __attribute((alias("xmlListRemoveFirst__internal_alias"))); +#define xmlListRemoveFirst xmlListRemoveFirst__internal_alias + +extern __typeof (xmlListRemoveLast) xmlListRemoveLast__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListRemoveLast) xmlListRemoveLast __attribute((alias("xmlListRemoveLast__internal_alias"))); +#define xmlListRemoveLast xmlListRemoveLast__internal_alias + +extern __typeof (xmlListReverse) xmlListReverse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListReverse) xmlListReverse __attribute((alias("xmlListReverse__internal_alias"))); +#define xmlListReverse xmlListReverse__internal_alias + +extern __typeof (xmlListReverseSearch) xmlListReverseSearch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListReverseSearch) xmlListReverseSearch __attribute((alias("xmlListReverseSearch__internal_alias"))); +#define xmlListReverseSearch xmlListReverseSearch__internal_alias + +extern __typeof (xmlListReverseWalk) xmlListReverseWalk__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListReverseWalk) xmlListReverseWalk __attribute((alias("xmlListReverseWalk__internal_alias"))); +#define xmlListReverseWalk xmlListReverseWalk__internal_alias + +extern __typeof (xmlListSearch) xmlListSearch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListSearch) xmlListSearch __attribute((alias("xmlListSearch__internal_alias"))); +#define xmlListSearch xmlListSearch__internal_alias + +extern __typeof (xmlListSize) xmlListSize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListSize) xmlListSize __attribute((alias("xmlListSize__internal_alias"))); +#define xmlListSize xmlListSize__internal_alias + +extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias"))); +#define xmlListSort xmlListSort__internal_alias + +extern __typeof (xmlListWalk) xmlListWalk__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlListWalk) xmlListWalk __attribute((alias("xmlListWalk__internal_alias"))); +#define xmlListWalk xmlListWalk__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlLoadACatalog) xmlLoadACatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLoadACatalog) xmlLoadACatalog __attribute((alias("xmlLoadACatalog__internal_alias"))); +#define xmlLoadACatalog xmlLoadACatalog__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias"))); +#define xmlLoadCatalog xmlLoadCatalog__internal_alias +#endif + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs __attribute((alias("xmlLoadCatalogs__internal_alias"))); +#define xmlLoadCatalogs xmlLoadCatalogs__internal_alias +#endif + +extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity __attribute((alias("xmlLoadExternalEntity__internal_alias"))); +#define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog __attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias"))); +#define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias +#endif + +extern __typeof (xmlLockLibrary) xmlLockLibrary__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLockLibrary) xmlLockLibrary __attribute((alias("xmlLockLibrary__internal_alias"))); +#define xmlLockLibrary xmlLockLibrary__internal_alias + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias"))); +#define xmlLsCountNode xmlLsCountNode__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias"))); +#define xmlLsOneNode xmlLsOneNode__internal_alias +#endif + +extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias"))); +#define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias + +extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias"))); +#define xmlMallocLoc xmlMallocLoc__internal_alias + +extern __typeof (xmlMemDisplay) xmlMemDisplay__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemDisplay) xmlMemDisplay __attribute((alias("xmlMemDisplay__internal_alias"))); +#define xmlMemDisplay xmlMemDisplay__internal_alias + +extern __typeof (xmlMemFree) xmlMemFree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemFree) xmlMemFree __attribute((alias("xmlMemFree__internal_alias"))); +#define xmlMemFree xmlMemFree__internal_alias + +extern __typeof (xmlMemGet) xmlMemGet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemGet) xmlMemGet __attribute((alias("xmlMemGet__internal_alias"))); +#define xmlMemGet xmlMemGet__internal_alias + +extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias"))); +#define xmlMemMalloc xmlMemMalloc__internal_alias + +extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias"))); +#define xmlMemRealloc xmlMemRealloc__internal_alias + +extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias"))); +#define xmlMemSetup xmlMemSetup__internal_alias + +extern __typeof (xmlMemShow) xmlMemShow__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemShow) xmlMemShow __attribute((alias("xmlMemShow__internal_alias"))); +#define xmlMemShow xmlMemShow__internal_alias + +extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias"))); +#define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias + +extern __typeof (xmlMemUsed) xmlMemUsed__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemUsed) xmlMemUsed __attribute((alias("xmlMemUsed__internal_alias"))); +#define xmlMemUsed xmlMemUsed__internal_alias + +extern __typeof (xmlMemoryDump) xmlMemoryDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemoryDump) xmlMemoryDump __attribute((alias("xmlMemoryDump__internal_alias"))); +#define xmlMemoryDump xmlMemoryDump__internal_alias + +extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias"))); +#define xmlMemoryStrdup xmlMemoryStrdup__internal_alias + +extern __typeof (xmlMutexLock) xmlMutexLock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMutexLock) xmlMutexLock __attribute((alias("xmlMutexLock__internal_alias"))); +#define xmlMutexLock xmlMutexLock__internal_alias + +extern __typeof (xmlMutexUnlock) xmlMutexUnlock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlMutexUnlock) xmlMutexUnlock __attribute((alias("xmlMutexUnlock__internal_alias"))); +#define xmlMutexUnlock xmlMutexUnlock__internal_alias + +extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName __attribute((alias("xmlNamespaceParseNCName__internal_alias"))); +#define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias + +extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef __attribute((alias("xmlNamespaceParseNSDef__internal_alias"))); +#define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias + +extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName __attribute((alias("xmlNamespaceParseQName__internal_alias"))); +#define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse __attribute((alias("xmlNanoFTPCheckResponse__internal_alias"))); +#define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup __attribute((alias("xmlNanoFTPCleanup__internal_alias"))); +#define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose __attribute((alias("xmlNanoFTPClose__internal_alias"))); +#define xmlNanoFTPClose xmlNanoFTPClose__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection __attribute((alias("xmlNanoFTPCloseConnection__internal_alias"))); +#define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect __attribute((alias("xmlNanoFTPConnect__internal_alias"))); +#define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo __attribute((alias("xmlNanoFTPConnectTo__internal_alias"))); +#define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd __attribute((alias("xmlNanoFTPCwd__internal_alias"))); +#define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele __attribute((alias("xmlNanoFTPDele__internal_alias"))); +#define xmlNanoFTPDele xmlNanoFTPDele__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt __attribute((alias("xmlNanoFTPFreeCtxt__internal_alias"))); +#define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet __attribute((alias("xmlNanoFTPGet__internal_alias"))); +#define xmlNanoFTPGet xmlNanoFTPGet__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection __attribute((alias("xmlNanoFTPGetConnection__internal_alias"))); +#define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse __attribute((alias("xmlNanoFTPGetResponse__internal_alias"))); +#define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket __attribute((alias("xmlNanoFTPGetSocket__internal_alias"))); +#define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit __attribute((alias("xmlNanoFTPInit__internal_alias"))); +#define xmlNanoFTPInit xmlNanoFTPInit__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPList) xmlNanoFTPList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPList) xmlNanoFTPList __attribute((alias("xmlNanoFTPList__internal_alias"))); +#define xmlNanoFTPList xmlNanoFTPList__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt __attribute((alias("xmlNanoFTPNewCtxt__internal_alias"))); +#define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen __attribute((alias("xmlNanoFTPOpen__internal_alias"))); +#define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy __attribute((alias("xmlNanoFTPProxy__internal_alias"))); +#define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit __attribute((alias("xmlNanoFTPQuit__internal_alias"))); +#define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead __attribute((alias("xmlNanoFTPRead__internal_alias"))); +#define xmlNanoFTPRead xmlNanoFTPRead__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy __attribute((alias("xmlNanoFTPScanProxy__internal_alias"))); +#define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias +#endif + +#ifdef LIBXML_FTP_ENABLED +extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL __attribute((alias("xmlNanoFTPUpdateURL__internal_alias"))); +#define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader __attribute((alias("xmlNanoHTTPAuthHeader__internal_alias"))); +#define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup __attribute((alias("xmlNanoHTTPCleanup__internal_alias"))); +#define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose __attribute((alias("xmlNanoHTTPClose__internal_alias"))); +#define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding __attribute((alias("xmlNanoHTTPEncoding__internal_alias"))); +#define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch __attribute((alias("xmlNanoHTTPFetch__internal_alias"))); +#define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit __attribute((alias("xmlNanoHTTPInit__internal_alias"))); +#define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod __attribute((alias("xmlNanoHTTPMethod__internal_alias"))); +#define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias"))); +#define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType __attribute((alias("xmlNanoHTTPMimeType__internal_alias"))); +#define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen __attribute((alias("xmlNanoHTTPOpen__internal_alias"))); +#define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir __attribute((alias("xmlNanoHTTPOpenRedir__internal_alias"))); +#define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias"))); +#define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir __attribute((alias("xmlNanoHTTPRedir__internal_alias"))); +#define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode __attribute((alias("xmlNanoHTTPReturnCode__internal_alias"))); +#define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave __attribute((alias("xmlNanoHTTPSave__internal_alias"))); +#define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias +#endif +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy __attribute((alias("xmlNanoHTTPScanProxy__internal_alias"))); +#define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias +#endif + +#ifdef LIBXML_AUTOMATA_ENABLED +extern __typeof (xmlNewAutomata) xmlNewAutomata__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewAutomata) xmlNewAutomata __attribute((alias("xmlNewAutomata__internal_alias"))); +#define xmlNewAutomata xmlNewAutomata__internal_alias +#endif + +extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock __attribute((alias("xmlNewCDataBlock__internal_alias"))); +#define xmlNewCDataBlock xmlNewCDataBlock__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlNewCatalog) xmlNewCatalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewCatalog) xmlNewCatalog __attribute((alias("xmlNewCatalog__internal_alias"))); +#define xmlNewCatalog xmlNewCatalog__internal_alias +#endif + +extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler __attribute((alias("xmlNewCharEncodingHandler__internal_alias"))); +#define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias + +extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias"))); +#define xmlNewCharRef xmlNewCharRef__internal_alias + +extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias"))); +#define xmlNewChild xmlNewChild__internal_alias + +extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias"))); +#define xmlNewComment xmlNewComment__internal_alias + +extern __typeof (xmlNewDoc) xmlNewDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDoc) xmlNewDoc __attribute((alias("xmlNewDoc__internal_alias"))); +#define xmlNewDoc xmlNewDoc__internal_alias + +extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias"))); +#define xmlNewDocComment xmlNewDocComment__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNewDocFragment) xmlNewDocFragment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocFragment) xmlNewDocFragment __attribute((alias("xmlNewDocFragment__internal_alias"))); +#define xmlNewDocFragment xmlNewDocFragment__internal_alias +#endif + +extern __typeof (xmlNewDocNode) xmlNewDocNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocNode) xmlNewDocNode __attribute((alias("xmlNewDocNode__internal_alias"))); +#define xmlNewDocNode xmlNewDocNode__internal_alias + +extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatName__internal_alias"))); +#define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias + +extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias"))); +#define xmlNewDocProp xmlNewDocProp__internal_alias + +extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode __attribute((alias("xmlNewDocRawNode__internal_alias"))); +#define xmlNewDocRawNode xmlNewDocRawNode__internal_alias + +extern __typeof (xmlNewDocText) xmlNewDocText__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocText) xmlNewDocText __attribute((alias("xmlNewDocText__internal_alias"))); +#define xmlNewDocText xmlNewDocText__internal_alias + +extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen __attribute((alias("xmlNewDocTextLen__internal_alias"))); +#define xmlNewDocTextLen xmlNewDocTextLen__internal_alias + +extern __typeof (xmlNewDtd) xmlNewDtd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewDtd) xmlNewDtd __attribute((alias("xmlNewDtd__internal_alias"))); +#define xmlNewDtd xmlNewDtd__internal_alias + +extern __typeof (xmlNewElementContent) xmlNewElementContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewElementContent) xmlNewElementContent __attribute((alias("xmlNewElementContent__internal_alias"))); +#define xmlNewElementContent xmlNewElementContent__internal_alias + +extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream __attribute((alias("xmlNewEntityInputStream__internal_alias"))); +#define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias + +extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs __attribute((alias("xmlNewGlobalNs__internal_alias"))); +#define xmlNewGlobalNs xmlNewGlobalNs__internal_alias + +extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream__internal_alias"))); +#define xmlNewIOInputStream xmlNewIOInputStream__internal_alias + +extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile __attribute((alias("xmlNewInputFromFile__internal_alias"))); +#define xmlNewInputFromFile xmlNewInputFromFile__internal_alias + +extern __typeof (xmlNewInputStream) xmlNewInputStream__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewInputStream) xmlNewInputStream __attribute((alias("xmlNewInputStream__internal_alias"))); +#define xmlNewInputStream xmlNewInputStream__internal_alias + +extern __typeof (xmlNewMutex) xmlNewMutex__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewMutex) xmlNewMutex __attribute((alias("xmlNewMutex__internal_alias"))); +#define xmlNewMutex xmlNewMutex__internal_alias + +extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias"))); +#define xmlNewNode xmlNewNode__internal_alias + +extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName __attribute((alias("xmlNewNodeEatName__internal_alias"))); +#define xmlNewNodeEatName xmlNewNodeEatName__internal_alias + +extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias"))); +#define xmlNewNs xmlNewNs__internal_alias + +extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias"))); +#define xmlNewNsProp xmlNewNsProp__internal_alias + +extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias"))); +#define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias + +extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias"))); +#define xmlNewPI xmlNewPI__internal_alias + +extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias"))); +#define xmlNewParserCtxt xmlNewParserCtxt__internal_alias + +extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias"))); +#define xmlNewProp xmlNewProp__internal_alias + +extern __typeof (xmlNewRMutex) xmlNewRMutex__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewRMutex) xmlNewRMutex __attribute((alias("xmlNewRMutex__internal_alias"))); +#define xmlNewRMutex xmlNewRMutex__internal_alias + +extern __typeof (xmlNewReference) xmlNewReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewReference) xmlNewReference __attribute((alias("xmlNewReference__internal_alias"))); +#define xmlNewReference xmlNewReference__internal_alias + +extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream __attribute((alias("xmlNewStringInputStream__internal_alias"))); +#define xmlNewStringInputStream xmlNewStringInputStream__internal_alias + +extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias"))); +#define xmlNewText xmlNewText__internal_alias + +extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias"))); +#define xmlNewTextChild xmlNewTextChild__internal_alias + +extern __typeof (xmlNewTextLen) xmlNewTextLen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextLen) xmlNewTextLen __attribute((alias("xmlNewTextLen__internal_alias"))); +#define xmlNewTextLen xmlNewTextLen__internal_alias + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlNewTextReader) xmlNewTextReader__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextReader) xmlNewTextReader __attribute((alias("xmlNewTextReader__internal_alias"))); +#define xmlNewTextReader xmlNewTextReader__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename __attribute((alias("xmlNewTextReaderFilename__internal_alias"))); +#define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlNewTextWriter) xmlNewTextWriter__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextWriter) xmlNewTextWriter __attribute((alias("xmlNewTextWriter__internal_alias"))); +#define xmlNewTextWriter xmlNewTextWriter__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc __attribute((alias("xmlNewTextWriterDoc__internal_alias"))); +#define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename __attribute((alias("xmlNewTextWriterFilename__internal_alias"))); +#define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory __attribute((alias("xmlNewTextWriterMemory__internal_alias"))); +#define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser __attribute((alias("xmlNewTextWriterPushParser__internal_alias"))); +#define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree __attribute((alias("xmlNewTextWriterTree__internal_alias"))); +#define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias +#endif + +extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt __attribute((alias("xmlNewValidCtxt__internal_alias"))); +#define xmlNewValidCtxt xmlNewValidCtxt__internal_alias + +extern __typeof (xmlNextChar) xmlNextChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNextChar) xmlNextChar __attribute((alias("xmlNextChar__internal_alias"))); +#define xmlNextChar xmlNextChar__internal_alias + +extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader __attribute((alias("xmlNoNetExternalEntityLoader__internal_alias"))); +#define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias + +extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__internal_alias"))); +#define xmlNodeAddContent xmlNodeAddContent__internal_alias + +extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias"))); +#define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias + +extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent __attribute((alias("xmlNodeBufGetContent__internal_alias"))); +#define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlNodeDump) xmlNodeDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeDump) xmlNodeDump __attribute((alias("xmlNodeDump__internal_alias"))); +#define xmlNodeDump xmlNodeDump__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias"))); +#define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias +#endif + +extern __typeof (xmlNodeGetBase) xmlNodeGetBase__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeGetBase) xmlNodeGetBase __attribute((alias("xmlNodeGetBase__internal_alias"))); +#define xmlNodeGetBase xmlNodeGetBase__internal_alias + +extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias"))); +#define xmlNodeGetContent xmlNodeGetContent__internal_alias + +extern __typeof (xmlNodeGetLang) xmlNodeGetLang__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeGetLang) xmlNodeGetLang __attribute((alias("xmlNodeGetLang__internal_alias"))); +#define xmlNodeGetLang xmlNodeGetLang__internal_alias + +extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve __attribute((alias("xmlNodeGetSpacePreserve__internal_alias"))); +#define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias + +extern __typeof (xmlNodeIsText) xmlNodeIsText__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeIsText) xmlNodeIsText __attribute((alias("xmlNodeIsText__internal_alias"))); +#define xmlNodeIsText xmlNodeIsText__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString __attribute((alias("xmlNodeListGetRawString__internal_alias"))); +#define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias +#endif + +extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetString__internal_alias"))); +#define xmlNodeListGetString xmlNodeListGetString__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNodeSetBase) xmlNodeSetBase__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeSetBase) xmlNodeSetBase __attribute((alias("xmlNodeSetBase__internal_alias"))); +#define xmlNodeSetBase xmlNodeSetBase__internal_alias +#endif + +extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__internal_alias"))); +#define xmlNodeSetContent xmlNodeSetContent__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias"))); +#define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNodeSetLang) xmlNodeSetLang__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeSetLang) xmlNodeSetLang __attribute((alias("xmlNodeSetLang__internal_alias"))); +#define xmlNodeSetLang xmlNodeSetLang__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNodeSetName) xmlNodeSetName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeSetName) xmlNodeSetName __attribute((alias("xmlNodeSetName__internal_alias"))); +#define xmlNodeSetName xmlNodeSetName__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve __attribute((alias("xmlNodeSetSpacePreserve__internal_alias"))); +#define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias +#endif + +extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath __attribute((alias("xmlNormalizeURIPath__internal_alias"))); +#define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias + +extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath __attribute((alias("xmlNormalizeWindowsPath__internal_alias"))); +#define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias"))); +#define xmlOutputBufferClose xmlOutputBufferClose__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd __attribute((alias("xmlOutputBufferCreateFd__internal_alias"))); +#define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile __attribute((alias("xmlOutputBufferCreateFile__internal_alias"))); +#define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename __attribute((alias("xmlOutputBufferCreateFilename__internal_alias"))); +#define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias +#endif + +extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault __attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias"))); +#define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO __attribute((alias("xmlOutputBufferCreateIO__internal_alias"))); +#define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias"))); +#define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("xmlOutputBufferWrite__internal_alias"))); +#define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape __attribute((alias("xmlOutputBufferWriteEscape__internal_alias"))); +#define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString __attribute((alias("xmlOutputBufferWriteString__internal_alias"))); +#define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias +#endif + +extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias"))); +#define xmlParseAttValue xmlParseAttValue__internal_alias + +extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias"))); +#define xmlParseAttribute xmlParseAttribute__internal_alias + +extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias"))); +#define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias + +extern __typeof (xmlParseAttributeType) xmlParseAttributeType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseAttributeType) xmlParseAttributeType __attribute((alias("xmlParseAttributeType__internal_alias"))); +#define xmlParseAttributeType xmlParseAttributeType__internal_alias + +extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory __attribute((alias("xmlParseBalancedChunkMemory__internal_alias"))); +#define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias + +extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover __attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias"))); +#define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias + +extern __typeof (xmlParseCDSect) xmlParseCDSect__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseCDSect) xmlParseCDSect __attribute((alias("xmlParseCDSect__internal_alias"))); +#define xmlParseCDSect xmlParseCDSect__internal_alias + +#ifdef LIBXML_CATALOG_ENABLED +extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias"))); +#define xmlParseCatalogFile xmlParseCatalogFile__internal_alias +#endif + +extern __typeof (xmlParseCharData) xmlParseCharData__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseCharData) xmlParseCharData __attribute((alias("xmlParseCharData__internal_alias"))); +#define xmlParseCharData xmlParseCharData__internal_alias + +extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding __attribute((alias("xmlParseCharEncoding__internal_alias"))); +#define xmlParseCharEncoding xmlParseCharEncoding__internal_alias + +extern __typeof (xmlParseCharRef) xmlParseCharRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseCharRef) xmlParseCharRef __attribute((alias("xmlParseCharRef__internal_alias"))); +#define xmlParseCharRef xmlParseCharRef__internal_alias + +#ifdef LIBXML_PUSH_ENABLED +extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias"))); +#define xmlParseChunk xmlParseChunk__internal_alias +#endif + +extern __typeof (xmlParseComment) xmlParseComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseComment) xmlParseComment __attribute((alias("xmlParseComment__internal_alias"))); +#define xmlParseComment xmlParseComment__internal_alias + +extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias"))); +#define xmlParseContent xmlParseContent__internal_alias + +extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity __attribute((alias("xmlParseCtxtExternalEntity__internal_alias"))); +#define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias + +extern __typeof (xmlParseDTD) xmlParseDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseDTD) xmlParseDTD __attribute((alias("xmlParseDTD__internal_alias"))); +#define xmlParseDTD xmlParseDTD__internal_alias + +extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl __attribute((alias("xmlParseDefaultDecl__internal_alias"))); +#define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias + +extern __typeof (xmlParseDoc) xmlParseDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseDoc) xmlParseDoc __attribute((alias("xmlParseDoc__internal_alias"))); +#define xmlParseDoc xmlParseDoc__internal_alias + +extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl __attribute((alias("xmlParseDocTypeDecl__internal_alias"))); +#define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias + +extern __typeof (xmlParseDocument) xmlParseDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseDocument) xmlParseDocument __attribute((alias("xmlParseDocument__internal_alias"))); +#define xmlParseDocument xmlParseDocument__internal_alias + +extern __typeof (xmlParseElement) xmlParseElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseElement) xmlParseElement __attribute((alias("xmlParseElement__internal_alias"))); +#define xmlParseElement xmlParseElement__internal_alias + +extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl __attribute((alias("xmlParseElementChildrenContentDecl__internal_alias"))); +#define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias + +extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl __attribute((alias("xmlParseElementContentDecl__internal_alias"))); +#define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias + +extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias"))); +#define xmlParseElementDecl xmlParseElementDecl__internal_alias + +extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias"))); +#define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias + +extern __typeof (xmlParseEncName) xmlParseEncName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEncName) xmlParseEncName __attribute((alias("xmlParseEncName__internal_alias"))); +#define xmlParseEncName xmlParseEncName__internal_alias + +extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl __attribute((alias("xmlParseEncodingDecl__internal_alias"))); +#define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias + +extern __typeof (xmlParseEndTag) xmlParseEndTag__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEndTag) xmlParseEndTag __attribute((alias("xmlParseEndTag__internal_alias"))); +#define xmlParseEndTag xmlParseEndTag__internal_alias + +extern __typeof (xmlParseEntity) xmlParseEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEntity) xmlParseEntity __attribute((alias("xmlParseEntity__internal_alias"))); +#define xmlParseEntity xmlParseEntity__internal_alias + +extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl __attribute((alias("xmlParseEntityDecl__internal_alias"))); +#define xmlParseEntityDecl xmlParseEntityDecl__internal_alias + +extern __typeof (xmlParseEntityRef) xmlParseEntityRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEntityRef) xmlParseEntityRef __attribute((alias("xmlParseEntityRef__internal_alias"))); +#define xmlParseEntityRef xmlParseEntityRef__internal_alias + +extern __typeof (xmlParseEntityValue) xmlParseEntityValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEntityValue) xmlParseEntityValue __attribute((alias("xmlParseEntityValue__internal_alias"))); +#define xmlParseEntityValue xmlParseEntityValue__internal_alias + +extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType __attribute((alias("xmlParseEnumeratedType__internal_alias"))); +#define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias + +extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType __attribute((alias("xmlParseEnumerationType__internal_alias"))); +#define xmlParseEnumerationType xmlParseEnumerationType__internal_alias + +extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt __attribute((alias("xmlParseExtParsedEnt__internal_alias"))); +#define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias + +extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity __attribute((alias("xmlParseExternalEntity__internal_alias"))); +#define xmlParseExternalEntity xmlParseExternalEntity__internal_alias + +extern __typeof (xmlParseExternalID) xmlParseExternalID__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseExternalID) xmlParseExternalID __attribute((alias("xmlParseExternalID__internal_alias"))); +#define xmlParseExternalID xmlParseExternalID__internal_alias + +extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset __attribute((alias("xmlParseExternalSubset__internal_alias"))); +#define xmlParseExternalSubset xmlParseExternalSubset__internal_alias + +extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias"))); +#define xmlParseFile xmlParseFile__internal_alias + +extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias"))); +#define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias + +extern __typeof (xmlParseMemory) xmlParseMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseMemory) xmlParseMemory __attribute((alias("xmlParseMemory__internal_alias"))); +#define xmlParseMemory xmlParseMemory__internal_alias + +extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias"))); +#define xmlParseMisc xmlParseMisc__internal_alias + +extern __typeof (xmlParseName) xmlParseName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseName) xmlParseName __attribute((alias("xmlParseName__internal_alias"))); +#define xmlParseName xmlParseName__internal_alias + +extern __typeof (xmlParseNamespace) xmlParseNamespace__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseNamespace) xmlParseNamespace __attribute((alias("xmlParseNamespace__internal_alias"))); +#define xmlParseNamespace xmlParseNamespace__internal_alias + +extern __typeof (xmlParseNmtoken) xmlParseNmtoken__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseNmtoken) xmlParseNmtoken __attribute((alias("xmlParseNmtoken__internal_alias"))); +#define xmlParseNmtoken xmlParseNmtoken__internal_alias + +extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias"))); +#define xmlParseNotationDecl xmlParseNotationDecl__internal_alias + +extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias"))); +#define xmlParseNotationType xmlParseNotationType__internal_alias + +extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias"))); +#define xmlParsePEReference xmlParsePEReference__internal_alias + +extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias"))); +#define xmlParsePI xmlParsePI__internal_alias + +extern __typeof (xmlParsePITarget) xmlParsePITarget__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParsePITarget) xmlParsePITarget __attribute((alias("xmlParsePITarget__internal_alias"))); +#define xmlParsePITarget xmlParsePITarget__internal_alias + +extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral __attribute((alias("xmlParsePubidLiteral__internal_alias"))); +#define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias + +extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias"))); +#define xmlParseQuotedString xmlParseQuotedString__internal_alias + +extern __typeof (xmlParseReference) xmlParseReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseReference) xmlParseReference __attribute((alias("xmlParseReference__internal_alias"))); +#define xmlParseReference xmlParseReference__internal_alias + +extern __typeof (xmlParseSDDecl) xmlParseSDDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseSDDecl) xmlParseSDDecl __attribute((alias("xmlParseSDDecl__internal_alias"))); +#define xmlParseSDDecl xmlParseSDDecl__internal_alias + +extern __typeof (xmlParseStartTag) xmlParseStartTag__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseStartTag) xmlParseStartTag __attribute((alias("xmlParseStartTag__internal_alias"))); +#define xmlParseStartTag xmlParseStartTag__internal_alias + +extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias"))); +#define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias + +extern __typeof (xmlParseTextDecl) xmlParseTextDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseTextDecl) xmlParseTextDecl __attribute((alias("xmlParseTextDecl__internal_alias"))); +#define xmlParseTextDecl xmlParseTextDecl__internal_alias + +extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias"))); +#define xmlParseURI xmlParseURI__internal_alias + +extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias"))); +#define xmlParseURIReference xmlParseURIReference__internal_alias + +extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias"))); +#define xmlParseVersionInfo xmlParseVersionInfo__internal_alias + +extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias"))); +#define xmlParseVersionNum xmlParseVersionNum__internal_alias + +extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias"))); +#define xmlParseXMLDecl xmlParseXMLDecl__internal_alias + +extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo __attribute((alias("xmlParserAddNodeInfo__internal_alias"))); +#define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias + +extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias"))); +#define xmlParserError xmlParserError__internal_alias + +extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias"))); +#define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias + +extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex __attribute((alias("xmlParserFindNodeInfoIndex__internal_alias"))); +#define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias + +extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirectory__internal_alias"))); +#define xmlParserGetDirectory xmlParserGetDirectory__internal_alias + +extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference __attribute((alias("xmlParserHandlePEReference__internal_alias"))); +#define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias + +extern __typeof (xmlParserHandleReference) xmlParserHandleReference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserHandleReference) xmlParserHandleReference __attribute((alias("xmlParserHandleReference__internal_alias"))); +#define xmlParserHandleReference xmlParserHandleReference__internal_alias + +extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd __attribute((alias("xmlParserInputBufferCreateFd__internal_alias"))); +#define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias + +extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile __attribute((alias("xmlParserInputBufferCreateFile__internal_alias"))); +#define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias + +extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename __attribute((alias("xmlParserInputBufferCreateFilename__internal_alias"))); +#define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias + +extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault __attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias"))); +#define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias + +extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO __attribute((alias("xmlParserInputBufferCreateIO__internal_alias"))); +#define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias + +extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem __attribute((alias("xmlParserInputBufferCreateMem__internal_alias"))); +#define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias + +extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic __attribute((alias("xmlParserInputBufferCreateStatic__internal_alias"))); +#define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias + +extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias"))); +#define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias + +extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias"))); +#define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias + +extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias"))); +#define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias + +extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias"))); +#define xmlParserInputGrow xmlParserInputGrow__internal_alias + +extern __typeof (xmlParserInputRead) xmlParserInputRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputRead) xmlParserInputRead __attribute((alias("xmlParserInputRead__internal_alias"))); +#define xmlParserInputRead xmlParserInputRead__internal_alias + +extern __typeof (xmlParserInputShrink) xmlParserInputShrink__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserInputShrink) xmlParserInputShrink __attribute((alias("xmlParserInputShrink__internal_alias"))); +#define xmlParserInputShrink xmlParserInputShrink__internal_alias + +extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext __attribute((alias("xmlParserPrintFileContext__internal_alias"))); +#define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias + +extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo __attribute((alias("xmlParserPrintFileInfo__internal_alias"))); +#define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias + +extern __typeof (xmlParserValidityError) xmlParserValidityError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserValidityError) xmlParserValidityError __attribute((alias("xmlParserValidityError__internal_alias"))); +#define xmlParserValidityError xmlParserValidityError__internal_alias + +extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning __attribute((alias("xmlParserValidityWarning__internal_alias"))); +#define xmlParserValidityWarning xmlParserValidityWarning__internal_alias + +extern __typeof (xmlParserWarning) xmlParserWarning__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlParserWarning) xmlParserWarning __attribute((alias("xmlParserWarning__internal_alias"))); +#define xmlParserWarning xmlParserWarning__internal_alias + +#ifdef LIBXML_PATTERN_ENABLED +extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias"))); +#define xmlPatternMatch xmlPatternMatch__internal_alias +#endif + +#ifdef LIBXML_PATTERN_ENABLED +extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias"))); +#define xmlPatterncompile xmlPatterncompile__internal_alias +#endif + +extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault __attribute((alias("xmlPedanticParserDefault__internal_alias"))); +#define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias + +extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias"))); +#define xmlPopInput xmlPopInput__internal_alias + +extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallbacks__internal_alias"))); +#define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias + +extern __typeof (xmlPrintURI) xmlPrintURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPrintURI) xmlPrintURI __attribute((alias("xmlPrintURI__internal_alias"))); +#define xmlPrintURI xmlPrintURI__internal_alias + +extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias"))); +#define xmlPushInput xmlPushInput__internal_alias + +extern __typeof (xmlRMutexLock) xmlRMutexLock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRMutexLock) xmlRMutexLock __attribute((alias("xmlRMutexLock__internal_alias"))); +#define xmlRMutexLock xmlRMutexLock__internal_alias + +extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias"))); +#define xmlRMutexUnlock xmlRMutexUnlock__internal_alias + +extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias"))); +#define xmlReadDoc xmlReadDoc__internal_alias + +extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias"))); +#define xmlReadFd xmlReadFd__internal_alias + +extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias"))); +#define xmlReadFile xmlReadFile__internal_alias + +extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias"))); +#define xmlReadIO xmlReadIO__internal_alias + +extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias"))); +#define xmlReadMemory xmlReadMemory__internal_alias + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias"))); +#define xmlReaderForDoc xmlReaderForDoc__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias"))); +#define xmlReaderForFd xmlReaderForFd__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias"))); +#define xmlReaderForFile xmlReaderForFile__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderForIO) xmlReaderForIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderForIO) xmlReaderForIO __attribute((alias("xmlReaderForIO__internal_alias"))); +#define xmlReaderForIO xmlReaderForIO__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias"))); +#define xmlReaderForMemory xmlReaderForMemory__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc __attribute((alias("xmlReaderNewDoc__internal_alias"))); +#define xmlReaderNewDoc xmlReaderNewDoc__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderNewFd) xmlReaderNewFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderNewFd) xmlReaderNewFd __attribute((alias("xmlReaderNewFd__internal_alias"))); +#define xmlReaderNewFd xmlReaderNewFd__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderNewFile) xmlReaderNewFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderNewFile) xmlReaderNewFile __attribute((alias("xmlReaderNewFile__internal_alias"))); +#define xmlReaderNewFile xmlReaderNewFile__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderNewIO) xmlReaderNewIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderNewIO) xmlReaderNewIO __attribute((alias("xmlReaderNewIO__internal_alias"))); +#define xmlReaderNewIO xmlReaderNewIO__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory __attribute((alias("xmlReaderNewMemory__internal_alias"))); +#define xmlReaderNewMemory xmlReaderNewMemory__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker __attribute((alias("xmlReaderNewWalker__internal_alias"))); +#define xmlReaderNewWalker xmlReaderNewWalker__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlReaderWalker) xmlReaderWalker__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReaderWalker) xmlReaderWalker __attribute((alias("xmlReaderWalker__internal_alias"))); +#define xmlReaderWalker xmlReaderWalker__internal_alias +#endif + +extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias"))); +#define xmlReallocLoc xmlReallocLoc__internal_alias + +extern __typeof (xmlReconciliateNs) xmlReconciliateNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReconciliateNs) xmlReconciliateNs __attribute((alias("xmlReconciliateNs__internal_alias"))); +#define xmlReconciliateNs xmlReconciliateNs__internal_alias + +extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias"))); +#define xmlRecoverDoc xmlRecoverDoc__internal_alias + +extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias"))); +#define xmlRecoverFile xmlRecoverFile__internal_alias + +extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias"))); +#define xmlRecoverMemory xmlRecoverMemory__internal_alias + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias"))); +#define xmlRegExecPushString xmlRegExecPushString__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2 __attribute((alias("xmlRegExecPushString2__internal_alias"))); +#define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__internal_alias"))); +#define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp __attribute((alias("xmlRegFreeRegexp__internal_alias"))); +#define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt __attribute((alias("xmlRegNewExecCtxt__internal_alias"))); +#define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias"))); +#define xmlRegexpCompile xmlRegexpCompile__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias"))); +#define xmlRegexpExec xmlRegexpExec__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist __attribute((alias("xmlRegexpIsDeterminist__internal_alias"))); +#define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlRegexpPrint) xmlRegexpPrint__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegexpPrint) xmlRegexpPrint __attribute((alias("xmlRegexpPrint__internal_alias"))); +#define xmlRegexpPrint xmlRegexpPrint__internal_alias +#endif + +extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler __attribute((alias("xmlRegisterCharEncodingHandler__internal_alias"))); +#define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias + +extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks __attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias"))); +#define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks __attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias"))); +#define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias +#endif + +#ifdef LIBXML_HTTP_ENABLED +extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks __attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias"))); +#define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias +#endif + +extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias"))); +#define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias + +extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault __attribute((alias("xmlRegisterNodeDefault__internal_alias"))); +#define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias"))); +#define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes __attribute((alias("xmlRelaxNGCleanupTypes__internal_alias"))); +#define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump __attribute((alias("xmlRelaxNGDump__internal_alias"))); +#define xmlRelaxNGDump xmlRelaxNGDump__internal_alias +#endif +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree __attribute((alias("xmlRelaxNGDumpTree__internal_alias"))); +#define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias +#endif +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias"))); +#define xmlRelaxNGFree xmlRelaxNGFree__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias"))); +#define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt __attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias"))); +#define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors __attribute((alias("xmlRelaxNGGetParserErrors__internal_alias"))); +#define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors __attribute((alias("xmlRelaxNGGetValidErrors__internal_alias"))); +#define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt __attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias"))); +#define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias"))); +#define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias"))); +#define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt __attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias"))); +#define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias"))); +#define xmlRelaxNGParse xmlRelaxNGParse__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors __attribute((alias("xmlRelaxNGSetParserErrors__internal_alias"))); +#define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors __attribute((alias("xmlRelaxNGSetValidErrors__internal_alias"))); +#define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc __attribute((alias("xmlRelaxNGValidateDoc__internal_alias"))); +#define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement __attribute((alias("xmlRelaxNGValidateFullElement__internal_alias"))); +#define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement __attribute((alias("xmlRelaxNGValidatePopElement__internal_alias"))); +#define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData __attribute((alias("xmlRelaxNGValidatePushCData__internal_alias"))); +#define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement __attribute((alias("xmlRelaxNGValidatePushElement__internal_alias"))); +#define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag __attribute((alias("xmlRelaxParserSetFlag__internal_alias"))); +#define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias +#endif + +extern __typeof (xmlRemoveID) xmlRemoveID__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRemoveID) xmlRemoveID __attribute((alias("xmlRemoveID__internal_alias"))); +#define xmlRemoveID xmlRemoveID__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias"))); +#define xmlRemoveProp xmlRemoveProp__internal_alias +#endif + +extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias"))); +#define xmlRemoveRef xmlRemoveRef__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias"))); +#define xmlReplaceNode xmlReplaceNode__internal_alias +#endif + +extern __typeof (xmlResetError) xmlResetError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlResetError) xmlResetError __attribute((alias("xmlResetError__internal_alias"))); +#define xmlResetError xmlResetError__internal_alias + +extern __typeof (xmlResetLastError) xmlResetLastError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlResetLastError) xmlResetLastError __attribute((alias("xmlResetLastError__internal_alias"))); +#define xmlResetLastError xmlResetLastError__internal_alias + +extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias"))); +#define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias + +extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock __attribute((alias("xmlSAX2CDataBlock__internal_alias"))); +#define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias + +extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias"))); +#define xmlSAX2Characters xmlSAX2Characters__internal_alias + +extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias"))); +#define xmlSAX2Comment xmlSAX2Comment__internal_alias + +extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias"))); +#define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias + +extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias"))); +#define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias + +extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias"))); +#define xmlSAX2EndElement xmlSAX2EndElement__internal_alias + +extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs __attribute((alias("xmlSAX2EndElementNs__internal_alias"))); +#define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias + +extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias"))); +#define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias + +extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset __attribute((alias("xmlSAX2ExternalSubset__internal_alias"))); +#define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias + +extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber __attribute((alias("xmlSAX2GetColumnNumber__internal_alias"))); +#define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias + +extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias"))); +#define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias + +extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber __attribute((alias("xmlSAX2GetLineNumber__internal_alias"))); +#define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias + +extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity __attribute((alias("xmlSAX2GetParameterEntity__internal_alias"))); +#define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias + +extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias"))); +#define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias + +extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias"))); +#define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias + +extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset __attribute((alias("xmlSAX2HasExternalSubset__internal_alias"))); +#define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias + +extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset __attribute((alias("xmlSAX2HasInternalSubset__internal_alias"))); +#define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias + +extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias"))); +#define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias + +extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler __attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias"))); +#define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias + +#ifdef LIBXML_DOCB_ENABLED +extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler __attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias"))); +#define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias +#endif + +#ifdef LIBXML_HTML_ENABLED +extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler __attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias"))); +#define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias +#endif + +extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias"))); +#define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias + +extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias"))); +#define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias + +extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias"))); +#define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias + +extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias"))); +#define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias + +extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias"))); +#define xmlSAX2Reference xmlSAX2Reference__internal_alias + +extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias"))); +#define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias + +extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator __attribute((alias("xmlSAX2SetDocumentLocator__internal_alias"))); +#define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias + +extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("xmlSAX2StartDocument__internal_alias"))); +#define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias + +extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias"))); +#define xmlSAX2StartElement xmlSAX2StartElement__internal_alias + +extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias"))); +#define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias + +extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias"))); +#define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias + +extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion __attribute((alias("xmlSAXDefaultVersion__internal_alias"))); +#define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias + +extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias"))); +#define xmlSAXParseDTD xmlSAXParseDTD__internal_alias + +extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias"))); +#define xmlSAXParseDoc xmlSAXParseDoc__internal_alias + +extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias"))); +#define xmlSAXParseEntity xmlSAXParseEntity__internal_alias + +extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias"))); +#define xmlSAXParseFile xmlSAXParseFile__internal_alias + +extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias"))); +#define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias + +extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias"))); +#define xmlSAXParseMemory xmlSAXParseMemory__internal_alias + +extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData __attribute((alias("xmlSAXParseMemoryWithData__internal_alias"))); +#define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias + +extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias"))); +#define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias + +extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias"))); +#define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias + +extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias"))); +#define xmlSAXVersion xmlSAXVersion__internal_alias + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveClose) xmlSaveClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveClose) xmlSaveClose __attribute((alias("xmlSaveClose__internal_alias"))); +#define xmlSaveClose xmlSaveClose__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias"))); +#define xmlSaveDoc xmlSaveDoc__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias"))); +#define xmlSaveFile xmlSaveFile__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc __attribute((alias("xmlSaveFileEnc__internal_alias"))); +#define xmlSaveFileEnc xmlSaveFileEnc__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias"))); +#define xmlSaveFileTo xmlSaveFileTo__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias"))); +#define xmlSaveFlush xmlSaveFlush__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias"))); +#define xmlSaveFormatFile xmlSaveFormatFile__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias"))); +#define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias"))); +#define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape __attribute((alias("xmlSaveSetAttrEscape__internal_alias"))); +#define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias"))); +#define xmlSaveSetEscape xmlSaveSetEscape__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveToFd) xmlSaveToFd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveToFd) xmlSaveToFd __attribute((alias("xmlSaveToFd__internal_alias"))); +#define xmlSaveToFd xmlSaveToFd__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveToFilename) xmlSaveToFilename__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveToFilename) xmlSaveToFilename __attribute((alias("xmlSaveToFilename__internal_alias"))); +#define xmlSaveToFilename xmlSaveToFilename__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveToIO) xmlSaveToIO__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveToIO) xmlSaveToIO __attribute((alias("xmlSaveToIO__internal_alias"))); +#define xmlSaveToIO xmlSaveToIO__internal_alias +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSaveTree) xmlSaveTree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveTree) xmlSaveTree __attribute((alias("xmlSaveTree__internal_alias"))); +#define xmlSaveTree xmlSaveTree__internal_alias +#endif + +extern __typeof (xmlSaveUri) xmlSaveUri__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSaveUri) xmlSaveUri __attribute((alias("xmlSaveUri__internal_alias"))); +#define xmlSaveUri xmlSaveUri__internal_alias + +extern __typeof (xmlScanName) xmlScanName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlScanName) xmlScanName __attribute((alias("xmlScanName__internal_alias"))); +#define xmlScanName xmlScanName__internal_alias + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias"))); +#define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes __attribute((alias("xmlSchemaCleanupTypes__internal_alias"))); +#define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias"))); +#define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlSchemaDump) xmlSchemaDump__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaDump) xmlSchemaDump __attribute((alias("xmlSchemaDump__internal_alias"))); +#define xmlSchemaDump xmlSchemaDump__internal_alias +#endif +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaFree) xmlSchemaFree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaFree) xmlSchemaFree __attribute((alias("xmlSchemaFree__internal_alias"))); +#define xmlSchemaFree xmlSchemaFree__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet __attribute((alias("xmlSchemaFreeFacet__internal_alias"))); +#define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt __attribute((alias("xmlSchemaFreeParserCtxt__internal_alias"))); +#define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType __attribute((alias("xmlSchemaFreeType__internal_alias"))); +#define xmlSchemaFreeType xmlSchemaFreeType__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt __attribute((alias("xmlSchemaFreeValidCtxt__internal_alias"))); +#define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue __attribute((alias("xmlSchemaFreeValue__internal_alias"))); +#define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias"))); +#define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes __attribute((alias("xmlSchemaInitTypes__internal_alias"))); +#define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias"))); +#define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet __attribute((alias("xmlSchemaNewFacet__internal_alias"))); +#define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt __attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias"))); +#define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias"))); +#define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt __attribute((alias("xmlSchemaNewValidCtxt__internal_alias"))); +#define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias"))); +#define xmlSchemaParse xmlSchemaParse__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias"))); +#define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias"))); +#define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias"))); +#define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias"))); +#define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet __attribute((alias("xmlSchemaValidateFacet__internal_alias"))); +#define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType __attribute((alias("xmlSchemaValidatePredefinedType__internal_alias"))); +#define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias +#endif + +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((alias("xmlSchemaValidateStream__internal_alias"))); +#define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias +#endif + +extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias"))); +#define xmlSearchNs xmlSearchNs__internal_alias + +extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref __attribute((alias("xmlSearchNsByHref__internal_alias"))); +#define xmlSearchNsByHref xmlSearchNsByHref__internal_alias + +extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias"))); +#define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias + +extern __typeof (xmlSetCompressMode) xmlSetCompressMode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetCompressMode) xmlSetCompressMode __attribute((alias("xmlSetCompressMode__internal_alias"))); +#define xmlSetCompressMode xmlSetCompressMode__internal_alias + +extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode __attribute((alias("xmlSetDocCompressMode__internal_alias"))); +#define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias + +extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias"))); +#define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias + +extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader __attribute((alias("xmlSetExternalEntityLoader__internal_alias"))); +#define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias + +extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias"))); +#define xmlSetFeature xmlSetFeature__internal_alias + +extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias"))); +#define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias + +extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias"))); +#define xmlSetListDoc xmlSetListDoc__internal_alias + +extern __typeof (xmlSetNs) xmlSetNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetNs) xmlSetNs __attribute((alias("xmlSetNs__internal_alias"))); +#define xmlSetNs xmlSetNs__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias"))); +#define xmlSetNsProp xmlSetNsProp__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias"))); +#define xmlSetProp xmlSetProp__internal_alias +#endif + +extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStructuredErrorFunc__internal_alias"))); +#define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias + +extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc __attribute((alias("xmlSetTreeDoc__internal_alias"))); +#define xmlSetTreeDoc xmlSetTreeDoc__internal_alias + +extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer __attribute((alias("xmlSetupParserForBuffer__internal_alias"))); +#define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias"))); +#define xmlShell xmlShell__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellBase) xmlShellBase__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellBase) xmlShellBase __attribute((alias("xmlShellBase__internal_alias"))); +#define xmlShellBase xmlShellBase__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias"))); +#define xmlShellCat xmlShellCat__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellDir) xmlShellDir__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellDir) xmlShellDir __attribute((alias("xmlShellDir__internal_alias"))); +#define xmlShellDir xmlShellDir__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellDu) xmlShellDu__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellDu) xmlShellDu __attribute((alias("xmlShellDu__internal_alias"))); +#define xmlShellDu xmlShellDu__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellList) xmlShellList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellList) xmlShellList __attribute((alias("xmlShellList__internal_alias"))); +#define xmlShellList xmlShellList__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellLoad) xmlShellLoad__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellLoad) xmlShellLoad __attribute((alias("xmlShellLoad__internal_alias"))); +#define xmlShellLoad xmlShellLoad__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellPrintNode) xmlShellPrintNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellPrintNode) xmlShellPrintNode __attribute((alias("xmlShellPrintNode__internal_alias"))); +#define xmlShellPrintNode xmlShellPrintNode__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias"))); +#define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult __attribute((alias("xmlShellPrintXPathResult__internal_alias"))); +#define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellPwd) xmlShellPwd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellPwd) xmlShellPwd __attribute((alias("xmlShellPwd__internal_alias"))); +#define xmlShellPwd xmlShellPwd__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlShellSave) xmlShellSave__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellSave) xmlShellSave __attribute((alias("xmlShellSave__internal_alias"))); +#define xmlShellSave xmlShellSave__internal_alias +#endif +#endif + +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlShellValidate) xmlShellValidate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellValidate) xmlShellValidate __attribute((alias("xmlShellValidate__internal_alias"))); +#define xmlShellValidate xmlShellValidate__internal_alias +#endif + +#ifdef LIBXML_DEBUG_ENABLED +#ifdef LIBXML_OUTPUT_ENABLED +extern __typeof (xmlShellWrite) xmlShellWrite__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlShellWrite) xmlShellWrite __attribute((alias("xmlShellWrite__internal_alias"))); +#define xmlShellWrite xmlShellWrite__internal_alias +#endif +#endif + +extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars __attribute((alias("xmlSkipBlankChars__internal_alias"))); +#define xmlSkipBlankChars xmlSkipBlankChars__internal_alias + +extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent __attribute((alias("xmlSnprintfElementContent__internal_alias"))); +#define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias + +extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias"))); +#define xmlSplitQName xmlSplitQName__internal_alias + +extern __typeof (xmlSplitQName2) xmlSplitQName2__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSplitQName2) xmlSplitQName2 __attribute((alias("xmlSplitQName2__internal_alias"))); +#define xmlSplitQName2 xmlSplitQName2__internal_alias + +extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias"))); +#define xmlSplitQName3 xmlSplitQName3__internal_alias + +extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent __attribute((alias("xmlSprintfElementContent__internal_alias"))); +#define xmlSprintfElementContent xmlSprintfElementContent__internal_alias + +extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias"))); +#define xmlStopParser xmlStopParser__internal_alias + +extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias"))); +#define xmlStrEqual xmlStrEqual__internal_alias + +extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias"))); +#define xmlStrPrintf xmlStrPrintf__internal_alias + +extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias"))); +#define xmlStrQEqual xmlStrQEqual__internal_alias + +extern __typeof (xmlStrVPrintf) xmlStrVPrintf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrVPrintf) xmlStrVPrintf __attribute((alias("xmlStrVPrintf__internal_alias"))); +#define xmlStrVPrintf xmlStrVPrintf__internal_alias + +extern __typeof (xmlStrcasecmp) xmlStrcasecmp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrcasecmp) xmlStrcasecmp __attribute((alias("xmlStrcasecmp__internal_alias"))); +#define xmlStrcasecmp xmlStrcasecmp__internal_alias + +extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias"))); +#define xmlStrcasestr xmlStrcasestr__internal_alias + +extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias"))); +#define xmlStrcat xmlStrcat__internal_alias + +extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias"))); +#define xmlStrchr xmlStrchr__internal_alias + +extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias"))); +#define xmlStrcmp xmlStrcmp__internal_alias + +extern __typeof (xmlStrdup) xmlStrdup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrdup) xmlStrdup __attribute((alias("xmlStrdup__internal_alias"))); +#define xmlStrdup xmlStrdup__internal_alias + +extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar __attribute((alias("xmlStringCurrentChar__internal_alias"))); +#define xmlStringCurrentChar xmlStringCurrentChar__internal_alias + +extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias"))); +#define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias + +extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias"))); +#define xmlStringGetNodeList xmlStringGetNodeList__internal_alias + +extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias"))); +#define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias + +extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias"))); +#define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias + +extern __typeof (xmlStrlen) xmlStrlen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrlen) xmlStrlen __attribute((alias("xmlStrlen__internal_alias"))); +#define xmlStrlen xmlStrlen__internal_alias + +extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias"))); +#define xmlStrncasecmp xmlStrncasecmp__internal_alias + +extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias"))); +#define xmlStrncat xmlStrncat__internal_alias + +extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias"))); +#define xmlStrncatNew xmlStrncatNew__internal_alias + +extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias"))); +#define xmlStrncmp xmlStrncmp__internal_alias + +extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias"))); +#define xmlStrndup xmlStrndup__internal_alias + +extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias"))); +#define xmlStrstr xmlStrstr__internal_alias + +extern __typeof (xmlStrsub) xmlStrsub__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlStrsub) xmlStrsub __attribute((alias("xmlStrsub__internal_alias"))); +#define xmlStrsub xmlStrsub__internal_alias + +extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xmlSubstituteEntitiesDefault__internal_alias"))); +#define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias + +extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding __attribute((alias("xmlSwitchEncoding__internal_alias"))); +#define xmlSwitchEncoding xmlSwitchEncoding__internal_alias + +extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputEncoding__internal_alias"))); +#define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias + +extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding __attribute((alias("xmlSwitchToEncoding__internal_alias"))); +#define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias + +extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias"))); +#define xmlTextConcat xmlTextConcat__internal_alias + +extern __typeof (xmlTextMerge) xmlTextMerge__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextMerge) xmlTextMerge __attribute((alias("xmlTextMerge__internal_alias"))); +#define xmlTextMerge xmlTextMerge__internal_alias + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias"))); +#define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri __attribute((alias("xmlTextReaderBaseUri__internal_alias"))); +#define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderClose) xmlTextReaderClose__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderClose) xmlTextReaderClose __attribute((alias("xmlTextReaderClose__internal_alias"))); +#define xmlTextReaderClose xmlTextReaderClose__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri __attribute((alias("xmlTextReaderConstBaseUri__internal_alias"))); +#define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName __attribute((alias("xmlTextReaderConstLocalName__internal_alias"))); +#define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName __attribute((alias("xmlTextReaderConstName__internal_alias"))); +#define xmlTextReaderConstName xmlTextReaderConstName__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri __attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias"))); +#define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix __attribute((alias("xmlTextReaderConstPrefix__internal_alias"))); +#define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString __attribute((alias("xmlTextReaderConstString__internal_alias"))); +#define xmlTextReaderConstString xmlTextReaderConstString__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue __attribute((alias("xmlTextReaderConstValue__internal_alias"))); +#define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang __attribute((alias("xmlTextReaderConstXmlLang__internal_alias"))); +#define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc __attribute((alias("xmlTextReaderCurrentDoc__internal_alias"))); +#define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode __attribute((alias("xmlTextReaderCurrentNode__internal_alias"))); +#define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth __attribute((alias("xmlTextReaderDepth__internal_alias"))); +#define xmlTextReaderDepth xmlTextReaderDepth__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand __attribute((alias("xmlTextReaderExpand__internal_alias"))); +#define xmlTextReaderExpand xmlTextReaderExpand__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute __attribute((alias("xmlTextReaderGetAttribute__internal_alias"))); +#define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo __attribute((alias("xmlTextReaderGetAttributeNo__internal_alias"))); +#define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs __attribute((alias("xmlTextReaderGetAttributeNs__internal_alias"))); +#define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler __attribute((alias("xmlTextReaderGetErrorHandler__internal_alias"))); +#define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias"))); +#define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder __attribute((alias("xmlTextReaderGetRemainder__internal_alias"))); +#define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias"))); +#define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue __attribute((alias("xmlTextReaderHasValue__internal_alias"))); +#define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault __attribute((alias("xmlTextReaderIsDefault__internal_alias"))); +#define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias"))); +#define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid __attribute((alias("xmlTextReaderIsValid__internal_alias"))); +#define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName __attribute((alias("xmlTextReaderLocalName__internal_alias"))); +#define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI __attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias"))); +#define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber __attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias"))); +#define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias"))); +#define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute __attribute((alias("xmlTextReaderMoveToAttribute__internal_alias"))); +#define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo __attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias"))); +#define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs __attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias"))); +#define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement __attribute((alias("xmlTextReaderMoveToElement__internal_alias"))); +#define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias"))); +#define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias"))); +#define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderName) xmlTextReaderName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderName) xmlTextReaderName __attribute((alias("xmlTextReaderName__internal_alias"))); +#define xmlTextReaderName xmlTextReaderName__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri __attribute((alias("xmlTextReaderNamespaceUri__internal_alias"))); +#define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderNext) xmlTextReaderNext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderNext) xmlTextReaderNext __attribute((alias("xmlTextReaderNext__internal_alias"))); +#define xmlTextReaderNext xmlTextReaderNext__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling __attribute((alias("xmlTextReaderNextSibling__internal_alias"))); +#define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType __attribute((alias("xmlTextReaderNodeType__internal_alias"))); +#define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization __attribute((alias("xmlTextReaderNormalization__internal_alias"))); +#define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix __attribute((alias("xmlTextReaderPrefix__internal_alias"))); +#define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve __attribute((alias("xmlTextReaderPreserve__internal_alias"))); +#define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern __attribute((alias("xmlTextReaderPreservePattern__internal_alias"))); +#define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar __attribute((alias("xmlTextReaderQuoteChar__internal_alias"))); +#define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderRead) xmlTextReaderRead__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderRead) xmlTextReaderRead __attribute((alias("xmlTextReaderRead__internal_alias"))); +#define xmlTextReaderRead xmlTextReaderRead__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue __attribute((alias("xmlTextReaderReadAttributeValue__internal_alias"))); +#define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml __attribute((alias("xmlTextReaderReadInnerXml__internal_alias"))); +#define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml __attribute((alias("xmlTextReaderReadOuterXml__internal_alias"))); +#define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState __attribute((alias("xmlTextReaderReadState__internal_alias"))); +#define xmlTextReaderReadState xmlTextReaderReadState__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString __attribute((alias("xmlTextReaderReadString__internal_alias"))); +#define xmlTextReaderReadString xmlTextReaderReadString__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema __attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias"))); +#define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias +#endif +#endif + +#ifdef LIBXML_READER_ENABLED +#ifdef LIBXML_SCHEMAS_ENABLED +extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate __attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias"))); +#define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias +#endif +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler __attribute((alias("xmlTextReaderSetErrorHandler__internal_alias"))); +#define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias"))); +#define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler __attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias"))); +#define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderValue) xmlTextReaderValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderValue) xmlTextReaderValue __attribute((alias("xmlTextReaderValue__internal_alias"))); +#define xmlTextReaderValue xmlTextReaderValue__internal_alias +#endif + +#ifdef LIBXML_READER_ENABLED +extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang __attribute((alias("xmlTextReaderXmlLang__internal_alias"))); +#define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute __attribute((alias("xmlTextWriterEndAttribute__internal_alias"))); +#define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA __attribute((alias("xmlTextWriterEndCDATA__internal_alias"))); +#define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias"))); +#define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD __attribute((alias("xmlTextWriterEndDTD__internal_alias"))); +#define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist __attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias"))); +#define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement __attribute((alias("xmlTextWriterEndDTDElement__internal_alias"))); +#define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity __attribute((alias("xmlTextWriterEndDTDEntity__internal_alias"))); +#define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument __attribute((alias("xmlTextWriterEndDocument__internal_alias"))); +#define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement __attribute((alias("xmlTextWriterEndElement__internal_alias"))); +#define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI __attribute((alias("xmlTextWriterEndPI__internal_alias"))); +#define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush __attribute((alias("xmlTextWriterFlush__internal_alias"))); +#define xmlTextWriterFlush xmlTextWriterFlush__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement __attribute((alias("xmlTextWriterFullEndElement__internal_alias"))); +#define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent __attribute((alias("xmlTextWriterSetIndent__internal_alias"))); +#define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString __attribute((alias("xmlTextWriterSetIndentString__internal_alias"))); +#define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attribute((alias("xmlTextWriterStartAttribute__internal_alias"))); +#define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS __attribute((alias("xmlTextWriterStartAttributeNS__internal_alias"))); +#define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA __attribute((alias("xmlTextWriterStartCDATA__internal_alias"))); +#define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias"))); +#define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD __attribute((alias("xmlTextWriterStartDTD__internal_alias"))); +#define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist __attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias"))); +#define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement __attribute((alias("xmlTextWriterStartDTDElement__internal_alias"))); +#define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias"))); +#define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlTextWriterStartDocument__internal_alias"))); +#define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement __attribute((alias("xmlTextWriterStartElement__internal_alias"))); +#define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias"))); +#define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias"))); +#define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute __attribute((alias("xmlTextWriterWriteAttribute__internal_alias"))); +#define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS __attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias"))); +#define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64 __attribute((alias("xmlTextWriterWriteBase64__internal_alias"))); +#define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex __attribute((alias("xmlTextWriterWriteBinHex__internal_alias"))); +#define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA __attribute((alias("xmlTextWriterWriteCDATA__internal_alias"))); +#define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias"))); +#define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD __attribute((alias("xmlTextWriterWriteDTD__internal_alias"))); +#define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist __attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias"))); +#define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement __attribute((alias("xmlTextWriterWriteDTDElement__internal_alias"))); +#define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity __attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias"))); +#define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity __attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias"))); +#define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents __attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias"))); +#define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity __attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias"))); +#define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation __attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias"))); +#define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement __attribute((alias("xmlTextWriterWriteElement__internal_alias"))); +#define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS __attribute((alias("xmlTextWriterWriteElementNS__internal_alias"))); +#define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute __attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias"))); +#define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS __attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias"))); +#define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA __attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias"))); +#define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias"))); +#define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD __attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias"))); +#define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist __attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias"))); +#define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement __attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias"))); +#define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias"))); +#define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement __attribute((alias("xmlTextWriterWriteFormatElement__internal_alias"))); +#define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS __attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias"))); +#define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI __attribute((alias("xmlTextWriterWriteFormatPI__internal_alias"))); +#define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw __attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias"))); +#define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias"))); +#define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI __attribute((alias("xmlTextWriterWritePI__internal_alias"))); +#define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw __attribute((alias("xmlTextWriterWriteRaw__internal_alias"))); +#define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen __attribute((alias("xmlTextWriterWriteRawLen__internal_alias"))); +#define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString __attribute((alias("xmlTextWriterWriteString__internal_alias"))); +#define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias"))); +#define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS __attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias"))); +#define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA __attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias"))); +#define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias"))); +#define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD __attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias"))); +#define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist __attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias"))); +#define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement __attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias"))); +#define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias"))); +#define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement __attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias"))); +#define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS __attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias"))); +#define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias"))); +#define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias"))); +#define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias +#endif + +#ifdef LIBXML_WRITER_ENABLED +extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias"))); +#define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias +#endif + +extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme __attribute((alias("xmlThrDefBufferAllocScheme__internal_alias"))); +#define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias + +extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize __attribute((alias("xmlThrDefDefaultBufferSize__internal_alias"))); +#define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias + +extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault __attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias"))); +#define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias + +extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue __attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias"))); +#define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias + +extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue __attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias"))); +#define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias + +extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput __attribute((alias("xmlThrDefIndentTreeOutput__internal_alias"))); +#define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias + +extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue __attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias"))); +#define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias + +extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue __attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias"))); +#define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias + +extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue __attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias"))); +#define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias + +extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault __attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias"))); +#define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias + +extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities __attribute((alias("xmlThrDefParserDebugEntities__internal_alias"))); +#define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias + +extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault __attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias"))); +#define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias + +extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue __attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias"))); +#define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias + +extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault __attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias"))); +#define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias + +extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags __attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias"))); +#define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias + +extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias"))); +#define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias + +extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc __attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias"))); +#define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias + +extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue __attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias"))); +#define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias + +extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString __attribute((alias("xmlThrDefTreeIndentString__internal_alias"))); +#define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers __attribute((alias("xmlUCSIsAegeanNumbers__internal_alias"))); +#define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms __attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias"))); +#define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic __attribute((alias("xmlUCSIsArabic__internal_alias"))); +#define xmlUCSIsArabic xmlUCSIsArabic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias"))); +#define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB __attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias"))); +#define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian __attribute((alias("xmlUCSIsArmenian__internal_alias"))); +#define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias"))); +#define xmlUCSIsArrows xmlUCSIsArrows__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias"))); +#define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali __attribute((alias("xmlUCSIsBengali__internal_alias"))); +#define xmlUCSIsBengali xmlUCSIsBengali__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias"))); +#define xmlUCSIsBlock xmlUCSIsBlock__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias"))); +#define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias"))); +#define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended __attribute((alias("xmlUCSIsBopomofoExtended__internal_alias"))); +#define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing __attribute((alias("xmlUCSIsBoxDrawing__internal_alias"))); +#define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns __attribute((alias("xmlUCSIsBraillePatterns__internal_alias"))); +#define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid __attribute((alias("xmlUCSIsBuhid__internal_alias"))); +#define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols __attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias"))); +#define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility __attribute((alias("xmlUCSIsCJKCompatibility__internal_alias"))); +#define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms __attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias"))); +#define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias"))); +#define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement __attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias"))); +#define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement __attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias"))); +#define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation __attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias"))); +#define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs __attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias"))); +#define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias"))); +#define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias"))); +#define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCat) xmlUCSIsCat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCat) xmlUCSIsCat __attribute((alias("xmlUCSIsCat__internal_alias"))); +#define xmlUCSIsCat xmlUCSIsCat__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC __attribute((alias("xmlUCSIsCatC__internal_alias"))); +#define xmlUCSIsCatC xmlUCSIsCatC__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc __attribute((alias("xmlUCSIsCatCc__internal_alias"))); +#define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf __attribute((alias("xmlUCSIsCatCf__internal_alias"))); +#define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo __attribute((alias("xmlUCSIsCatCo__internal_alias"))); +#define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias"))); +#define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias"))); +#define xmlUCSIsCatL xmlUCSIsCatL__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias"))); +#define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias"))); +#define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias"))); +#define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias"))); +#define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias"))); +#define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias"))); +#define xmlUCSIsCatM xmlUCSIsCatM__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias"))); +#define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias"))); +#define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias"))); +#define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias"))); +#define xmlUCSIsCatN xmlUCSIsCatN__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias"))); +#define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias"))); +#define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias"))); +#define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias"))); +#define xmlUCSIsCatP xmlUCSIsCatP__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc __attribute((alias("xmlUCSIsCatPc__internal_alias"))); +#define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd __attribute((alias("xmlUCSIsCatPd__internal_alias"))); +#define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias"))); +#define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf __attribute((alias("xmlUCSIsCatPf__internal_alias"))); +#define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi __attribute((alias("xmlUCSIsCatPi__internal_alias"))); +#define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias"))); +#define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs __attribute((alias("xmlUCSIsCatPs__internal_alias"))); +#define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias"))); +#define xmlUCSIsCatS xmlUCSIsCatS__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc __attribute((alias("xmlUCSIsCatSc__internal_alias"))); +#define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk __attribute((alias("xmlUCSIsCatSk__internal_alias"))); +#define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias"))); +#define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias"))); +#define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias"))); +#define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl __attribute((alias("xmlUCSIsCatZl__internal_alias"))); +#define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp __attribute((alias("xmlUCSIsCatZp__internal_alias"))); +#define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs __attribute((alias("xmlUCSIsCatZs__internal_alias"))); +#define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias"))); +#define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks __attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias"))); +#define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols __attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias"))); +#define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks __attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias"))); +#define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols __attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias"))); +#define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias"))); +#define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols __attribute((alias("xmlUCSIsCurrencySymbols__internal_alias"))); +#define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary __attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias"))); +#define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic __attribute((alias("xmlUCSIsCyrillic__internal_alias"))); +#define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement __attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias"))); +#define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias"))); +#define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari __attribute((alias("xmlUCSIsDevanagari__internal_alias"))); +#define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats __attribute((alias("xmlUCSIsDingbats__internal_alias"))); +#define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias"))); +#define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths __attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias"))); +#define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic __attribute((alias("xmlUCSIsEthiopic__internal_alias"))); +#define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias"))); +#define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes __attribute((alias("xmlUCSIsGeometricShapes__internal_alias"))); +#define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian __attribute((alias("xmlUCSIsGeorgian__internal_alias"))); +#define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias"))); +#define xmlUCSIsGothic xmlUCSIsGothic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek __attribute((alias("xmlUCSIsGreek__internal_alias"))); +#define xmlUCSIsGreek xmlUCSIsGreek__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended __attribute((alias("xmlUCSIsGreekExtended__internal_alias"))); +#define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic __attribute((alias("xmlUCSIsGreekandCoptic__internal_alias"))); +#define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati __attribute((alias("xmlUCSIsGujarati__internal_alias"))); +#define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi __attribute((alias("xmlUCSIsGurmukhi__internal_alias"))); +#define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms __attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias"))); +#define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo __attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias"))); +#define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo __attribute((alias("xmlUCSIsHangulJamo__internal_alias"))); +#define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias"))); +#define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo __attribute((alias("xmlUCSIsHanunoo__internal_alias"))); +#define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias"))); +#define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias"))); +#define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias"))); +#define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana __attribute((alias("xmlUCSIsHiragana__internal_alias"))); +#define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions __attribute((alias("xmlUCSIsIPAExtensions__internal_alias"))); +#define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters __attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias"))); +#define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun __attribute((alias("xmlUCSIsKanbun__internal_alias"))); +#define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals __attribute((alias("xmlUCSIsKangxiRadicals__internal_alias"))); +#define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada __attribute((alias("xmlUCSIsKannada__internal_alias"))); +#define xmlUCSIsKannada xmlUCSIsKannada__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana __attribute((alias("xmlUCSIsKatakana__internal_alias"))); +#define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions __attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias"))); +#define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias"))); +#define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias"))); +#define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias"))); +#define xmlUCSIsLao xmlUCSIsLao__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias"))); +#define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias"))); +#define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias"))); +#define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias"))); +#define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias"))); +#define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias"))); +#define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms __attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias"))); +#define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary __attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias"))); +#define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates __attribute((alias("xmlUCSIsLowSurrogates__internal_alias"))); +#define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam __attribute((alias("xmlUCSIsMalayalam__internal_alias"))); +#define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols __attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias"))); +#define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators __attribute((alias("xmlUCSIsMathematicalOperators__internal_alias"))); +#define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias"))); +#define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias"))); +#define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols __attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias"))); +#define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias"))); +#define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical __attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias"))); +#define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian __attribute((alias("xmlUCSIsMongolian__internal_alias"))); +#define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols __attribute((alias("xmlUCSIsMusicalSymbols__internal_alias"))); +#define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar __attribute((alias("xmlUCSIsMyanmar__internal_alias"))); +#define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias"))); +#define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham __attribute((alias("xmlUCSIsOgham__internal_alias"))); +#define xmlUCSIsOgham xmlUCSIsOgham__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic __attribute((alias("xmlUCSIsOldItalic__internal_alias"))); +#define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition __attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias"))); +#define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya __attribute((alias("xmlUCSIsOriya__internal_alias"))); +#define xmlUCSIsOriya xmlUCSIsOriya__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya __attribute((alias("xmlUCSIsOsmanya__internal_alias"))); +#define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions __attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias"))); +#define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias"))); +#define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias"))); +#define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic __attribute((alias("xmlUCSIsRunic__internal_alias"))); +#define xmlUCSIsRunic xmlUCSIsRunic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian __attribute((alias("xmlUCSIsShavian__internal_alias"))); +#define xmlUCSIsShavian xmlUCSIsShavian__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala __attribute((alias("xmlUCSIsSinhala__internal_alias"))); +#define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants __attribute((alias("xmlUCSIsSmallFormVariants__internal_alias"))); +#define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters __attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias"))); +#define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias"))); +#define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts __attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias"))); +#define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA __attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias"))); +#define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias"))); +#define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators __attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias"))); +#define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias"))); +#define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias"))); +#define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac __attribute((alias("xmlUCSIsSyriac__internal_alias"))); +#define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog __attribute((alias("xmlUCSIsTagalog__internal_alias"))); +#define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa __attribute((alias("xmlUCSIsTagbanwa__internal_alias"))); +#define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTags) xmlUCSIsTags__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTags) xmlUCSIsTags __attribute((alias("xmlUCSIsTags__internal_alias"))); +#define xmlUCSIsTags xmlUCSIsTags__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe __attribute((alias("xmlUCSIsTaiLe__internal_alias"))); +#define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols __attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias"))); +#define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil __attribute((alias("xmlUCSIsTamil__internal_alias"))); +#define xmlUCSIsTamil xmlUCSIsTamil__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias"))); +#define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias"))); +#define xmlUCSIsThaana xmlUCSIsThaana__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsThai) xmlUCSIsThai__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsThai) xmlUCSIsThai __attribute((alias("xmlUCSIsThai__internal_alias"))); +#define xmlUCSIsThai xmlUCSIsThai__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias"))); +#define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias"))); +#define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics __attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias"))); +#define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors __attribute((alias("xmlUCSIsVariationSelectors__internal_alias"))); +#define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias"))); +#define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals __attribute((alias("xmlUCSIsYiRadicals__internal_alias"))); +#define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables __attribute((alias("xmlUCSIsYiSyllables__internal_alias"))); +#define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias +#endif + +#ifdef LIBXML_UNICODE_ENABLED +extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols __attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias"))); +#define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias +#endif + +extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias"))); +#define xmlURIEscape xmlURIEscape__internal_alias + +extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr __attribute((alias("xmlURIEscapeStr__internal_alias"))); +#define xmlURIEscapeStr xmlURIEscapeStr__internal_alias + +extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias"))); +#define xmlURIUnescapeString xmlURIUnescapeString__internal_alias + +extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp __attribute((alias("xmlUTF8Charcmp__internal_alias"))); +#define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias + +extern __typeof (xmlUTF8Size) xmlUTF8Size__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Size) xmlUTF8Size __attribute((alias("xmlUTF8Size__internal_alias"))); +#define xmlUTF8Size xmlUTF8Size__internal_alias + +extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen __attribute((alias("xmlUTF8Strlen__internal_alias"))); +#define xmlUTF8Strlen xmlUTF8Strlen__internal_alias + +extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc __attribute((alias("xmlUTF8Strloc__internal_alias"))); +#define xmlUTF8Strloc xmlUTF8Strloc__internal_alias + +extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup __attribute((alias("xmlUTF8Strndup__internal_alias"))); +#define xmlUTF8Strndup xmlUTF8Strndup__internal_alias + +extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos __attribute((alias("xmlUTF8Strpos__internal_alias"))); +#define xmlUTF8Strpos xmlUTF8Strpos__internal_alias + +extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize __attribute((alias("xmlUTF8Strsize__internal_alias"))); +#define xmlUTF8Strsize xmlUTF8Strsize__internal_alias + +extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub __attribute((alias("xmlUTF8Strsub__internal_alias"))); +#define xmlUTF8Strsub xmlUTF8Strsub__internal_alias + +extern __typeof (xmlUnlinkNode) xmlUnlinkNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUnlinkNode) xmlUnlinkNode __attribute((alias("xmlUnlinkNode__internal_alias"))); +#define xmlUnlinkNode xmlUnlinkNode__internal_alias + +extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias"))); +#define xmlUnlockLibrary xmlUnlockLibrary__internal_alias + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp __attribute((alias("xmlUnsetNsProp__internal_alias"))); +#define xmlUnsetNsProp xmlUnsetNsProp__internal_alias +#endif + +#ifdef LIBXML_TREE_ENABLED +extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias"))); +#define xmlUnsetProp xmlUnsetProp__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel __attribute((alias("xmlValidBuildContentModel__internal_alias"))); +#define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue __attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias"))); +#define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias +#endif + +extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren __attribute((alias("xmlValidGetPotentialChildren__internal_alias"))); +#define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias + +extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias"))); +#define xmlValidGetValidElements xmlValidGetValidElements__internal_alias + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue __attribute((alias("xmlValidNormalizeAttributeValue__internal_alias"))); +#define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias"))); +#define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias"))); +#define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__internal_alias"))); +#define xmlValidateDocument xmlValidateDocument__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal __attribute((alias("xmlValidateDocumentFinal__internal_alias"))); +#define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias"))); +#define xmlValidateDtd xmlValidateDtd__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal __attribute((alias("xmlValidateDtdFinal__internal_alias"))); +#define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias"))); +#define xmlValidateElement xmlValidateElement__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias"))); +#define xmlValidateElementDecl xmlValidateElementDecl__internal_alias +#endif + +extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__internal_alias"))); +#define xmlValidateNCName xmlValidateNCName__internal_alias + +extern __typeof (xmlValidateNMToken) xmlValidateNMToken__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNMToken) xmlValidateNMToken __attribute((alias("xmlValidateNMToken__internal_alias"))); +#define xmlValidateNMToken xmlValidateNMToken__internal_alias + +extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias"))); +#define xmlValidateName xmlValidateName__internal_alias + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias"))); +#define xmlValidateNameValue xmlValidateNameValue__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias"))); +#define xmlValidateNamesValue xmlValidateNamesValue__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias"))); +#define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias"))); +#define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl __attribute((alias("xmlValidateNotationDecl__internal_alias"))); +#define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias"))); +#define xmlValidateNotationUse xmlValidateNotationUse__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias"))); +#define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias"))); +#define xmlValidateOneElement xmlValidateOneElement__internal_alias +#endif + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace __attribute((alias("xmlValidateOneNamespace__internal_alias"))); +#define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlValidatePopElement) xmlValidatePopElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidatePopElement) xmlValidatePopElement __attribute((alias("xmlValidatePopElement__internal_alias"))); +#define xmlValidatePopElement xmlValidatePopElement__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlValidatePushCData) xmlValidatePushCData__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidatePushCData) xmlValidatePushCData __attribute((alias("xmlValidatePushCData__internal_alias"))); +#define xmlValidatePushCData xmlValidatePushCData__internal_alias +#endif + +#ifdef LIBXML_REGEXP_ENABLED +extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias"))); +#define xmlValidatePushElement xmlValidatePushElement__internal_alias +#endif + +extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias"))); +#define xmlValidateQName xmlValidateQName__internal_alias + +#ifdef LIBXML_VALID_ENABLED +extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_alias"))); +#define xmlValidateRoot xmlValidateRoot__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext __attribute((alias("xmlXIncludeFreeContext__internal_alias"))); +#define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias"))); +#define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias"))); +#define xmlXIncludeProcess xmlXIncludeProcess__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags __attribute((alias("xmlXIncludeProcessFlags__internal_alias"))); +#define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode __attribute((alias("xmlXIncludeProcessNode__internal_alias"))); +#define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree __attribute((alias("xmlXIncludeProcessTree__internal_alias"))); +#define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags __attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias"))); +#define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias +#endif + +#ifdef LIBXML_XINCLUDE_ENABLED +extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias"))); +#define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathAddValues) xmlXPathAddValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathAddValues) xmlXPathAddValues __attribute((alias("xmlXPathAddValues__internal_alias"))); +#define xmlXPathAddValues xmlXPathAddValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction __attribute((alias("xmlXPathBooleanFunction__internal_alias"))); +#define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber __attribute((alias("xmlXPathCastBooleanToNumber__internal_alias"))); +#define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString __attribute((alias("xmlXPathCastBooleanToString__internal_alias"))); +#define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean __attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias"))); +#define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber __attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias"))); +#define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString __attribute((alias("xmlXPathCastNodeSetToString__internal_alias"))); +#define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias"))); +#define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString __attribute((alias("xmlXPathCastNodeToString__internal_alias"))); +#define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXPathCastNumberToBoolean__internal_alias"))); +#define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString __attribute((alias("xmlXPathCastNumberToString__internal_alias"))); +#define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean __attribute((alias("xmlXPathCastStringToBoolean__internal_alias"))); +#define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber __attribute((alias("xmlXPathCastStringToNumber__internal_alias"))); +#define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean __attribute((alias("xmlXPathCastToBoolean__internal_alias"))); +#define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber __attribute((alias("xmlXPathCastToNumber__internal_alias"))); +#define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCastToString) xmlXPathCastToString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCastToString) xmlXPathCastToString __attribute((alias("xmlXPathCastToString__internal_alias"))); +#define xmlXPathCastToString xmlXPathCastToString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction __attribute((alias("xmlXPathCeilingFunction__internal_alias"))); +#define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias"))); +#define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias"))); +#define xmlXPathCompareValues xmlXPathCompareValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias"))); +#define xmlXPathCompile xmlXPathCompile__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias"))); +#define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatFunction__internal_alias"))); +#define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction __attribute((alias("xmlXPathContainsFunction__internal_alias"))); +#define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvertBoolean__internal_alias"))); +#define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber __attribute((alias("xmlXPathConvertNumber__internal_alias"))); +#define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathConvertString) xmlXPathConvertString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathConvertString) xmlXPathConvertString __attribute((alias("xmlXPathConvertString__internal_alias"))); +#define xmlXPathConvertString xmlXPathConvertString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction __attribute((alias("xmlXPathCountFunction__internal_alias"))); +#define xmlXPathCountFunction xmlXPathCountFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias"))); +#define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr __attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias"))); +#define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias +#endif +#endif + +#ifdef LIBXML_XPATH_ENABLED +#ifdef LIBXML_DEBUG_ENABLED +extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebugDumpObject__internal_alias"))); +#define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias +#endif +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias"))); +#define xmlXPathDifference xmlXPathDifference__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathDistinct) xmlXPathDistinct__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathDistinct) xmlXPathDistinct __attribute((alias("xmlXPathDistinct__internal_alias"))); +#define xmlXPathDistinct xmlXPathDistinct__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias"))); +#define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias"))); +#define xmlXPathDivValues xmlXPathDivValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues __attribute((alias("xmlXPathEqualValues__internal_alias"))); +#define xmlXPathEqualValues xmlXPathEqualValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathErr) xmlXPathErr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathErr) xmlXPathErr __attribute((alias("xmlXPathErr__internal_alias"))); +#define xmlXPathErr xmlXPathErr__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias"))); +#define xmlXPathEval xmlXPathEval__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr __attribute((alias("xmlXPathEvalExpr__internal_alias"))); +#define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression __attribute((alias("xmlXPathEvalExpression__internal_alias"))); +#define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias"))); +#define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult __attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias"))); +#define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction __attribute((alias("xmlXPathFalseFunction__internal_alias"))); +#define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias"))); +#define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExpr__internal_alias"))); +#define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext __attribute((alias("xmlXPathFreeContext__internal_alias"))); +#define xmlXPathFreeContext xmlXPathFreeContext__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet __attribute((alias("xmlXPathFreeNodeSet__internal_alias"))); +#define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList __attribute((alias("xmlXPathFreeNodeSetList__internal_alias"))); +#define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias"))); +#define xmlXPathFreeObject xmlXPathFreeObject__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext __attribute((alias("xmlXPathFreeParserContext__internal_alias"))); +#define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctionLookup__internal_alias"))); +#define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias"))); +#define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes __attribute((alias("xmlXPathHasSameNodes__internal_alias"))); +#define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction __attribute((alias("xmlXPathIdFunction__internal_alias"))); +#define xmlXPathIdFunction xmlXPathIdFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathInit) xmlXPathInit__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathInit) xmlXPathInit __attribute((alias("xmlXPathInit__internal_alias"))); +#define xmlXPathInit xmlXPathInit__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias"))); +#define xmlXPathIntersection xmlXPathIntersection__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathIsInf) xmlXPathIsInf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathIsInf) xmlXPathIsInf __attribute((alias("xmlXPathIsInf__internal_alias"))); +#define xmlXPathIsInf xmlXPathIsInf__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN __attribute((alias("xmlXPathIsNaN__internal_alias"))); +#define xmlXPathIsNaN xmlXPathIsNaN__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias"))); +#define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunction__internal_alias"))); +#define xmlXPathLangFunction xmlXPathLangFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias"))); +#define xmlXPathLastFunction xmlXPathLastFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathLeading) xmlXPathLeading__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathLeading) xmlXPathLeading __attribute((alias("xmlXPathLeading__internal_alias"))); +#define xmlXPathLeading xmlXPathLeading__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted __attribute((alias("xmlXPathLeadingSorted__internal_alias"))); +#define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction __attribute((alias("xmlXPathLocalNameFunction__internal_alias"))); +#define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias"))); +#define xmlXPathModValues xmlXPathModValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__internal_alias"))); +#define xmlXPathMultValues xmlXPathMultValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xmlXPathNamespaceURIFunction__internal_alias"))); +#define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias"))); +#define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewCString) xmlXPathNewCString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewCString) xmlXPathNewCString __attribute((alias("xmlXPathNewCString__internal_alias"))); +#define xmlXPathNewCString xmlXPathNewCString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias"))); +#define xmlXPathNewContext xmlXPathNewContext__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat __attribute((alias("xmlXPathNewFloat__internal_alias"))); +#define xmlXPathNewFloat xmlXPathNewFloat__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet __attribute((alias("xmlXPathNewNodeSet__internal_alias"))); +#define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList __attribute((alias("xmlXPathNewNodeSetList__internal_alias"))); +#define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias"))); +#define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias"))); +#define xmlXPathNewString xmlXPathNewString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias"))); +#define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias"))); +#define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias"))); +#define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias"))); +#define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextChild) xmlXPathNextChild__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextChild) xmlXPathNextChild __attribute((alias("xmlXPathNextChild__internal_alias"))); +#define xmlXPathNextChild xmlXPathNextChild__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias"))); +#define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias"))); +#define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias"))); +#define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling __attribute((alias("xmlXPathNextFollowingSibling__internal_alias"))); +#define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias"))); +#define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__internal_alias"))); +#define xmlXPathNextParent xmlXPathNextParent__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding __attribute((alias("xmlXPathNextPreceding__internal_alias"))); +#define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xmlXPathNextPrecedingSibling__internal_alias"))); +#define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias"))); +#define xmlXPathNextSelf xmlXPathNextSelf__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xmlXPathNodeLeading__internal_alias"))); +#define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias"))); +#define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd __attribute((alias("xmlXPathNodeSetAdd__internal_alias"))); +#define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs __attribute((alias("xmlXPathNodeSetAddNs__internal_alias"))); +#define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique __attribute((alias("xmlXPathNodeSetAddUnique__internal_alias"))); +#define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains __attribute((alias("xmlXPathNodeSetContains__internal_alias"))); +#define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCreate__internal_alias"))); +#define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel __attribute((alias("xmlXPathNodeSetDel__internal_alias"))); +#define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs __attribute((alias("xmlXPathNodeSetFreeNs__internal_alias"))); +#define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge __attribute((alias("xmlXPathNodeSetMerge__internal_alias"))); +#define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove __attribute((alias("xmlXPathNodeSetRemove__internal_alias"))); +#define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias"))); +#define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing __attribute((alias("xmlXPathNodeTrailing__internal_alias"))); +#define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias"))); +#define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction __attribute((alias("xmlXPathNormalizeFunction__internal_alias"))); +#define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues __attribute((alias("xmlXPathNotEqualValues__internal_alias"))); +#define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias"))); +#define xmlXPathNotFunction xmlXPathNotFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_alias"))); +#define xmlXPathNsLookup xmlXPathNsLookup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction __attribute((alias("xmlXPathNumberFunction__internal_alias"))); +#define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias"))); +#define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems __attribute((alias("xmlXPathOrderDocElems__internal_alias"))); +#define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName __attribute((alias("xmlXPathParseNCName__internal_alias"))); +#define xmlXPathParseNCName xmlXPathParseNCName__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathParseName) xmlXPathParseName__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathParseName) xmlXPathParseName __attribute((alias("xmlXPathParseName__internal_alias"))); +#define xmlXPathParseName xmlXPathParseName__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean __attribute((alias("xmlXPathPopBoolean__internal_alias"))); +#define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal __attribute((alias("xmlXPathPopExternal__internal_alias"))); +#define xmlXPathPopExternal xmlXPathPopExternal__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__internal_alias"))); +#define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber __attribute((alias("xmlXPathPopNumber__internal_alias"))); +#define xmlXPathPopNumber xmlXPathPopNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__internal_alias"))); +#define xmlXPathPopString xmlXPathPopString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPositionFunction__internal_alias"))); +#define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias"))); +#define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias"))); +#define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup __attribute((alias("xmlXPathRegisterFuncLookup__internal_alias"))); +#define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias"))); +#define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias"))); +#define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable __attribute((alias("xmlXPathRegisterVariable__internal_alias"))); +#define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup __attribute((alias("xmlXPathRegisterVariableLookup__internal_alias"))); +#define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias"))); +#define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup __attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias"))); +#define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup __attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias"))); +#define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup __attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias"))); +#define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRoot) xmlXPathRoot__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRoot) xmlXPathRoot __attribute((alias("xmlXPathRoot__internal_alias"))); +#define xmlXPathRoot xmlXPathRoot__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias"))); +#define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attribute((alias("xmlXPathStartsWithFunction__internal_alias"))); +#define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber __attribute((alias("xmlXPathStringEvalNumber__internal_alias"))); +#define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction __attribute((alias("xmlXPathStringFunction__internal_alias"))); +#define xmlXPathStringFunction xmlXPathStringFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction __attribute((alias("xmlXPathStringLengthFunction__internal_alias"))); +#define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__internal_alias"))); +#define xmlXPathSubValues xmlXPathSubValues__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction __attribute((alias("xmlXPathSubstringAfterFunction__internal_alias"))); +#define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction __attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias"))); +#define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction __attribute((alias("xmlXPathSubstringFunction__internal_alias"))); +#define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction __attribute((alias("xmlXPathSumFunction__internal_alias"))); +#define xmlXPathSumFunction xmlXPathSumFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathTrailing) xmlXPathTrailing__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathTrailing) xmlXPathTrailing __attribute((alias("xmlXPathTrailing__internal_alias"))); +#define xmlXPathTrailing xmlXPathTrailing__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted __attribute((alias("xmlXPathTrailingSorted__internal_alias"))); +#define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathTranslateFunction__internal_alias"))); +#define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunction__internal_alias"))); +#define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign __attribute((alias("xmlXPathValueFlipSign__internal_alias"))); +#define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariableLookup__internal_alias"))); +#define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias"))); +#define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString __attribute((alias("xmlXPathWrapCString__internal_alias"))); +#define xmlXPathWrapCString xmlXPathWrapCString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal __attribute((alias("xmlXPathWrapExternal__internal_alias"))); +#define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias"))); +#define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPathWrapString) xmlXPathWrapString__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPathWrapString) xmlXPathWrapString __attribute((alias("xmlXPathWrapString__internal_alias"))); +#define xmlXPathWrapString xmlXPathWrapString__internal_alias +#endif + +#ifdef LIBXML_XPATH_ENABLED +extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias"))); +#define xmlXPatherror xmlXPatherror__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList __attribute((alias("xmlXPtrBuildNodeList__internal_alias"))); +#define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrEval) xmlXPtrEval__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrEval) xmlXPtrEval __attribute((alias("xmlXPtrEval__internal_alias"))); +#define xmlXPtrEval xmlXPtrEval__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate __attribute((alias("xmlXPtrEvalRangePredicate__internal_alias"))); +#define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet __attribute((alias("xmlXPtrFreeLocationSet__internal_alias"))); +#define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd __attribute((alias("xmlXPtrLocationSetAdd__internal_alias"))); +#define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate __attribute((alias("xmlXPtrLocationSetCreate__internal_alias"))); +#define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel __attribute((alias("xmlXPtrLocationSetDel__internal_alias"))); +#define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge __attribute((alias("xmlXPtrLocationSetMerge__internal_alias"))); +#define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove __attribute((alias("xmlXPtrLocationSetRemove__internal_alias"))); +#define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange __attribute((alias("xmlXPtrNewCollapsedRange__internal_alias"))); +#define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext __attribute((alias("xmlXPtrNewContext__internal_alias"))); +#define xmlXPtrNewContext xmlXPtrNewContext__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet __attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias"))); +#define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias"))); +#define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange __attribute((alias("xmlXPtrNewRange__internal_alias"))); +#define xmlXPtrNewRange xmlXPtrNewRange__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject __attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias"))); +#define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint __attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias"))); +#define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes __attribute((alias("xmlXPtrNewRangeNodes__internal_alias"))); +#define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode __attribute((alias("xmlXPtrNewRangePointNode__internal_alias"))); +#define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints __attribute((alias("xmlXPtrNewRangePoints__internal_alias"))); +#define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction __attribute((alias("xmlXPtrRangeToFunction__internal_alias"))); +#define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias +#endif + +#ifdef LIBXML_XPTR_ENABLED +extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibility("hidden"))); +extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLocationSet__internal_alias"))); +#define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias +#endif + diff --git a/example/Makefile.am b/example/Makefile.am index 0138775d..9eb6a76d 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,10 +1,10 @@ noinst_PROGRAMS = gjobread -INCLUDES = \ - -I$(top_builddir) -I$(top_srcdir) \ - -I$(top_builddir)/include \ - -I$(top_srcdir)/include -I@srcdir@ - -LDADD = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@ - +INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ +DEPS = $(top_builddir)/libxml2.la +LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@ +gjobread_SOURCES=gjobread.c +gjobread_LDFLAGS= +gjobread_DEPENDENCIES= $(DEPS) +gjobread_LDADD= @RDL_LIBS@ $(LDADDS) diff --git a/include/libxml/DOCBparser.h b/include/libxml/DOCBparser.h index d30aaeaa..461d4ee8 100644 --- a/include/libxml/DOCBparser.h +++ b/include/libxml/DOCBparser.h @@ -11,6 +11,9 @@ #ifndef __DOCB_PARSER_H__ #define __DOCB_PARSER_H__ #include + +#ifdef LIBXML_DOCB_ENABLED + #include #include @@ -87,4 +90,7 @@ XMLPUBFUN int XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_DOCB_ENABLED */ + #endif /* __DOCB_PARSER_H__ */ diff --git a/include/libxml/HTMLparser.h b/include/libxml/HTMLparser.h index f39f0bb5..2604d860 100644 --- a/include/libxml/HTMLparser.h +++ b/include/libxml/HTMLparser.h @@ -15,6 +15,8 @@ #include #include +#ifdef LIBXML_HTML_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -292,4 +294,5 @@ XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ; } #endif +#endif /* LIBXML_HTML_ENABLED */ #endif /* __HTML_PARSER_H__ */ diff --git a/include/libxml/HTMLtree.h b/include/libxml/HTMLtree.h index 157aa670..50b85442 100644 --- a/include/libxml/HTMLtree.h +++ b/include/libxml/HTMLtree.h @@ -16,6 +16,7 @@ #include #include +#ifdef LIBXML_HTML_ENABLED #ifdef __cplusplus extern "C" { @@ -135,5 +136,7 @@ XMLPUBFUN int XMLCALL } #endif +#endif /* LIBXML_HTML_ENABLED */ + #endif /* __HTML_TREE_H__ */ diff --git a/include/libxml/SAX.h b/include/libxml/SAX.h index a305b69f..91b3fbc0 100644 --- a/include/libxml/SAX.h +++ b/include/libxml/SAX.h @@ -18,6 +18,8 @@ #include #include +#ifdef LIBXML_SAX1_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -162,4 +164,7 @@ XMLPUBFUN void XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_SAX1_ENABLED */ + #endif /* __XML_SAX_H__ */ diff --git a/include/libxml/c14n.h b/include/libxml/c14n.h index 4bc441c4..9f4c6c01 100644 --- a/include/libxml/c14n.h +++ b/include/libxml/c14n.h @@ -16,6 +16,7 @@ */ #ifndef __XML_C14N_H__ #define __XML_C14N_H__ +#ifdef LIBXML_C14N_ENABLED #ifdef LIBXML_OUTPUT_ENABLED #ifdef __cplusplus @@ -99,5 +100,6 @@ XMLPUBFUN int XMLCALL #endif /* __cplusplus */ #endif /* LIBXML_OUTPUT_ENABLED */ +#endif /* LIBXML_C14N_ENABLED */ #endif /* __XML_C14N_H__ */ diff --git a/include/libxml/nanoftp.h b/include/libxml/nanoftp.h index 01fadb82..95280db5 100644 --- a/include/libxml/nanoftp.h +++ b/include/libxml/nanoftp.h @@ -138,6 +138,6 @@ XMLPUBFUN int XMLCALL #ifdef __cplusplus } -#endif /* LIBXML_FTP_ENABLED */ #endif +#endif /* LIBXML_FTP_ENABLED */ #endif /* __NANO_FTP_H__ */ diff --git a/include/libxml/pattern.h b/include/libxml/pattern.h index 9db9c4e7..02c833b8 100644 --- a/include/libxml/pattern.h +++ b/include/libxml/pattern.h @@ -15,6 +15,8 @@ #include #include +#ifdef LIBXML_PATTERN_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -45,4 +47,7 @@ XMLPUBFUN int XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_PATTERN_ENABLED */ + #endif /* __XML_PATTERN_H__ */ diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h index e9702896..32544008 100644 --- a/include/libxml/relaxng.h +++ b/include/libxml/relaxng.h @@ -14,6 +14,8 @@ #include #include +#ifdef LIBXML_SCHEMAS_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -176,4 +178,7 @@ XMLPUBFUN int XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_SCHEMAS_ENABLED */ + #endif /* __XML_RELAX_NG__ */ diff --git a/include/libxml/valid.h b/include/libxml/valid.h index 004bb907..ec34ef09 100644 --- a/include/libxml/valid.h +++ b/include/libxml/valid.h @@ -269,7 +269,7 @@ XMLPUBFUN xmlListPtr XMLCALL /** * The public function calls related to validity checking. */ - +#ifdef LIBXML_VALID_ENABLED XMLPUBFUN int XMLCALL xmlValidateRoot (xmlValidCtxtPtr ctxt, xmlDocPtr doc); @@ -337,6 +337,8 @@ XMLPUBFUN int XMLCALL xmlValidateNotationUse (xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName); +#endif /* LIBXML_VALID_ENABLED */ + XMLPUBFUN int XMLCALL xmlIsMixedElement (xmlDocPtr doc, const xmlChar *name); @@ -370,6 +372,9 @@ XMLPUBFUN int XMLCALL const xmlChar **list, int *len, int max); + +#ifdef LIBXML_VALID_ENABLED + XMLPUBFUN int XMLCALL xmlValidateNameValue (const xmlChar *value); XMLPUBFUN int XMLCALL @@ -379,6 +384,7 @@ XMLPUBFUN int XMLCALL XMLPUBFUN int XMLCALL xmlValidateNmtokensValue(const xmlChar *value); +#endif /* LIBXML_VALID_ENABLED */ #ifdef LIBXML_REGEXP_ENABLED /* * Validation based on the regexp support diff --git a/include/libxml/xinclude.h b/include/libxml/xinclude.h index 880a280b..4bb0aab2 100644 --- a/include/libxml/xinclude.h +++ b/include/libxml/xinclude.h @@ -16,6 +16,8 @@ #include #include +#ifdef LIBXML_XINCLUDE_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -113,4 +115,7 @@ XMLPUBFUN int XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_XINCLUDE_ENABLED */ + #endif /* __XML_XINCLUDE_H__ */ diff --git a/include/libxml/xmlreader.h b/include/libxml/xmlreader.h index de130419..e8104681 100644 --- a/include/libxml/xmlreader.h +++ b/include/libxml/xmlreader.h @@ -17,6 +17,8 @@ #include #endif +#ifdef LIBXML_READER_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -359,5 +361,8 @@ XMLPUBFUN void XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_READER_ENABLED */ + #endif /* __XML_XMLREADER_H__ */ diff --git a/include/libxml/xmlsave.h b/include/libxml/xmlsave.h index d83038e3..be5971dd 100644 --- a/include/libxml/xmlsave.h +++ b/include/libxml/xmlsave.h @@ -31,10 +31,14 @@ XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToFilename (const char *filename, const char *encoding, int options); +/****** + Not yet implemented. + XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToBuffer (xmlBufferPtr buffer, const char *encoding, int options); + ******/ XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToIO (xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, diff --git a/include/libxml/xmlunicode.h b/include/libxml/xmlunicode.h index b8537dc8..3882b1fb 100644 --- a/include/libxml/xmlunicode.h +++ b/include/libxml/xmlunicode.h @@ -17,6 +17,8 @@ #include +#ifdef LIBXML_UNICODE_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -194,4 +196,7 @@ XMLPUBFUN int XMLCALL xmlUCSIsCat (int code, const char *cat); #ifdef __cplusplus } #endif + +#endif /* LIBXML_UNICODE_ENABLED */ + #endif /* __XML_UNICODE_H__ */ diff --git a/include/libxml/xmlwriter.h b/include/libxml/xmlwriter.h index f1e1fd84..31ceb5f1 100644 --- a/include/libxml/xmlwriter.h +++ b/include/libxml/xmlwriter.h @@ -11,6 +11,10 @@ #ifndef __XML_XMLWRITER_H__ #define __XML_XMLWRITER_H__ +#include + +#ifdef LIBXML_WRITER_ENABLED + #include #include #include @@ -449,4 +453,7 @@ extern "C" { #ifdef __cplusplus } #endif + +#endif /* LIBXML_WRITER_ENABLED */ + #endif /* __XML_XMLWRITER_H__ */ diff --git a/include/libxml/xpath.h b/include/libxml/xpath.h index 41def0cb..8a2e210b 100644 --- a/include/libxml/xpath.h +++ b/include/libxml/xpath.h @@ -20,6 +20,9 @@ #define __XML_XPATH_H__ #include + +#ifdef LIBXML_XPATH_ENABLED + #include #include #include @@ -464,4 +467,6 @@ XMLPUBFUN void XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_XPATH_ENABLED */ #endif /* ! __XML_XPATH_H__ */ diff --git a/include/libxml/xpathInternals.h b/include/libxml/xpathInternals.h index 75e5d742..4ee19656 100644 --- a/include/libxml/xpathInternals.h +++ b/include/libxml/xpathInternals.h @@ -15,6 +15,8 @@ #include #include +#ifdef LIBXML_XPATH_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -650,4 +652,6 @@ XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns); #ifdef __cplusplus } #endif + +#endif /* LIBXML_XPATH_ENABLED */ #endif /* ! __XML_XPATH_INTERNALS_H__ */ diff --git a/include/libxml/xpointer.h b/include/libxml/xpointer.h index 2285b0ed..dde1dfb3 100644 --- a/include/libxml/xpointer.h +++ b/include/libxml/xpointer.h @@ -18,6 +18,9 @@ #define __XML_XPTR_H__ #include + +#ifdef LIBXML_XPTR_ENABLED + #include #include @@ -106,4 +109,6 @@ XMLPUBFUN void XMLCALL #ifdef __cplusplus } #endif + +#endif /* LIBXML_XPTR_ENABLED */ #endif /* __XML_XPTR_H__ */ diff --git a/libxml.h b/libxml.h index 69e02a2b..a524f061 100644 --- a/libxml.h +++ b/libxml.h @@ -49,4 +49,12 @@ extern int __xmlRegisterCallbacks; */ void __xmlIOErr(int domain, int code, const char *extra); void __xmlLoaderErr(void *ctx, const char *msg, const char *filename); + +#ifdef IN_LIBXML +#ifdef __GNUC__ +#ifdef linux +#include "elfgcchack.h" +#endif +#endif +#endif #endif /* ! __XML_LIBXML_H__ */ diff --git a/nanohttp.c b/nanohttp.c index 9f3c75af..23923b63 100644 --- a/nanohttp.c +++ b/nanohttp.c @@ -158,7 +158,7 @@ static char *proxy = NULL; /* the proxy name if any */ static int proxyPort; /* the proxy port if any */ static unsigned int timeout = 60;/* the select() timeout in seconds */ -int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ); +static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ); int xmlNanoHTTPContentLength( void * ctx ); /** @@ -1710,7 +1710,7 @@ xmlNanoHTTPMimeType( void * ctx ) { * -1 if received content length was less than specified or an error * occurred. */ -int +static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { xmlNanoHTTPCtxtPtr ctxt = (xmlNanoHTTPCtxtPtr)ctx; diff --git a/parser.c b/parser.c index 22e2b018..5a39915e 100644 --- a/parser.c +++ b/parser.c @@ -1039,6 +1039,8 @@ nodePop(xmlParserCtxtPtr ctxt) ctxt->nodeTab[ctxt->nodeNr] = 0; return (ret); } + +#ifdef LIBXML_PUSH_ENABLED /** * nameNsPush: * @ctxt: an XML parser context @@ -1109,6 +1111,7 @@ nameNsPop(xmlParserCtxtPtr ctxt) ctxt->nameTab[ctxt->nameNr] = NULL; return (ret); } +#endif /* LIBXML_PUSH_ENABLED */ /** * namePush: diff --git a/python/libxml2class.txt b/python/libxml2class.txt index 72561ab7..87494bd2 100644 --- a/python/libxml2class.txt +++ b/python/libxml2class.txt @@ -177,6 +177,7 @@ validateQName() URIEscape() URIEscapeStr() URIUnescapeString() +buildRelativeURI() buildURI() canonicPath() createURI() diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src index e5fa37c9..485aad92 100644 --- a/win32/libxml2.def.src +++ b/win32/libxml2.def.src @@ -118,11 +118,13 @@ __xmlMemStrdup #else xmlMemStrdup DATA #endif +xmlOutputBufferCreateFilenameValue DATA #ifdef LIBXML_THREAD_ENABLED __xmlParserDebugEntities #else xmlParserDebugEntities DATA #endif +xmlParserInputBufferCreateFilenameValue DATA xmlParserMaxDepth DATA #ifdef LIBXML_THREAD_ENABLED __xmlParserVersion @@ -549,6 +551,7 @@ xmlBufferWriteCHAR xmlBufferWriteChar xmlBufferWriteQuotedString xmlBuildQName +xmlBuildRelativeURI xmlBuildURI xmlByteConsumed #ifdef LIBXML_C14N_ENABLED @@ -1172,6 +1175,7 @@ xmlOutputBufferClose xmlOutputBufferCreateFd xmlOutputBufferCreateFile xmlOutputBufferCreateFilename +xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateIO xmlOutputBufferFlush xmlOutputBufferWrite @@ -1251,6 +1255,7 @@ xmlParserHandleReference xmlParserInputBufferCreateFd xmlParserInputBufferCreateFile xmlParserInputBufferCreateFilename +xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateIO xmlParserInputBufferCreateMem xmlParserInputBufferCreateStatic @@ -1458,7 +1463,6 @@ xmlSaveFormatFileEnc xmlSaveFormatFileTo xmlSaveSetAttrEscape xmlSaveSetEscape -xmlSaveToBuffer xmlSaveToFd xmlSaveToFilename xmlSaveToIO @@ -1776,7 +1780,9 @@ xmlThrDefIndentTreeOutput xmlThrDefKeepBlanksDefaultValue xmlThrDefLineNumbersDefaultValue xmlThrDefLoadExtDtdDefaultValue +xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefParserDebugEntities +xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefPedanticParserDefaultValue xmlThrDefRegisterNodeDefault xmlThrDefSaveNoEmptyTags diff --git a/xmlsave.c b/xmlsave.c index 5b43c979..76989913 100644 --- a/xmlsave.c +++ b/xmlsave.c @@ -1357,7 +1357,6 @@ xmlSaveToFilename(const char *filename, const char *encoding, int options) return(ret); } -#if 0 /** * xmlSaveToBuffer: * @buffer: a buffer @@ -1368,14 +1367,13 @@ xmlSaveToFilename(const char *filename, const char *encoding, int options) * with the encoding and the options given * * Returns a new serialization context or NULL in case of error. - */ xmlSaveCtxtPtr xmlSaveToBuffer(xmlBufferPtr buffer, const char *encoding, int options) { TODO return(NULL); } -#endif + */ /** * xmlSaveToIO: