Searched refs:xmlNotation (Results 1 – 4 of 4) sorted by relevance
192 typedef struct _xmlNotation xmlNotation; typedef193 typedef xmlNotation *xmlNotationPtr;
200 * xmlNotation:206 d xmlNotation ds based(xmlNotationPtr)
2398 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()2403 memset(ret, 0, sizeof(xmlNotation)); in xmlAddNotationDecl()2460 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
490 <ANCHOR id="xmlNotation" href="libxml/libxml-tree.html#xmlNotation">