Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NDATA

5136  * [76] NDataDecl ::= S 'NDATA' S Name
5147 const xmlChar *ndata = NULL;
5298 "Space required before 'NDATA'\n");
5305 "Space required after 'NDATA'\n");
5308 ndata = xmlParseName(ctxt);
5312 literal, URI, ndata);