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;958 xmlSchemaAttributePtr decl; /* the attribute declaration */1224 return (((xmlSchemaAttributePtr) item)->node); in xmlSchemaGetComponentNode()1272 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);1349 return (((xmlSchemaAttributePtr) item)->name); in xmlSchemaGetComponentName()1404 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()1710 xmlSchemaAttributePtr attr; in xmlSchemaFormatItemForReport()1712 attr = (xmlSchemaAttributePtr) item; in xmlSchemaFormatItemForReport()2493 if ( ((xmlSchemaAttributePtr) item)->flags & in xmlSchemaIsGlobalItem()[all …]
177 <ANCHOR id="xmlSchemaAttributePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaAttributePtr">