Searched refs:xmlSchemaAttributePtr (Results 1 – 4 of 4) sorted by relevance
247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr; typedef268 xmlSchemaAttributePtr refDecl; /* Deprecated; not used */370 xmlSchemaAttributePtr attributes; /* Deprecated; not used */611 xmlSchemaAttributePtr attributes; /* Deprecated; not used */774 xmlSchemaAttributePtr attributes;
348 d xmlSchemaAttributePtr...352 d ds based(xmlSchemaAttributePtr)355 d next like(xmlSchemaAttributePtr) Next attribute374 d refDecl like(xmlSchemaAttributePtr) Deprecated387 d attr like(xmlSchemaAttributePtr) The linked attribute477 d next like(xmlSchemaAttributePtr) Next attribute484 d attributes like(xmlSchemaAttributePtr) Deprecated; not used759 d attributes like(xmlSchemaAttributePtr) Deprecated; not used943 d attributes like(xmlSchemaAttributePtr) Deprecated; not used
147 #define WXS_ATTR_CAST (xmlSchemaAttributePtr)532 xmlSchemaAttributePtr attrDecl;957 xmlSchemaAttributePtr decl; /* the attribute declaration */1211 return (((xmlSchemaAttributePtr) item)->node); in xmlSchemaGetComponentNode()1259 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);1336 return (((xmlSchemaAttributePtr) item)->name); in xmlSchemaGetComponentName()1391 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()1665 xmlSchemaAttributePtr attr; in xmlSchemaFormatItemForReport()1667 attr = (xmlSchemaAttributePtr) item; in xmlSchemaFormatItemForReport()2448 if ( ((xmlSchemaAttributePtr) item)->flags & in xmlSchemaIsGlobalItem()[all …]
177 <ANCHOR id="xmlSchemaAttributePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaAttributePtr">