Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h192 typedef struct _xmlNotation xmlNotation; typedef
193 typedef xmlNotation *xmlNotationPtr;
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle200 * xmlNotation:
206 d xmlNotation ds based(xmlNotationPtr)
/external/libxml2/
Dvalid.c2398 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2403 memset(ret, 0, sizeof(xmlNotation)); in xmlAddNotationDecl()
2460 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
/external/libxml2/doc/html/
Dindex.sgml490 <ANCHOR id="xmlNotation" href="libxml/libxml-tree.html#xmlNotation">