mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Added a mirror in Austria, Daniel
This commit is contained in:
@ -206,6 +206,22 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<p>
|
||||
<a href="html/libxml-valid.html#XMLCOPYATTRIBUTETABLE">xmlCopyAttributeTable</a>
|
||||
</p>
|
||||
<h2>Type xmlAutomataPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlNewAutomata</a>
|
||||
</p>
|
||||
<h2>Type xmlAutomataStatePtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlAutomataGetInitState</a>
|
||||
<a href="">xmlAutomataNewState</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlAutomataNewAllTrans</a>
|
||||
<a href="">xmlAutomataNewEpsilon</a>
|
||||
<a href="">xmlAutomataNewCountedTrans</a>
|
||||
<a href="">xmlAutomataNewCounterTrans</a>
|
||||
</p>
|
||||
<h2>Type xmlBufferAllocationScheme:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-tree.html#XMLGETBUFFERALLOCATIONSCHEME">xmlGetBufferAllocationScheme</a>
|
||||
@ -563,6 +579,31 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<p>
|
||||
<a href="html/libxml-valid.html#XMLADDREF">xmlAddRef</a>
|
||||
</p>
|
||||
<h2>Type xmlRegExecCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlRegNewExecCtxt</a>
|
||||
</p>
|
||||
<h2>Type xmlRegexpPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlRegexpCompile</a>
|
||||
<a href="">xmlAutomataCompile</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaParserCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaNewParserCtxt</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaParse</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaTypePtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaGetPredefinedType</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaValidCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaNewValidCtxt</a>
|
||||
</p>
|
||||
<h2>Type xmlURIPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-uri.html#XMLCREATEURI">xmlCreateURI</a>
|
||||
|
@ -732,6 +732,47 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserinternals.html#XMLSETENTITYREFERENCEFUNC">xmlSetEntityReferenceFunc</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="schemasInternals">Module schemasInternals</a>:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaTypeType</a>
|
||||
<a href="">xmlSchemaContentType</a>
|
||||
<a href="">xmlSchemaVal</a>
|
||||
<a href="">xmlSchemaValPtr</a>
|
||||
<a href="">xmlSchemaType</a>
|
||||
<a href="">xmlSchemaTypePtr</a>
|
||||
<a href="">xmlSchemaFacet</a>
|
||||
<a href="">xmlSchemaFacetPtr</a>
|
||||
<a href="">xmlSchemaAnnot</a>
|
||||
<a href="">xmlSchemaAnnotPtr</a>
|
||||
<a href="">XML_SCHEMAS_ANYATTR_SKIP</a>
|
||||
<a href="">XML_SCHEMAS_ANYATTR_LAX</a>
|
||||
<a href="">XML_SCHEMAS_ANYATTR_STRICT</a>
|
||||
<a href="">xmlSchemaAttribute</a>
|
||||
<a href="">xmlSchemaAttributePtr</a>
|
||||
<a href="">xmlSchemaAttributeGroup</a>
|
||||
<a href="">xmlSchemaAttributeGroupPtr</a>
|
||||
<a href="">XML_SCHEMAS_TYPE_MIXED</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_NILLABLE</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_GLOBAL</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_DEFAULT</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_FIXED</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_ABSTRACT</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_TOPLEVEL</a>
|
||||
<a href="">XML_SCHEMAS_ELEM_REF</a>
|
||||
<a href="">xmlSchemaElement</a>
|
||||
<a href="">xmlSchemaElementPtr</a>
|
||||
<a href="">XML_SCHEMAS_FACET_UNKNOWN</a>
|
||||
<a href="">XML_SCHEMAS_FACET_PRESERVE</a>
|
||||
<a href="">XML_SCHEMAS_FACET_REPLACE</a>
|
||||
<a href="">XML_SCHEMAS_FACET_COLLAPSE</a>
|
||||
<a href="">xmlSchemaNotation</a>
|
||||
<a href="">xmlSchemaNotationPtr</a>
|
||||
<a href="">XML_SCHEMAS_QUALIF_ELEM</a>
|
||||
<a href="">XML_SCHEMAS_QUALIF_ATTR</a>
|
||||
<a href="">xmlSchema</a>
|
||||
<a href="">xmlSchemaFreeType</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="threads">Module threads</a>:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-threads.html#XMLMUTEX">xmlMutex</a>
|
||||
@ -1087,6 +1128,29 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlio.html#XMLNONETEXTERNALENTITYLOADER">xmlNoNetExternalEntityLoader</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlautomata">Module xmlautomata</a>:</h2>
|
||||
<p>
|
||||
<a href="">xmlAutomata</a>
|
||||
<a href="">xmlAutomataPtr</a>
|
||||
<a href="">xmlAutomataState</a>
|
||||
<a href="">xmlAutomataStatePtr</a>
|
||||
<a href="">xmlNewAutomata</a>
|
||||
<a href="">xmlFreeAutomata</a>
|
||||
<a href="">xmlAutomataGetInitState</a>
|
||||
<a href="">xmlAutomataSetFinalState</a>
|
||||
<a href="">xmlAutomataNewState</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlAutomataNewAllTrans</a>
|
||||
<a href="">xmlAutomataNewEpsilon</a>
|
||||
<a href="">xmlAutomataNewCountedTrans</a>
|
||||
<a href="">xmlAutomataNewCounterTrans</a>
|
||||
<a href="">xmlAutomataNewCounter</a>
|
||||
<a href="">xmlAutomataCompile</a>
|
||||
<a href="">xmlAutomataIsDeterminist</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlerror">Module xmlerror</a>:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-xmlerror.html#XMLPARSERERRORS">xmlParserErrors</a>
|
||||
@ -1123,6 +1187,194 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlmemory.html#XMLMEMSTRDUPLOC">xmlMemStrdupLoc</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlregexp">Module xmlregexp</a>:</h2>
|
||||
<p>
|
||||
<a href="">xmlRegexp</a>
|
||||
<a href="">xmlRegexpPtr</a>
|
||||
<a href="">xmlRegExecCtxt</a>
|
||||
<a href="">xmlRegExecCtxtPtr</a>
|
||||
<a href="">xmlRegexpCompile</a>
|
||||
<a href="">xmlRegFreeRegexp</a>
|
||||
<a href="">xmlRegexpExec</a>
|
||||
<a href="">xmlRegexpPrint</a>
|
||||
<a href="">xmlRegExecCallbacks</a>
|
||||
<a href="">xmlRegNewExecCtxt</a>
|
||||
<a href="">xmlRegFreeExecCtxt</a>
|
||||
<a href="">xmlRegExecPushString</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlschemas">Module xmlschemas</a>:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaValidError</a>
|
||||
<a href="">xmlSchema</a>
|
||||
<a href="">xmlSchemaPtr</a>
|
||||
<a href="">xmlSchemaValidityErrorFunc</a>
|
||||
<a href="">xmlSchemaValidityWarningFunc</a>
|
||||
<a href="">xmlSchemaParserCtxt</a>
|
||||
<a href="">xmlSchemaParserCtxtPtr</a>
|
||||
<a href="">xmlSchemaValidCtxt</a>
|
||||
<a href="">xmlSchemaValidCtxtPtr</a>
|
||||
<a href="">xmlSchemaNewParserCtxt</a>
|
||||
<a href="">xmlSchemaFreeParserCtxt</a>
|
||||
<a href="">xmlSchemaSetParserErrors</a>
|
||||
<a href="">xmlSchemaParse</a>
|
||||
<a href="">xmlSchemaFree</a>
|
||||
<a href="">xmlSchemaDump</a>
|
||||
<a href="">xmlSchemaSetValidErrors</a>
|
||||
<a href="">xmlSchemaNewValidCtxt</a>
|
||||
<a href="">xmlSchemaFreeValidCtxt</a>
|
||||
<a href="">xmlSchemaValidateDoc</a>
|
||||
<a href="">xmlSchemaValidateStream</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlschemastypes">Module xmlschemastypes</a>:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaInitTypes</a>
|
||||
<a href="">xmlSchemaCleanupTypes</a>
|
||||
<a href="">xmlSchemaGetPredefinedType</a>
|
||||
<a href="">xmlSchemaValidatePredefinedType</a>
|
||||
<a href="">xmlSchemaValidateFacet</a>
|
||||
<a href="">xmlSchemaFreeValue</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlunicode">Module xmlunicode</a>:</h2>
|
||||
<p>
|
||||
<a href="">xmlUCSIsAlphabeticPresentationForms</a>
|
||||
<a href="">xmlUCSIsArabic</a>
|
||||
<a href="">xmlUCSIsArabicPresentationFormsA</a>
|
||||
<a href="">xmlUCSIsArabicPresentationFormsB</a>
|
||||
<a href="">xmlUCSIsArmenian</a>
|
||||
<a href="">xmlUCSIsArrows</a>
|
||||
<a href="">xmlUCSIsBasicLatin</a>
|
||||
<a href="">xmlUCSIsBengali</a>
|
||||
<a href="">xmlUCSIsBlockElements</a>
|
||||
<a href="">xmlUCSIsBopomofo</a>
|
||||
<a href="">xmlUCSIsBopomofoExtended</a>
|
||||
<a href="">xmlUCSIsBoxDrawing</a>
|
||||
<a href="">xmlUCSIsBraillePatterns</a>
|
||||
<a href="">xmlUCSIsByzantineMusicalSymbols</a>
|
||||
<a href="">xmlUCSIsCJKCompatibility</a>
|
||||
<a href="">xmlUCSIsCJKCompatibilityForms</a>
|
||||
<a href="">xmlUCSIsCJKCompatibilityIdeographs</a>
|
||||
<a href="">xmlUCSIsCJKCompatibilityIdeographsSupplement</a>
|
||||
<a href="">xmlUCSIsCJKRadicalsSupplement</a>
|
||||
<a href="">xmlUCSIsCJKSymbolsandPunctuation</a>
|
||||
<a href="">xmlUCSIsCJKUnifiedIdeographs</a>
|
||||
<a href="">xmlUCSIsCJKUnifiedIdeographsExtensionA</a>
|
||||
<a href="">xmlUCSIsCJKUnifiedIdeographsExtensionB</a>
|
||||
<a href="">xmlUCSIsCherokee</a>
|
||||
<a href="">xmlUCSIsCombiningDiacriticalMarks</a>
|
||||
<a href="">xmlUCSIsCombiningHalfMarks</a>
|
||||
<a href="">xmlUCSIsCombiningMarksforSymbols</a>
|
||||
<a href="">xmlUCSIsControlPictures</a>
|
||||
<a href="">xmlUCSIsCurrencySymbols</a>
|
||||
<a href="">xmlUCSIsCyrillic</a>
|
||||
<a href="">xmlUCSIsDeseret</a>
|
||||
<a href="">xmlUCSIsDevanagari</a>
|
||||
<a href="">xmlUCSIsDingbats</a>
|
||||
<a href="">xmlUCSIsEnclosedAlphanumerics</a>
|
||||
<a href="">xmlUCSIsEnclosedCJKLettersandMonths</a>
|
||||
<a href="">xmlUCSIsEthiopic</a>
|
||||
<a href="">xmlUCSIsGeneralPunctuation</a>
|
||||
<a href="">xmlUCSIsGeometricShapes</a>
|
||||
<a href="">xmlUCSIsGeorgian</a>
|
||||
<a href="">xmlUCSIsGothic</a>
|
||||
<a href="">xmlUCSIsGreek</a>
|
||||
<a href="">xmlUCSIsGreekExtended</a>
|
||||
<a href="">xmlUCSIsGujarati</a>
|
||||
<a href="">xmlUCSIsGurmukhi</a>
|
||||
<a href="">xmlUCSIsHalfwidthandFullwidthForms</a>
|
||||
<a href="">xmlUCSIsHangulCompatibilityJamo</a>
|
||||
<a href="">xmlUCSIsHangulJamo</a>
|
||||
<a href="">xmlUCSIsHangulSyllables</a>
|
||||
<a href="">xmlUCSIsHebrew</a>
|
||||
<a href="">xmlUCSIsHighPrivateUseSurrogates</a>
|
||||
<a href="">xmlUCSIsHighSurrogates</a>
|
||||
<a href="">xmlUCSIsHiragana</a>
|
||||
<a href="">xmlUCSIsIPAExtensions</a>
|
||||
<a href="">xmlUCSIsIdeographicDescriptionCharacters</a>
|
||||
<a href="">xmlUCSIsKanbun</a>
|
||||
<a href="">xmlUCSIsKangxiRadicals</a>
|
||||
<a href="">xmlUCSIsKannada</a>
|
||||
<a href="">xmlUCSIsKatakana</a>
|
||||
<a href="">xmlUCSIsKhmer</a>
|
||||
<a href="">xmlUCSIsLao</a>
|
||||
<a href="">xmlUCSIsLatin1Supplement</a>
|
||||
<a href="">xmlUCSIsLatinExtendedA</a>
|
||||
<a href="">xmlUCSIsLatinExtendedB</a>
|
||||
<a href="">xmlUCSIsLatinExtendedAdditional</a>
|
||||
<a href="">xmlUCSIsLetterlikeSymbols</a>
|
||||
<a href="">xmlUCSIsLowSurrogates</a>
|
||||
<a href="">xmlUCSIsMalayalam</a>
|
||||
<a href="">xmlUCSIsMathematicalAlphanumericSymbols</a>
|
||||
<a href="">xmlUCSIsMathematicalOperators</a>
|
||||
<a href="">xmlUCSIsMiscellaneousSymbols</a>
|
||||
<a href="">xmlUCSIsMiscellaneousTechnical</a>
|
||||
<a href="">xmlUCSIsMongolian</a>
|
||||
<a href="">xmlUCSIsMusicalSymbols</a>
|
||||
<a href="">xmlUCSIsMyanmar</a>
|
||||
<a href="">xmlUCSIsNumberForms</a>
|
||||
<a href="">xmlUCSIsOgham</a>
|
||||
<a href="">xmlUCSIsOldItalic</a>
|
||||
<a href="">xmlUCSIsOpticalCharacterRecognition</a>
|
||||
<a href="">xmlUCSIsOriya</a>
|
||||
<a href="">xmlUCSIsPrivateUse</a>
|
||||
<a href="">xmlUCSIsRunic</a>
|
||||
<a href="">xmlUCSIsSinhala</a>
|
||||
<a href="">xmlUCSIsSmallFormVariants</a>
|
||||
<a href="">xmlUCSIsSpacingModifierLetters</a>
|
||||
<a href="">xmlUCSIsSpecials</a>
|
||||
<a href="">xmlUCSIsSuperscriptsandSubscripts</a>
|
||||
<a href="">xmlUCSIsSyriac</a>
|
||||
<a href="">xmlUCSIsTags</a>
|
||||
<a href="">xmlUCSIsTamil</a>
|
||||
<a href="">xmlUCSIsTelugu</a>
|
||||
<a href="">xmlUCSIsThaana</a>
|
||||
<a href="">xmlUCSIsThai</a>
|
||||
<a href="">xmlUCSIsTibetan</a>
|
||||
<a href="">xmlUCSIsUnifiedCanadianAboriginalSyllabics</a>
|
||||
<a href="">xmlUCSIsYiRadicals</a>
|
||||
<a href="">xmlUCSIsYiSyllables</a>
|
||||
<a href="">xmlUCSIsBlock</a>
|
||||
<a href="">xmlUCSIsCatC</a>
|
||||
<a href="">xmlUCSIsCatCc</a>
|
||||
<a href="">xmlUCSIsCatCf</a>
|
||||
<a href="">xmlUCSIsCatCo</a>
|
||||
<a href="">xmlUCSIsCatCs</a>
|
||||
<a href="">xmlUCSIsCatL</a>
|
||||
<a href="">xmlUCSIsCatLl</a>
|
||||
<a href="">xmlUCSIsCatLm</a>
|
||||
<a href="">xmlUCSIsCatLo</a>
|
||||
<a href="">xmlUCSIsCatLt</a>
|
||||
<a href="">xmlUCSIsCatLu</a>
|
||||
<a href="">xmlUCSIsCatM</a>
|
||||
<a href="">xmlUCSIsCatMc</a>
|
||||
<a href="">xmlUCSIsCatMe</a>
|
||||
<a href="">xmlUCSIsCatMn</a>
|
||||
<a href="">xmlUCSIsCatN</a>
|
||||
<a href="">xmlUCSIsCatNd</a>
|
||||
<a href="">xmlUCSIsCatNl</a>
|
||||
<a href="">xmlUCSIsCatNo</a>
|
||||
<a href="">xmlUCSIsCatP</a>
|
||||
<a href="">xmlUCSIsCatPc</a>
|
||||
<a href="">xmlUCSIsCatPd</a>
|
||||
<a href="">xmlUCSIsCatPe</a>
|
||||
<a href="">xmlUCSIsCatPf</a>
|
||||
<a href="">xmlUCSIsCatPi</a>
|
||||
<a href="">xmlUCSIsCatPo</a>
|
||||
<a href="">xmlUCSIsCatPs</a>
|
||||
<a href="">xmlUCSIsCatS</a>
|
||||
<a href="">xmlUCSIsCatSc</a>
|
||||
<a href="">xmlUCSIsCatSk</a>
|
||||
<a href="">xmlUCSIsCatSm</a>
|
||||
<a href="">xmlUCSIsCatSo</a>
|
||||
<a href="">xmlUCSIsCatZ</a>
|
||||
<a href="">xmlUCSIsCatZl</a>
|
||||
<a href="">xmlUCSIsCatZp</a>
|
||||
<a href="">xmlUCSIsCatZs</a>
|
||||
<a href="">xmlUCSIsCat</a>
|
||||
</p>
|
||||
<h2>
|
||||
<a name="xmlversion">Module xmlversion</a>:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-xmlversion.html#XMLCHECKVERSION">xmlCheckVersion</a>
|
||||
@ -1145,6 +1397,10 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-ICONV-ENABLED-CAPS">LIBXML_ICONV_ENABLED</a>
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-DEBUG-ENABLED-CAPS">LIBXML_DEBUG_ENABLED</a>
|
||||
<a href="html/libxml-xmlversion.html#DEBUG-MEMORY-LOCATION-CAPS">DEBUG_MEMORY_LOCATION</a>
|
||||
<a href="">LIBXML_UNICODE_ENABLED</a>
|
||||
<a href="">LIBXML_REGEXP_ENABLED</a>
|
||||
<a href="">LIBXML_AUTOMATA_ENABLED</a>
|
||||
<a href="">LIBXML_SCHEMAS_ENABLED</a>
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-DLL-IMPORT-CAPS">LIBXML_DLL_IMPORT</a>
|
||||
<a href="html/libxml-xmlversion.html#ATTRIBUTE-UNUSED-CAPS">ATTRIBUTE_UNUSED</a>
|
||||
</p>
|
||||
|
@ -97,6 +97,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlerror.html#XMLPARSERWARNING">xmlParserWarning</a>
|
||||
<a href="html/libxml-xmlerror.html#XMLPARSERVALIDITYERROR">xmlParserValidityError</a>
|
||||
<a href="html/libxml-xmlerror.html#XMLPARSERVALIDITYWARNING">xmlParserValidityWarning</a>
|
||||
<a href="">xmlSchemaValidityErrorFunc</a>
|
||||
<a href="">xmlSchemaValidityWarningFunc</a>
|
||||
</p>
|
||||
<h2>Type FILE *:</h2>
|
||||
<p>
|
||||
@ -127,6 +129,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlmemory.html#XMLMEMSHOW">xmlMemShow</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDEBUGDUMPOBJECT">xmlXPathDebugDumpObject</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDEBUGDUMPCOMPEXPR">xmlXPathDebugDumpCompExpr</a>
|
||||
<a href="">xmlRegexpPrint</a>
|
||||
<a href="">xmlSchemaDump</a>
|
||||
</p>
|
||||
<h2>Type char **:</h2>
|
||||
<p>
|
||||
@ -518,6 +522,17 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#COMMENT">comment</a>
|
||||
<a href="html/libxml-sax.html#CDATABLOCK">cdataBlock</a>
|
||||
<a href="">xmlRegexpCompile</a>
|
||||
<a href="">xmlRegexpExec</a>
|
||||
<a href="">xmlRegExecCallbacks</a>
|
||||
<a href="">xmlRegExecPushString</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlSchemaGetPredefinedType</a>
|
||||
<a href="">xmlSchemaGetPredefinedType</a>
|
||||
<a href="">xmlSchemaValidatePredefinedType</a>
|
||||
<a href="">xmlSchemaValidateFacet</a>
|
||||
</p>
|
||||
<h2>Type const xmlChar **:</h2>
|
||||
<p>
|
||||
@ -540,6 +555,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLPARSERFINDNODEINFO">xmlParserFindNodeInfo</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSERFINDNODEINFOINDEX">xmlParserFindNodeInfoIndex</a>
|
||||
<a href="html/libxml-tree.html#XMLCOPYNODE">xmlCopyNode</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCCOPYNODE">xmlDocCopyNode</a>
|
||||
<a href="html/libxml-tree.html#XMLCOPYNODELIST">xmlCopyNodeList</a>
|
||||
</p>
|
||||
<h2>Type const xmlParserCtxtPtr:</h2>
|
||||
<p>
|
||||
@ -818,6 +835,18 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#COMMENT">comment</a>
|
||||
<a href="html/libxml-sax.html#CDATABLOCK">cdataBlock</a>
|
||||
<a href="">xmlRegExecCallbacks</a>
|
||||
<a href="">xmlRegExecCallbacks</a>
|
||||
<a href="">xmlRegNewExecCtxt</a>
|
||||
<a href="">xmlRegExecPushString</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlSchemaValidityErrorFunc</a>
|
||||
<a href="">xmlSchemaValidityWarningFunc</a>
|
||||
<a href="">xmlSchemaSetParserErrors</a>
|
||||
<a href="">xmlSchemaSetValidErrors</a>
|
||||
<a href="">xmlSchemaValidateStream</a>
|
||||
</p>
|
||||
<h2>Type xmlAttrPtr:</h2>
|
||||
<p>
|
||||
@ -856,6 +885,41 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLADDATTRIBUTEDECL">xmlAddAttributeDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEVALUE">xmlValidateAttributeValue</a>
|
||||
</p>
|
||||
<h2>Type xmlAutomataPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlFreeAutomata</a>
|
||||
<a href="">xmlAutomataGetInitState</a>
|
||||
<a href="">xmlAutomataSetFinalState</a>
|
||||
<a href="">xmlAutomataNewState</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlAutomataNewAllTrans</a>
|
||||
<a href="">xmlAutomataNewEpsilon</a>
|
||||
<a href="">xmlAutomataNewCountedTrans</a>
|
||||
<a href="">xmlAutomataNewCounterTrans</a>
|
||||
<a href="">xmlAutomataNewCounter</a>
|
||||
<a href="">xmlAutomataCompile</a>
|
||||
<a href="">xmlAutomataIsDeterminist</a>
|
||||
</p>
|
||||
<h2>Type xmlAutomataStatePtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlAutomataSetFinalState</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewTransition</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewCountTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlAutomataNewOnceTrans</a>
|
||||
<a href="">xmlAutomataNewAllTrans</a>
|
||||
<a href="">xmlAutomataNewAllTrans</a>
|
||||
<a href="">xmlAutomataNewEpsilon</a>
|
||||
<a href="">xmlAutomataNewEpsilon</a>
|
||||
<a href="">xmlAutomataNewCountedTrans</a>
|
||||
<a href="">xmlAutomataNewCountedTrans</a>
|
||||
<a href="">xmlAutomataNewCounterTrans</a>
|
||||
<a href="">xmlAutomataNewCounterTrans</a>
|
||||
</p>
|
||||
<h2>Type xmlBufferAllocationScheme:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-tree.html#XMLSETBUFFERALLOCATIONSCHEME">xmlSetBufferAllocationScheme</a>
|
||||
@ -992,6 +1056,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEFD">xmlParserInputBufferCreateFd</a>
|
||||
<a href="html/libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEMEM">xmlParserInputBufferCreateMem</a>
|
||||
<a href="html/libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEIO">xmlParserInputBufferCreateIO</a>
|
||||
<a href="">xmlSchemaValidateStream</a>
|
||||
</p>
|
||||
<h2>Type xmlCharEncodingHandler *:</h2>
|
||||
<p>
|
||||
@ -1112,6 +1177,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVETO">xmlC14NDocSaveTo</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCDUMPMEMORY">xmlC14NDocDumpMemory</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVE">xmlC14NDocSave</a>
|
||||
<a href="">xmlSchemaValidateDoc</a>
|
||||
</p>
|
||||
<h2>Type xmlDtdPtr:</h2>
|
||||
<p>
|
||||
@ -1407,8 +1473,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XMLCOPYPROPLIST">xmlCopyPropList</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWCHILD">xmlNewChild</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWTEXTCHILD">xmlNewTextChild</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCCOPYNODE">xmlDocCopyNode</a>
|
||||
<a href="html/libxml-tree.html#XMLCOPYNODELIST">xmlCopyNodeList</a>
|
||||
<a href="html/libxml-tree.html#XMLGETLINENO">xmlGetLineNo</a>
|
||||
<a href="html/libxml-tree.html#XMLGETNODEPATH">xmlGetNodePath</a>
|
||||
<a href="html/libxml-tree.html#XMLGETLASTCHILD">xmlGetLastChild</a>
|
||||
@ -1721,6 +1785,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlio.html#XMLPARSERINPUTBUFFERGROW">xmlParserInputBufferGrow</a>
|
||||
<a href="html/libxml-xmlio.html#XMLPARSERINPUTBUFFERPUSH">xmlParserInputBufferPush</a>
|
||||
<a href="html/libxml-xmlio.html#XMLFREEPARSERINPUTBUFFER">xmlFreeParserInputBuffer</a>
|
||||
<a href="">xmlSchemaValidateStream</a>
|
||||
</p>
|
||||
<h2>Type xmlParserInputPtr:</h2>
|
||||
<p>
|
||||
@ -1758,6 +1823,23 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<p>
|
||||
<a href="html/libxml-valid.html#XMLFREEREFTABLE">xmlFreeRefTable</a>
|
||||
</p>
|
||||
<h2>Type xmlRegExecCallbacks:</h2>
|
||||
<p>
|
||||
<a href="">xmlRegNewExecCtxt</a>
|
||||
</p>
|
||||
<h2>Type xmlRegExecCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlRegExecCallbacks</a>
|
||||
<a href="">xmlRegFreeExecCtxt</a>
|
||||
<a href="">xmlRegExecPushString</a>
|
||||
</p>
|
||||
<h2>Type xmlRegexpPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlRegFreeRegexp</a>
|
||||
<a href="">xmlRegexpExec</a>
|
||||
<a href="">xmlRegexpPrint</a>
|
||||
<a href="">xmlRegNewExecCtxt</a>
|
||||
</p>
|
||||
<h2>Type xmlSAXHandler *:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#INITXMLDEFAULTSAXHANDLER">initxmlDefaultSAXHandler</a>
|
||||
@ -1779,12 +1861,61 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLPARSEEXTERNALENTITY">xmlParseExternalEntity</a>
|
||||
<a href="html/libxml-parser.html#XMLCREATEPUSHPARSERCTXT">xmlCreatePushParserCtxt</a>
|
||||
<a href="html/libxml-parser.html#XMLCREATEIOPARSERCTXT">xmlCreateIOParserCtxt</a>
|
||||
<a href="">xmlSchemaValidateStream</a>
|
||||
</p>
|
||||
<h2>Type xmlSAXLocatorPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-parser.html#SETDOCUMENTLOCATORSAXFUNC">setDocumentLocatorSAXFunc</a>
|
||||
<a href="html/libxml-sax.html#SETDOCUMENTLOCATOR">setDocumentLocator</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaFacetPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaValidateFacet</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaParserCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaFreeParserCtxt</a>
|
||||
<a href="">xmlSchemaSetParserErrors</a>
|
||||
<a href="">xmlSchemaParse</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaFree</a>
|
||||
<a href="">xmlSchemaDump</a>
|
||||
<a href="">xmlSchemaNewValidCtxt</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaTypePtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaFreeType</a>
|
||||
<a href="">xmlSchemaValidatePredefinedType</a>
|
||||
<a href="">xmlSchemaValidateFacet</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaValPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaValidateFacet</a>
|
||||
<a href="">xmlSchemaFreeValue</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaValPtr *:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaValidatePredefinedType</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaValidCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaSetValidErrors</a>
|
||||
<a href="">xmlSchemaFreeValidCtxt</a>
|
||||
<a href="">xmlSchemaValidateDoc</a>
|
||||
<a href="">xmlSchemaValidateStream</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaValidityErrorFunc:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaSetParserErrors</a>
|
||||
<a href="">xmlSchemaSetValidErrors</a>
|
||||
</p>
|
||||
<h2>Type xmlSchemaValidityWarningFunc:</h2>
|
||||
<p>
|
||||
<a href="">xmlSchemaSetParserErrors</a>
|
||||
<a href="">xmlSchemaSetValidErrors</a>
|
||||
</p>
|
||||
<h2>Type xmlShellCtxtPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-debugxml.html#XMLSHELLCMD">xmlShellCmd</a>
|
||||
|
@ -88,7 +88,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<p>The latest versions of libxml can be found on <a href="ftp://xmlsoft.org/">xmlsoft.org</a> (<a href="ftp://speakeasy.rpmfind.net/pub/libxml/">Seattle</a>, <a href="ftp://fr.rpmfind.net/pub/libxml/">France</a>) or on the <a href="ftp://ftp.gnome.org/pub/GNOME/MIRRORS.html">Gnome FTP server</a> either
|
||||
as a <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">source
|
||||
archive</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxml/">RPM
|
||||
packages</a>. (NOTE that you need both the <a href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2)</a> and <a href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a>
|
||||
packages</a>, Antonin Sprinzl also provide <a href="ftp://gd.tuwien.ac.at/pub/libxml/">a mirror in Austria</a>. (NOTE that
|
||||
you need both the <a href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2)</a> and <a href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a>
|
||||
packages installed to compile applications using libxml.) <a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the
|
||||
maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
provides binaries</a>. <a href="mailto:Gary.Pennington@sun.com">Gary
|
||||
|
1343
doc/libxml2-api.xml
1343
doc/libxml2-api.xml
File diff suppressed because it is too large
Load Diff
@ -2597,6 +2597,20 @@
|
||||
<type name='xmlAttributeTablePtr'>
|
||||
<ref name='xmlCopyAttributeTable'/>
|
||||
</type>
|
||||
<type name='xmlAutomataPtr'>
|
||||
<ref name='xmlNewAutomata'/>
|
||||
</type>
|
||||
<type name='xmlAutomataStatePtr'>
|
||||
<ref name='xmlAutomataGetInitState'/>
|
||||
<ref name='xmlAutomataNewState'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlAutomataNewAllTrans'/>
|
||||
<ref name='xmlAutomataNewEpsilon'/>
|
||||
<ref name='xmlAutomataNewCountedTrans'/>
|
||||
<ref name='xmlAutomataNewCounterTrans'/>
|
||||
</type>
|
||||
<type name='xmlBufferAllocationScheme'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</type>
|
||||
@ -2917,6 +2931,25 @@
|
||||
<type name='xmlRefPtr'>
|
||||
<ref name='xmlAddRef'/>
|
||||
</type>
|
||||
<type name='xmlRegExecCtxtPtr'>
|
||||
<ref name='xmlRegNewExecCtxt'/>
|
||||
</type>
|
||||
<type name='xmlRegexpPtr'>
|
||||
<ref name='xmlRegexpCompile'/>
|
||||
<ref name='xmlAutomataCompile'/>
|
||||
</type>
|
||||
<type name='xmlSchemaParserCtxtPtr'>
|
||||
<ref name='xmlSchemaNewParserCtxt'/>
|
||||
</type>
|
||||
<type name='xmlSchemaPtr'>
|
||||
<ref name='xmlSchemaParse'/>
|
||||
</type>
|
||||
<type name='xmlSchemaTypePtr'>
|
||||
<ref name='xmlSchemaGetPredefinedType'/>
|
||||
</type>
|
||||
<type name='xmlSchemaValidCtxtPtr'>
|
||||
<ref name='xmlSchemaNewValidCtxt'/>
|
||||
</type>
|
||||
<type name='xmlURIPtr'>
|
||||
<ref name='xmlCreateURI'/>
|
||||
<ref name='xmlParseURI'/>
|
||||
@ -2985,6 +3018,8 @@
|
||||
<ref name='xmlParserWarning'/>
|
||||
<ref name='xmlParserValidityError'/>
|
||||
<ref name='xmlParserValidityWarning'/>
|
||||
<ref name='xmlSchemaValidityErrorFunc'/>
|
||||
<ref name='xmlSchemaValidityWarningFunc'/>
|
||||
</type>
|
||||
<type name='FILE *'>
|
||||
<ref name='htmlDocDump'/>
|
||||
@ -3014,6 +3049,8 @@
|
||||
<ref name='xmlMemShow'/>
|
||||
<ref name='xmlXPathDebugDumpObject'/>
|
||||
<ref name='xmlXPathDebugDumpCompExpr'/>
|
||||
<ref name='xmlRegexpPrint'/>
|
||||
<ref name='xmlSchemaDump'/>
|
||||
</type>
|
||||
<type name='char **'>
|
||||
<ref name='xmlNanoHTTPFetch'/>
|
||||
@ -3397,6 +3434,17 @@
|
||||
<ref name='namespaceDecl'/>
|
||||
<ref name='comment'/>
|
||||
<ref name='cdataBlock'/>
|
||||
<ref name='xmlRegexpCompile'/>
|
||||
<ref name='xmlRegexpExec'/>
|
||||
<ref name='xmlRegExecCallbacks'/>
|
||||
<ref name='xmlRegExecPushString'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlSchemaGetPredefinedType'/>
|
||||
<ref name='xmlSchemaGetPredefinedType'/>
|
||||
<ref name='xmlSchemaValidatePredefinedType'/>
|
||||
<ref name='xmlSchemaValidateFacet'/>
|
||||
</type>
|
||||
<type name='const xmlChar **'>
|
||||
<ref name='startElementSAXFunc'/>
|
||||
@ -3415,6 +3463,8 @@
|
||||
<ref name='xmlParserFindNodeInfo'/>
|
||||
<ref name='xmlParserFindNodeInfoIndex'/>
|
||||
<ref name='xmlCopyNode'/>
|
||||
<ref name='xmlDocCopyNode'/>
|
||||
<ref name='xmlCopyNodeList'/>
|
||||
</type>
|
||||
<type name='const xmlParserCtxtPtr'>
|
||||
<ref name='xmlParserFindNodeInfo'/>
|
||||
@ -3675,6 +3725,18 @@
|
||||
<ref name='namespaceDecl'/>
|
||||
<ref name='comment'/>
|
||||
<ref name='cdataBlock'/>
|
||||
<ref name='xmlRegExecCallbacks'/>
|
||||
<ref name='xmlRegExecCallbacks'/>
|
||||
<ref name='xmlRegNewExecCtxt'/>
|
||||
<ref name='xmlRegExecPushString'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlSchemaValidityErrorFunc'/>
|
||||
<ref name='xmlSchemaValidityWarningFunc'/>
|
||||
<ref name='xmlSchemaSetParserErrors'/>
|
||||
<ref name='xmlSchemaSetValidErrors'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
</type>
|
||||
<type name='xmlAttrPtr'>
|
||||
<ref name='xmlDebugDumpAttr'/>
|
||||
@ -3708,6 +3770,39 @@
|
||||
<ref name='xmlAddAttributeDecl'/>
|
||||
<ref name='xmlValidateAttributeValue'/>
|
||||
</type>
|
||||
<type name='xmlAutomataPtr'>
|
||||
<ref name='xmlFreeAutomata'/>
|
||||
<ref name='xmlAutomataGetInitState'/>
|
||||
<ref name='xmlAutomataSetFinalState'/>
|
||||
<ref name='xmlAutomataNewState'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlAutomataNewAllTrans'/>
|
||||
<ref name='xmlAutomataNewEpsilon'/>
|
||||
<ref name='xmlAutomataNewCountedTrans'/>
|
||||
<ref name='xmlAutomataNewCounterTrans'/>
|
||||
<ref name='xmlAutomataNewCounter'/>
|
||||
<ref name='xmlAutomataCompile'/>
|
||||
<ref name='xmlAutomataIsDeterminist'/>
|
||||
</type>
|
||||
<type name='xmlAutomataStatePtr'>
|
||||
<ref name='xmlAutomataSetFinalState'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlAutomataNewAllTrans'/>
|
||||
<ref name='xmlAutomataNewAllTrans'/>
|
||||
<ref name='xmlAutomataNewEpsilon'/>
|
||||
<ref name='xmlAutomataNewEpsilon'/>
|
||||
<ref name='xmlAutomataNewCountedTrans'/>
|
||||
<ref name='xmlAutomataNewCountedTrans'/>
|
||||
<ref name='xmlAutomataNewCounterTrans'/>
|
||||
<ref name='xmlAutomataNewCounterTrans'/>
|
||||
</type>
|
||||
<type name='xmlBufferAllocationScheme'>
|
||||
<ref name='xmlSetBufferAllocationScheme'/>
|
||||
<ref name='xmlBufferSetAllocationScheme'/>
|
||||
@ -3835,6 +3930,7 @@
|
||||
<ref name='xmlParserInputBufferCreateFd'/>
|
||||
<ref name='xmlParserInputBufferCreateMem'/>
|
||||
<ref name='xmlParserInputBufferCreateIO'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
</type>
|
||||
<type name='xmlCharEncodingHandler *'>
|
||||
<ref name='xmlCharEncOutFunc'/>
|
||||
@ -3952,6 +4048,7 @@
|
||||
<ref name='xmlC14NDocSaveTo'/>
|
||||
<ref name='xmlC14NDocDumpMemory'/>
|
||||
<ref name='xmlC14NDocSave'/>
|
||||
<ref name='xmlSchemaValidateDoc'/>
|
||||
</type>
|
||||
<type name='xmlDtdPtr'>
|
||||
<ref name='xmlDebugDumpDTD'/>
|
||||
@ -4207,8 +4304,6 @@
|
||||
<ref name='xmlCopyPropList'/>
|
||||
<ref name='xmlNewChild'/>
|
||||
<ref name='xmlNewTextChild'/>
|
||||
<ref name='xmlDocCopyNode'/>
|
||||
<ref name='xmlCopyNodeList'/>
|
||||
<ref name='xmlGetLineNo'/>
|
||||
<ref name='xmlGetNodePath'/>
|
||||
<ref name='xmlGetLastChild'/>
|
||||
@ -4509,6 +4604,7 @@
|
||||
<ref name='xmlParserInputBufferGrow'/>
|
||||
<ref name='xmlParserInputBufferPush'/>
|
||||
<ref name='xmlFreeParserInputBuffer'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
</type>
|
||||
<type name='xmlParserInputPtr'>
|
||||
<ref name='xmlParserInputRead'/>
|
||||
@ -4540,6 +4636,20 @@
|
||||
<type name='xmlRefTablePtr'>
|
||||
<ref name='xmlFreeRefTable'/>
|
||||
</type>
|
||||
<type name='xmlRegExecCallbacks'>
|
||||
<ref name='xmlRegNewExecCtxt'/>
|
||||
</type>
|
||||
<type name='xmlRegExecCtxtPtr'>
|
||||
<ref name='xmlRegExecCallbacks'/>
|
||||
<ref name='xmlRegFreeExecCtxt'/>
|
||||
<ref name='xmlRegExecPushString'/>
|
||||
</type>
|
||||
<type name='xmlRegexpPtr'>
|
||||
<ref name='xmlRegFreeRegexp'/>
|
||||
<ref name='xmlRegexpExec'/>
|
||||
<ref name='xmlRegexpPrint'/>
|
||||
<ref name='xmlRegNewExecCtxt'/>
|
||||
</type>
|
||||
<type name='xmlSAXHandler *'>
|
||||
<ref name='initxmlDefaultSAXHandler'/>
|
||||
<ref name='inithtmlDefaultSAXHandler'/>
|
||||
@ -4559,11 +4669,51 @@
|
||||
<ref name='xmlParseExternalEntity'/>
|
||||
<ref name='xmlCreatePushParserCtxt'/>
|
||||
<ref name='xmlCreateIOParserCtxt'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
</type>
|
||||
<type name='xmlSAXLocatorPtr'>
|
||||
<ref name='setDocumentLocatorSAXFunc'/>
|
||||
<ref name='setDocumentLocator'/>
|
||||
</type>
|
||||
<type name='xmlSchemaFacetPtr'>
|
||||
<ref name='xmlSchemaValidateFacet'/>
|
||||
</type>
|
||||
<type name='xmlSchemaParserCtxtPtr'>
|
||||
<ref name='xmlSchemaFreeParserCtxt'/>
|
||||
<ref name='xmlSchemaSetParserErrors'/>
|
||||
<ref name='xmlSchemaParse'/>
|
||||
</type>
|
||||
<type name='xmlSchemaPtr'>
|
||||
<ref name='xmlSchemaFree'/>
|
||||
<ref name='xmlSchemaDump'/>
|
||||
<ref name='xmlSchemaNewValidCtxt'/>
|
||||
</type>
|
||||
<type name='xmlSchemaTypePtr'>
|
||||
<ref name='xmlSchemaFreeType'/>
|
||||
<ref name='xmlSchemaValidatePredefinedType'/>
|
||||
<ref name='xmlSchemaValidateFacet'/>
|
||||
</type>
|
||||
<type name='xmlSchemaValPtr'>
|
||||
<ref name='xmlSchemaValidateFacet'/>
|
||||
<ref name='xmlSchemaFreeValue'/>
|
||||
</type>
|
||||
<type name='xmlSchemaValPtr *'>
|
||||
<ref name='xmlSchemaValidatePredefinedType'/>
|
||||
</type>
|
||||
<type name='xmlSchemaValidCtxtPtr'>
|
||||
<ref name='xmlSchemaSetValidErrors'/>
|
||||
<ref name='xmlSchemaFreeValidCtxt'/>
|
||||
<ref name='xmlSchemaValidateDoc'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
</type>
|
||||
<type name='xmlSchemaValidityErrorFunc'>
|
||||
<ref name='xmlSchemaSetParserErrors'/>
|
||||
<ref name='xmlSchemaSetValidErrors'/>
|
||||
</type>
|
||||
<type name='xmlSchemaValidityWarningFunc'>
|
||||
<ref name='xmlSchemaSetParserErrors'/>
|
||||
<ref name='xmlSchemaSetValidErrors'/>
|
||||
</type>
|
||||
<type name='xmlShellCtxtPtr'>
|
||||
<ref name='xmlShellCmd'/>
|
||||
<ref name='xmlShellList'/>
|
||||
@ -5365,6 +5515,45 @@
|
||||
<ref name='xmlEntityReferenceFunc'/>
|
||||
<ref name='xmlSetEntityReferenceFunc'/>
|
||||
</file>
|
||||
<file name='schemasInternals'>
|
||||
<ref name='xmlSchemaTypeType'/>
|
||||
<ref name='xmlSchemaContentType'/>
|
||||
<ref name='xmlSchemaVal'/>
|
||||
<ref name='xmlSchemaValPtr'/>
|
||||
<ref name='xmlSchemaType'/>
|
||||
<ref name='xmlSchemaTypePtr'/>
|
||||
<ref name='xmlSchemaFacet'/>
|
||||
<ref name='xmlSchemaFacetPtr'/>
|
||||
<ref name='xmlSchemaAnnot'/>
|
||||
<ref name='xmlSchemaAnnotPtr'/>
|
||||
<ref name='XML_SCHEMAS_ANYATTR_SKIP'/>
|
||||
<ref name='XML_SCHEMAS_ANYATTR_LAX'/>
|
||||
<ref name='XML_SCHEMAS_ANYATTR_STRICT'/>
|
||||
<ref name='xmlSchemaAttribute'/>
|
||||
<ref name='xmlSchemaAttributePtr'/>
|
||||
<ref name='xmlSchemaAttributeGroup'/>
|
||||
<ref name='xmlSchemaAttributeGroupPtr'/>
|
||||
<ref name='XML_SCHEMAS_TYPE_MIXED'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_NILLABLE'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_GLOBAL'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_DEFAULT'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_FIXED'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_ABSTRACT'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_TOPLEVEL'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_REF'/>
|
||||
<ref name='xmlSchemaElement'/>
|
||||
<ref name='xmlSchemaElementPtr'/>
|
||||
<ref name='XML_SCHEMAS_FACET_UNKNOWN'/>
|
||||
<ref name='XML_SCHEMAS_FACET_PRESERVE'/>
|
||||
<ref name='XML_SCHEMAS_FACET_REPLACE'/>
|
||||
<ref name='XML_SCHEMAS_FACET_COLLAPSE'/>
|
||||
<ref name='xmlSchemaNotation'/>
|
||||
<ref name='xmlSchemaNotationPtr'/>
|
||||
<ref name='XML_SCHEMAS_QUALIF_ELEM'/>
|
||||
<ref name='XML_SCHEMAS_QUALIF_ATTR'/>
|
||||
<ref name='xmlSchema'/>
|
||||
<ref name='xmlSchemaFreeType'/>
|
||||
</file>
|
||||
<file name='threads'>
|
||||
<ref name='xmlMutex'/>
|
||||
<ref name='xmlMutexPtr'/>
|
||||
@ -5708,6 +5897,27 @@
|
||||
<ref name='xmlRegisterHTTPPostCallbacks'/>
|
||||
<ref name='xmlNoNetExternalEntityLoader'/>
|
||||
</file>
|
||||
<file name='xmlautomata'>
|
||||
<ref name='xmlAutomata'/>
|
||||
<ref name='xmlAutomataPtr'/>
|
||||
<ref name='xmlAutomataState'/>
|
||||
<ref name='xmlAutomataStatePtr'/>
|
||||
<ref name='xmlNewAutomata'/>
|
||||
<ref name='xmlFreeAutomata'/>
|
||||
<ref name='xmlAutomataGetInitState'/>
|
||||
<ref name='xmlAutomataSetFinalState'/>
|
||||
<ref name='xmlAutomataNewState'/>
|
||||
<ref name='xmlAutomataNewTransition'/>
|
||||
<ref name='xmlAutomataNewCountTrans'/>
|
||||
<ref name='xmlAutomataNewOnceTrans'/>
|
||||
<ref name='xmlAutomataNewAllTrans'/>
|
||||
<ref name='xmlAutomataNewEpsilon'/>
|
||||
<ref name='xmlAutomataNewCountedTrans'/>
|
||||
<ref name='xmlAutomataNewCounterTrans'/>
|
||||
<ref name='xmlAutomataNewCounter'/>
|
||||
<ref name='xmlAutomataCompile'/>
|
||||
<ref name='xmlAutomataIsDeterminist'/>
|
||||
</file>
|
||||
<file name='xmlerror'>
|
||||
<ref name='xmlParserErrors'/>
|
||||
<ref name='xmlGenericErrorFunc'/>
|
||||
@ -5740,6 +5950,186 @@
|
||||
<ref name='xmlReallocLoc'/>
|
||||
<ref name='xmlMemStrdupLoc'/>
|
||||
</file>
|
||||
<file name='xmlregexp'>
|
||||
<ref name='xmlRegexp'/>
|
||||
<ref name='xmlRegexpPtr'/>
|
||||
<ref name='xmlRegExecCtxt'/>
|
||||
<ref name='xmlRegExecCtxtPtr'/>
|
||||
<ref name='xmlRegexpCompile'/>
|
||||
<ref name='xmlRegFreeRegexp'/>
|
||||
<ref name='xmlRegexpExec'/>
|
||||
<ref name='xmlRegexpPrint'/>
|
||||
<ref name='xmlRegExecCallbacks'/>
|
||||
<ref name='xmlRegNewExecCtxt'/>
|
||||
<ref name='xmlRegFreeExecCtxt'/>
|
||||
<ref name='xmlRegExecPushString'/>
|
||||
</file>
|
||||
<file name='xmlschemas'>
|
||||
<ref name='xmlSchemaValidError'/>
|
||||
<ref name='xmlSchema'/>
|
||||
<ref name='xmlSchemaPtr'/>
|
||||
<ref name='xmlSchemaValidityErrorFunc'/>
|
||||
<ref name='xmlSchemaValidityWarningFunc'/>
|
||||
<ref name='xmlSchemaParserCtxt'/>
|
||||
<ref name='xmlSchemaParserCtxtPtr'/>
|
||||
<ref name='xmlSchemaValidCtxt'/>
|
||||
<ref name='xmlSchemaValidCtxtPtr'/>
|
||||
<ref name='xmlSchemaNewParserCtxt'/>
|
||||
<ref name='xmlSchemaFreeParserCtxt'/>
|
||||
<ref name='xmlSchemaSetParserErrors'/>
|
||||
<ref name='xmlSchemaParse'/>
|
||||
<ref name='xmlSchemaFree'/>
|
||||
<ref name='xmlSchemaDump'/>
|
||||
<ref name='xmlSchemaSetValidErrors'/>
|
||||
<ref name='xmlSchemaNewValidCtxt'/>
|
||||
<ref name='xmlSchemaFreeValidCtxt'/>
|
||||
<ref name='xmlSchemaValidateDoc'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
</file>
|
||||
<file name='xmlschemastypes'>
|
||||
<ref name='xmlSchemaInitTypes'/>
|
||||
<ref name='xmlSchemaCleanupTypes'/>
|
||||
<ref name='xmlSchemaGetPredefinedType'/>
|
||||
<ref name='xmlSchemaValidatePredefinedType'/>
|
||||
<ref name='xmlSchemaValidateFacet'/>
|
||||
<ref name='xmlSchemaFreeValue'/>
|
||||
</file>
|
||||
<file name='xmlunicode'>
|
||||
<ref name='xmlUCSIsAlphabeticPresentationForms'/>
|
||||
<ref name='xmlUCSIsArabic'/>
|
||||
<ref name='xmlUCSIsArabicPresentationFormsA'/>
|
||||
<ref name='xmlUCSIsArabicPresentationFormsB'/>
|
||||
<ref name='xmlUCSIsArmenian'/>
|
||||
<ref name='xmlUCSIsArrows'/>
|
||||
<ref name='xmlUCSIsBasicLatin'/>
|
||||
<ref name='xmlUCSIsBengali'/>
|
||||
<ref name='xmlUCSIsBlockElements'/>
|
||||
<ref name='xmlUCSIsBopomofo'/>
|
||||
<ref name='xmlUCSIsBopomofoExtended'/>
|
||||
<ref name='xmlUCSIsBoxDrawing'/>
|
||||
<ref name='xmlUCSIsBraillePatterns'/>
|
||||
<ref name='xmlUCSIsByzantineMusicalSymbols'/>
|
||||
<ref name='xmlUCSIsCJKCompatibility'/>
|
||||
<ref name='xmlUCSIsCJKCompatibilityForms'/>
|
||||
<ref name='xmlUCSIsCJKCompatibilityIdeographs'/>
|
||||
<ref name='xmlUCSIsCJKCompatibilityIdeographsSupplement'/>
|
||||
<ref name='xmlUCSIsCJKRadicalsSupplement'/>
|
||||
<ref name='xmlUCSIsCJKSymbolsandPunctuation'/>
|
||||
<ref name='xmlUCSIsCJKUnifiedIdeographs'/>
|
||||
<ref name='xmlUCSIsCJKUnifiedIdeographsExtensionA'/>
|
||||
<ref name='xmlUCSIsCJKUnifiedIdeographsExtensionB'/>
|
||||
<ref name='xmlUCSIsCherokee'/>
|
||||
<ref name='xmlUCSIsCombiningDiacriticalMarks'/>
|
||||
<ref name='xmlUCSIsCombiningHalfMarks'/>
|
||||
<ref name='xmlUCSIsCombiningMarksforSymbols'/>
|
||||
<ref name='xmlUCSIsControlPictures'/>
|
||||
<ref name='xmlUCSIsCurrencySymbols'/>
|
||||
<ref name='xmlUCSIsCyrillic'/>
|
||||
<ref name='xmlUCSIsDeseret'/>
|
||||
<ref name='xmlUCSIsDevanagari'/>
|
||||
<ref name='xmlUCSIsDingbats'/>
|
||||
<ref name='xmlUCSIsEnclosedAlphanumerics'/>
|
||||
<ref name='xmlUCSIsEnclosedCJKLettersandMonths'/>
|
||||
<ref name='xmlUCSIsEthiopic'/>
|
||||
<ref name='xmlUCSIsGeneralPunctuation'/>
|
||||
<ref name='xmlUCSIsGeometricShapes'/>
|
||||
<ref name='xmlUCSIsGeorgian'/>
|
||||
<ref name='xmlUCSIsGothic'/>
|
||||
<ref name='xmlUCSIsGreek'/>
|
||||
<ref name='xmlUCSIsGreekExtended'/>
|
||||
<ref name='xmlUCSIsGujarati'/>
|
||||
<ref name='xmlUCSIsGurmukhi'/>
|
||||
<ref name='xmlUCSIsHalfwidthandFullwidthForms'/>
|
||||
<ref name='xmlUCSIsHangulCompatibilityJamo'/>
|
||||
<ref name='xmlUCSIsHangulJamo'/>
|
||||
<ref name='xmlUCSIsHangulSyllables'/>
|
||||
<ref name='xmlUCSIsHebrew'/>
|
||||
<ref name='xmlUCSIsHighPrivateUseSurrogates'/>
|
||||
<ref name='xmlUCSIsHighSurrogates'/>
|
||||
<ref name='xmlUCSIsHiragana'/>
|
||||
<ref name='xmlUCSIsIPAExtensions'/>
|
||||
<ref name='xmlUCSIsIdeographicDescriptionCharacters'/>
|
||||
<ref name='xmlUCSIsKanbun'/>
|
||||
<ref name='xmlUCSIsKangxiRadicals'/>
|
||||
<ref name='xmlUCSIsKannada'/>
|
||||
<ref name='xmlUCSIsKatakana'/>
|
||||
<ref name='xmlUCSIsKhmer'/>
|
||||
<ref name='xmlUCSIsLao'/>
|
||||
<ref name='xmlUCSIsLatin1Supplement'/>
|
||||
<ref name='xmlUCSIsLatinExtendedA'/>
|
||||
<ref name='xmlUCSIsLatinExtendedB'/>
|
||||
<ref name='xmlUCSIsLatinExtendedAdditional'/>
|
||||
<ref name='xmlUCSIsLetterlikeSymbols'/>
|
||||
<ref name='xmlUCSIsLowSurrogates'/>
|
||||
<ref name='xmlUCSIsMalayalam'/>
|
||||
<ref name='xmlUCSIsMathematicalAlphanumericSymbols'/>
|
||||
<ref name='xmlUCSIsMathematicalOperators'/>
|
||||
<ref name='xmlUCSIsMiscellaneousSymbols'/>
|
||||
<ref name='xmlUCSIsMiscellaneousTechnical'/>
|
||||
<ref name='xmlUCSIsMongolian'/>
|
||||
<ref name='xmlUCSIsMusicalSymbols'/>
|
||||
<ref name='xmlUCSIsMyanmar'/>
|
||||
<ref name='xmlUCSIsNumberForms'/>
|
||||
<ref name='xmlUCSIsOgham'/>
|
||||
<ref name='xmlUCSIsOldItalic'/>
|
||||
<ref name='xmlUCSIsOpticalCharacterRecognition'/>
|
||||
<ref name='xmlUCSIsOriya'/>
|
||||
<ref name='xmlUCSIsPrivateUse'/>
|
||||
<ref name='xmlUCSIsRunic'/>
|
||||
<ref name='xmlUCSIsSinhala'/>
|
||||
<ref name='xmlUCSIsSmallFormVariants'/>
|
||||
<ref name='xmlUCSIsSpacingModifierLetters'/>
|
||||
<ref name='xmlUCSIsSpecials'/>
|
||||
<ref name='xmlUCSIsSuperscriptsandSubscripts'/>
|
||||
<ref name='xmlUCSIsSyriac'/>
|
||||
<ref name='xmlUCSIsTags'/>
|
||||
<ref name='xmlUCSIsTamil'/>
|
||||
<ref name='xmlUCSIsTelugu'/>
|
||||
<ref name='xmlUCSIsThaana'/>
|
||||
<ref name='xmlUCSIsThai'/>
|
||||
<ref name='xmlUCSIsTibetan'/>
|
||||
<ref name='xmlUCSIsUnifiedCanadianAboriginalSyllabics'/>
|
||||
<ref name='xmlUCSIsYiRadicals'/>
|
||||
<ref name='xmlUCSIsYiSyllables'/>
|
||||
<ref name='xmlUCSIsBlock'/>
|
||||
<ref name='xmlUCSIsCatC'/>
|
||||
<ref name='xmlUCSIsCatCc'/>
|
||||
<ref name='xmlUCSIsCatCf'/>
|
||||
<ref name='xmlUCSIsCatCo'/>
|
||||
<ref name='xmlUCSIsCatCs'/>
|
||||
<ref name='xmlUCSIsCatL'/>
|
||||
<ref name='xmlUCSIsCatLl'/>
|
||||
<ref name='xmlUCSIsCatLm'/>
|
||||
<ref name='xmlUCSIsCatLo'/>
|
||||
<ref name='xmlUCSIsCatLt'/>
|
||||
<ref name='xmlUCSIsCatLu'/>
|
||||
<ref name='xmlUCSIsCatM'/>
|
||||
<ref name='xmlUCSIsCatMc'/>
|
||||
<ref name='xmlUCSIsCatMe'/>
|
||||
<ref name='xmlUCSIsCatMn'/>
|
||||
<ref name='xmlUCSIsCatN'/>
|
||||
<ref name='xmlUCSIsCatNd'/>
|
||||
<ref name='xmlUCSIsCatNl'/>
|
||||
<ref name='xmlUCSIsCatNo'/>
|
||||
<ref name='xmlUCSIsCatP'/>
|
||||
<ref name='xmlUCSIsCatPc'/>
|
||||
<ref name='xmlUCSIsCatPd'/>
|
||||
<ref name='xmlUCSIsCatPe'/>
|
||||
<ref name='xmlUCSIsCatPf'/>
|
||||
<ref name='xmlUCSIsCatPi'/>
|
||||
<ref name='xmlUCSIsCatPo'/>
|
||||
<ref name='xmlUCSIsCatPs'/>
|
||||
<ref name='xmlUCSIsCatS'/>
|
||||
<ref name='xmlUCSIsCatSc'/>
|
||||
<ref name='xmlUCSIsCatSk'/>
|
||||
<ref name='xmlUCSIsCatSm'/>
|
||||
<ref name='xmlUCSIsCatSo'/>
|
||||
<ref name='xmlUCSIsCatZ'/>
|
||||
<ref name='xmlUCSIsCatZl'/>
|
||||
<ref name='xmlUCSIsCatZp'/>
|
||||
<ref name='xmlUCSIsCatZs'/>
|
||||
<ref name='xmlUCSIsCat'/>
|
||||
</file>
|
||||
<file name='xmlversion'>
|
||||
<ref name='xmlCheckVersion'/>
|
||||
<ref name='LIBXML_DOTTED_VERSION'/>
|
||||
@ -5761,6 +6151,10 @@
|
||||
<ref name='LIBXML_ICONV_ENABLED'/>
|
||||
<ref name='LIBXML_DEBUG_ENABLED'/>
|
||||
<ref name='DEBUG_MEMORY_LOCATION'/>
|
||||
<ref name='LIBXML_UNICODE_ENABLED'/>
|
||||
<ref name='LIBXML_REGEXP_ENABLED'/>
|
||||
<ref name='LIBXML_AUTOMATA_ENABLED'/>
|
||||
<ref name='LIBXML_SCHEMAS_ENABLED'/>
|
||||
<ref name='LIBXML_DLL_IMPORT'/>
|
||||
<ref name='ATTRIBUTE_UNUSED'/>
|
||||
</file>
|
||||
|
@ -506,7 +506,9 @@ href="ftp://ftp.gnome.org/pub/GNOME/MIRRORS.html">Gnome FTP server</a> either
|
||||
as a <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">source
|
||||
archive</a> or <a
|
||||
href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxml/">RPM
|
||||
packages</a>. (NOTE that you need both the <a
|
||||
packages</a>, Antonin Sprinzl also provide <a
|
||||
href="ftp://gd.tuwien.ac.at/pub/libxml/">a mirror in Austria</a>. (NOTE that
|
||||
you need both the <a
|
||||
href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2)</a> and <a
|
||||
href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a>
|
||||
packages installed to compile applications using libxml.) <a
|
||||
@ -2572,6 +2574,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
@ -228,6 +228,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
Reference in New Issue
Block a user