Home
last modified time | relevance | path

Searched defs:_xmlSchemaAttributeGroup (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/third_party/libxml/src/include/libxml/
DschemasInternals.h362 struct _xmlSchemaAttributeGroup { struct
363 xmlSchemaTypeType type; /* The kind of type */
364 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */
365 const xmlChar *name;
366 const xmlChar *id;
367 const xmlChar *ref; /* Deprecated; not used */
368 const xmlChar *refNs; /* Deprecated; not used */
369 xmlSchemaAnnotPtr annot;
371 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
372 xmlNodePtr node;
[all …]
/external/cronet/stable/third_party/libxml/src/include/libxml/
DschemasInternals.h362 struct _xmlSchemaAttributeGroup { struct
363 xmlSchemaTypeType type; /* The kind of type */
364 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */
365 const xmlChar *name;
366 const xmlChar *id;
367 const xmlChar *ref; /* Deprecated; not used */
368 const xmlChar *refNs; /* Deprecated; not used */
369 xmlSchemaAnnotPtr annot;
371 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
372 xmlNodePtr node;
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h362 struct _xmlSchemaAttributeGroup { struct
363 xmlSchemaTypeType type; /* The kind of type */
364 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */
365 const xmlChar *name;
366 const xmlChar *id;
367 const xmlChar *ref; /* Deprecated; not used */
368 const xmlChar *refNs; /* Deprecated; not used */
369 xmlSchemaAnnotPtr annot;
371 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
372 xmlNodePtr node;
[all …]