Home
last modified time | relevance | path

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

/third_party/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;
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h275 typedef xmlSchemaAttribute *xmlSchemaAttributePtr; typedef
296 xmlSchemaAttributePtr refDecl; /* Deprecated; not used */
398 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
639 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
802 xmlSchemaAttributePtr attributes;
Dxmlschemas.c176 #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 …]
/third_party/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
/third_party/libxml2/
Dxmlschemas.c147 #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 …]
/third_party/libxml2/doc/html/
Dindex.sgml177 <ANCHOR id="xmlSchemaAttributePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaAttributePtr">