Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSchemaNotationPtr

1223 	    return (((xmlSchemaNotationPtr) item)->node);
1345 return (((xmlSchemaNotationPtr) item)->name);
1402 return (((xmlSchemaNotationPtr) item)->targetNamespace);
3702 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota)
4065 xmlSchemaFreeNotation((xmlSchemaNotationPtr) item);
4907 static xmlSchemaNotationPtr
4912 xmlSchemaNotationPtr ret = NULL;
5105 static xmlSchemaNotationPtr
5110 xmlSchemaNotationPtr ret = NULL;
5115 ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
6962 static xmlSchemaNotationPtr
6967 xmlSchemaNotationPtr ret;
8127 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
20674 name = ((xmlSchemaNotationPtr) item)->name;