Home
last modified time | relevance | path

Searched refs:xmlNotationTablePtr (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h118 typedef xmlNotationTable *xmlNotationTablePtr; typedef
160 XMLPUBFUN xmlNotationTablePtr XMLCALL
161 xmlCopyNotationTable (xmlNotationTablePtr table);
164 xmlFreeNotationTable (xmlNotationTablePtr table);
171 xmlNotationTablePtr table);
/external/libxml2/
Dvalid.c2390 xmlNotationTablePtr table; in xmlAddNotationDecl()
2405 table = (xmlNotationTablePtr) dtd->notations; in xmlAddNotationDecl()
2458 xmlFreeNotationTable(xmlNotationTablePtr table) { in xmlFreeNotationTable()
2503 xmlNotationTablePtr
2504 xmlCopyNotationTable(xmlNotationTablePtr table) { in xmlCopyNotationTable()
2505 return((xmlNotationTablePtr) xmlHashCopy(table, in xmlCopyNotationTable()
2558 xmlDumpNotationTable(xmlBufferPtr buf, xmlNotationTablePtr table) { in xmlDumpNotationTable()
3367 xmlNotationTablePtr table; in xmlGetDtdNotationDesc()
3371 table = (xmlNotationTablePtr) dtd->notations; in xmlGetDtdNotationDesc()
Dxmlsave.c552 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations); in xmlDtdDumpOutput()
Dtree.c1104 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations); in xmlFreeDtd()
4101 (xmlNotationTablePtr) dtd->notations); in xmlCopyDtd()