Home | Info | Community | Development | myReactOS | Contact Us
xmlElementContentOccur:
Possible definitions of element content occurrences.
Definition at line 251 of file tree.h.
{ XML_ELEMENT_CONTENT_ONCE = 1, XML_ELEMENT_CONTENT_OPT, XML_ELEMENT_CONTENT_MULT, XML_ELEMENT_CONTENT_PLUS } xmlElementContentOccur;