Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/include/libxml/
DschemasInternals.h308 struct _xmlSchemaWildcard { struct
309 xmlSchemaTypeType type; /* The kind of type */
310 const xmlChar *id; /* Deprecated; not used */
311 xmlSchemaAnnotPtr annot;
312 xmlNodePtr node;
313 int minOccurs; /* Deprecated; not used */
314 int maxOccurs; /* Deprecated; not used */
315 int processContents;
316 int any; /* Indicates if the ns constraint is of ##any */
317 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */
[all …]
/external/cronet/stable/third_party/libxml/src/include/libxml/
DschemasInternals.h308 struct _xmlSchemaWildcard { struct
309 xmlSchemaTypeType type; /* The kind of type */
310 const xmlChar *id; /* Deprecated; not used */
311 xmlSchemaAnnotPtr annot;
312 xmlNodePtr node;
313 int minOccurs; /* Deprecated; not used */
314 int maxOccurs; /* Deprecated; not used */
315 int processContents;
316 int any; /* Indicates if the ns constraint is of ##any */
317 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h308 struct _xmlSchemaWildcard { struct
309 xmlSchemaTypeType type; /* The kind of type */
310 const xmlChar *id; /* Deprecated; not used */
311 xmlSchemaAnnotPtr annot;
312 xmlNodePtr node;
313 int minOccurs; /* Deprecated; not used */
314 int maxOccurs; /* Deprecated; not used */
315 int processContents;
316 int any; /* Indicates if the ns constraint is of ##any */
317 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */
[all …]