Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c154 struct _xmlRelaxNGDefine { struct
155 xmlRelaxNGType type; /* the type of definition */
156 xmlNodePtr node; /* the node in the source */
157 xmlChar *name; /* the element local name if present */
158 xmlChar *ns; /* the namespace local name if present */
159 xmlChar *value; /* value when available */
160 void *data; /* data lib or specific pointer */
161 xmlRelaxNGDefinePtr content; /* the expected content */
162 xmlRelaxNGDefinePtr parent; /* the parent definition, if any */
163 xmlRelaxNGDefinePtr next; /* list within grouping sequences */
[all …]