Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h360 typedef xmlSchemaAttributeGroup *xmlSchemaAttributeGroupPtr; typedef
375 xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */
/external/libxml2/
Dxmlschemas.c140 #define WXS_ATTR_GROUP_CAST (xmlSchemaAttributeGroupPtr)
1214 return (((xmlSchemaAttributeGroupPtr) item)->node); in xmlSchemaGetComponentNode()
1262 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributeGroupPtr) item)->next);
1325 return (((xmlSchemaAttributeGroupPtr) item)->name); in xmlSchemaGetComponentName()
1380 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
3804 xmlSchemaFreeAttributeGroup(xmlSchemaAttributeGroupPtr attrGr) in xmlSchemaFreeAttributeGroup()
4049 (xmlSchemaAttributeGroupPtr) item); in xmlSchemaComponentListFree()
4842 static xmlSchemaAttributeGroupPtr
4846 xmlSchemaAttributeGroupPtr ret = NULL; in xmlSchemaGetAttributeGroup()
5054 xmlSchemaAttributeGroupPtr) == name) && in xmlSchemaFindRedefCompInGraph()
[all …]