Lines Matching refs:xmlSchemaNotationPtr
1228 return (((xmlSchemaNotationPtr) item)->node);
1350 return (((xmlSchemaNotationPtr) item)->name);
1407 return (((xmlSchemaNotationPtr) item)->targetNamespace);
3723 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota)
4086 xmlSchemaFreeNotation((xmlSchemaNotationPtr) item);
4928 static xmlSchemaNotationPtr
4933 xmlSchemaNotationPtr ret = NULL;
5126 static xmlSchemaNotationPtr
5131 xmlSchemaNotationPtr ret = NULL;
5136 ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
6983 static xmlSchemaNotationPtr
6988 xmlSchemaNotationPtr ret;
8148 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
20774 name = ((xmlSchemaNotationPtr) item)->name;