Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/include/libxml/
DschemasInternals.h603 struct _xmlSchemaType { struct
605 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument
623 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument
624 int recurse; /* Obsolete */
625 xmlSchemaAttributeLinkPtr *attributeUses; /* Deprecated; not used */
626 xmlSchemaWildcardPtr attributeWildcard;
627 int builtInType; /* Type of built-in types. */
628 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */
629 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
630 const xmlChar *refPrefix; /* Deprecated; not used */
[all …]
/external/cronet/stable/third_party/libxml/src/include/libxml/
DschemasInternals.h603 struct _xmlSchemaType { struct
605 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument
623 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument
624 int recurse; /* Obsolete */
625 xmlSchemaAttributeLinkPtr *attributeUses; /* Deprecated; not used */
626 xmlSchemaWildcardPtr attributeWildcard;
627 int builtInType; /* Type of built-in types. */
628 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */
629 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
630 const xmlChar *refPrefix; /* Deprecated; not used */
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h603 struct _xmlSchemaType { struct
605 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument
623 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument
624 int recurse; /* Obsolete */
625 xmlSchemaAttributeLinkPtr *attributeUses; /* Deprecated; not used */
626 xmlSchemaWildcardPtr attributeWildcard;
627 int builtInType; /* Type of built-in types. */
628 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */
629 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
630 const xmlChar *refPrefix; /* Deprecated; not used */
[all …]