Lines Matching refs:regexp
382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
390 * outside the regexp */
2845 * Compiling element content into regexp *
2847 * Sometime the element content can be compiled into a pure regexp, *
7838 * @regexp: the regular expression as compiled
7839 * @content: list of children to test against the regexp
7841 * Validate the content model of an element or start using the regexp
7847 xmlRegexpPtr regexp, xmlNodePtr content)
7854 if ((ctxt == NULL) || (regexp == NULL))
7857 exec = xmlRegNewExecCtxt(regexp,
7913 * regexp validation, e.g. for attribute values.
7936 * @exec: the regexp runtime for the new content model
7938 * Push a new regexp for the current node content model on the stack
7975 * Pop the regexp of the current node content model from the stack