Lines Matching refs:regexp
384 xmlRegExecCtxtPtr elem; /* the current element regexp */
387 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
392 * outside the regexp */
2851 * Compiling element content into regexp *
2853 * Sometime the element content can be compiled into a pure regexp, *
7972 * @regexp: the regular expression as compiled
7973 * @content: list of children to test against the regexp
7975 * Validate the content model of an element or start using the regexp
7981 xmlRegexpPtr regexp, xmlNodePtr content)
7988 if ((ctxt == NULL) || (regexp == NULL))
7991 exec = xmlRegNewExecCtxt(regexp,
8047 * regexp validation, e.g. for attribute values.
8070 * @exec: the regexp runtime for the new content model
8072 * Push a new regexp for the current node content model on the stack
8109 * Pop the regexp of the current node content model from the stack