Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c139 #define WXS_ELEM_CAST (xmlSchemaElementPtr)
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */
1041 xmlSchemaElementPtr head;
1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
1196 return (((xmlSchemaElementPtr) item)->node); in xmlSchemaGetComponentNode()
1244 return ((xmlSchemaBasicItemPtr) ((xmlSchemaElementPtr) item)->next);
1321 return (((xmlSchemaElementPtr) item)->name); in xmlSchemaGetComponentName()
1376 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1667 xmlSchemaElementPtr elem; in xmlSchemaFormatItemForReport()
1669 elem = (xmlSchemaElementPtr) item; in xmlSchemaFormatItemForReport()
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h764 typedef xmlSchemaElement *xmlSchemaElementPtr; typedef