Lines Matching refs:regexp
383 xmlRegExecCtxtPtr elem; /* the current element regexp */
386 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
391 * outside the regexp */
2851 * Compiling element content into regexp *
2853 * Sometime the element content can be compiled into a pure regexp, *
7962 * @regexp: the regular expression as compiled
7963 * @content: list of children to test against the regexp
7965 * Validate the content model of an element or start using the regexp
7971 xmlRegexpPtr regexp, xmlNodePtr content)
7978 if ((ctxt == NULL) || (regexp == NULL))
7981 exec = xmlRegNewExecCtxt(regexp,
8037 * regexp validation, e.g. for attribute values.
8060 * @exec: the regexp runtime for the new content model
8062 * Push a new regexp for the current node content model on the stack
8099 * Pop the regexp of the current node content model from the stack