Searched refs:xmlSchemaAttributePtr (Results 1 – 6 of 6) 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;
275 typedef xmlSchemaAttribute *xmlSchemaAttributePtr; typedef296 xmlSchemaAttributePtr refDecl; /* Deprecated; not used */398 xmlSchemaAttributePtr attributes; /* Deprecated; not used */639 xmlSchemaAttributePtr attributes; /* Deprecated; not used */802 xmlSchemaAttributePtr attributes;
176 #define WXS_ATTR_CAST (xmlSchemaAttributePtr)561 xmlSchemaAttributePtr attrDecl;986 xmlSchemaAttributePtr decl; /* the attribute declaration */1240 return (((xmlSchemaAttributePtr) item)->node); in xmlSchemaGetComponentNode()1288 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);1365 return (((xmlSchemaAttributePtr) item)->name); in xmlSchemaGetComponentName()1420 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()1694 xmlSchemaAttributePtr attr; in xmlSchemaFormatItemForReport()1696 attr = (xmlSchemaAttributePtr) item; in xmlSchemaFormatItemForReport()2477 if ( ((xmlSchemaAttributePtr) item)->flags & in xmlSchemaIsGlobalItem()[all …]
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;958 xmlSchemaAttributePtr decl; /* the attribute declaration */1224 return (((xmlSchemaAttributePtr) item)->node); in xmlSchemaGetComponentNode()1272 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);1352 return (((xmlSchemaAttributePtr) item)->name); in xmlSchemaGetComponentName()1410 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()1716 xmlSchemaAttributePtr attr; in xmlSchemaFormatItemForReport()1718 attr = (xmlSchemaAttributePtr) item; in xmlSchemaFormatItemForReport()2499 if ( ((xmlSchemaAttributePtr) item)->flags & in xmlSchemaIsGlobalItem()[all …]
177 <ANCHOR id="xmlSchemaAttributePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaAttributePtr">