Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h763 typedef struct _xmlSchemaElement xmlSchemaElement; typedef
764 typedef xmlSchemaElement *xmlSchemaElementPtr;
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle786 * xmlSchemaElement:
789 * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of
932 d xmlSchemaElement...
/external/libxml2/doc/html/
Dindex.sgml188 <ANCHOR id="xmlSchemaElement" href="libxml/libxml-schemasInternals.html#xmlSchemaElement">
/external/libxml2/
Dxmlschemas.c5370 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()
5375 memset(ret, 0, sizeof(xmlSchemaElement)); in xmlSchemaAddElement()