Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Drelaxng.c131 struct _xmlRelaxNGDefine { struct
132 xmlRelaxNGType type; /* the type of definition */
133 xmlNodePtr node; /* the node in the source */
134 xmlChar *name; /* the element local name if present */
135 xmlChar *ns; /* the namespace local name if present */
136 xmlChar *value; /* value when available */
137 void *data; /* data lib or specific pointer */
138 xmlRelaxNGDefinePtr content; /* the expected content */
139 xmlRelaxNGDefinePtr parent; /* the parent definition, if any */
140 xmlRelaxNGDefinePtr next; /* list within grouping sequences */
[all …]