Home
last modified time | relevance | path

Searched refs:xmlSchemaAttributePtr (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr; typedef
268 xmlSchemaAttributePtr refDecl; /* Deprecated; not used */
370 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
611 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
774 xmlSchemaAttributePtr attributes;
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle348 d xmlSchemaAttributePtr...
352 d ds based(xmlSchemaAttributePtr)
355 d next like(xmlSchemaAttributePtr) Next attribute
374 d refDecl like(xmlSchemaAttributePtr) Deprecated
387 d attr like(xmlSchemaAttributePtr) The linked attribute
477 d next like(xmlSchemaAttributePtr) Next attribute
484 d attributes like(xmlSchemaAttributePtr) Deprecated; not used
759 d attributes like(xmlSchemaAttributePtr) Deprecated; not used
943 d attributes like(xmlSchemaAttributePtr) Deprecated; not used
/external/libxml2/
Dxmlschemas.c147 #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 …]
/external/libxml2/doc/html/
Dindex.sgml177 <ANCHOR id="xmlSchemaAttributePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaAttributePtr">