Searched refs:xmlNotation (Results 1 – 4 of 4) sorted by relevance
191 typedef struct _xmlNotation xmlNotation; typedef192 typedef xmlNotation *xmlNotationPtr;
195 * xmlNotation:201 d xmlNotation ds based(xmlNotationPtr)
2380 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()2385 memset(ret, 0, sizeof(xmlNotation)); in xmlAddNotationDecl()2436 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
490 <ANCHOR id="xmlNotation" href="libxml/libxml-tree.html#xmlNotation">