1
0
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:
Daniel Veillard
2002-04-26 09:21:45 +00:00
parent eca82810f0
commit 0bfbb422a4
8 changed files with 2080 additions and 102 deletions

View File

@ -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>