Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c152 #define WXS_IDC_CAST (xmlSchemaIDCPtr)
719 typedef xmlSchemaIDC *xmlSchemaIDCPtr; typedef
731 xmlSchemaIDCPtr idc;
747 xmlSchemaIDCPtr next;
766 xmlSchemaIDCPtr def; /* the IDC definition */
807 xmlSchemaIDCPtr definition; /* the IDC definition */
1244 return (((xmlSchemaIDCPtr) item)->node); in xmlSchemaGetComponentNode()
1292 return ((xmlSchemaBasicItemPtr) ((xmlSchemaIDCPtr) item)->next);
1361 return (((xmlSchemaIDCPtr) item)->name); in xmlSchemaGetComponentName()
1417 return (((xmlSchemaIDCPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
[all …]