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.rpgle781 * xmlSchemaElement:
784 * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of
927 d xmlSchemaElement...
/external/libxml2/doc/html/
Dindex.sgml188 <ANCHOR id="xmlSchemaElement" href="libxml/libxml-schemasInternals.html#xmlSchemaElement">
/external/libxml2/
Dxmlschemas.c5336 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()
5341 memset(ret, 0, sizeof(xmlSchemaElement)); in xmlSchemaAddElement()