Home | History | Annotate | Download | only in libxml2

Lines Matching full:model

259  * need of a tree to validate the content model. this is done in each
267 xmlElementPtr elemDecl; /* pointer to the content model */
310 "Failed to build content model regexp for %s\n",
352 xmlElementContentPtr cont; /* pointer to the content model subtree */
646 * Content model validation based on the regexps *
652 * @content: the content model
666 "Found NULL content in content model of %s\n",
673 "Found PCDATA in content model of %s\n",
684 xmlVErrMemory(ctxt, "Building content model");
809 * (Re)Build the automata associated to the content model of this
850 "Content model of %s is not determinist: %s\n",
4288 /* Build the regexp associated to the content model */
4783 * returns the first element to consider for validation of the content model
4815 * Try to validate the content model of an element internal function
4819 * the content model is not determinist.
4885 * go to next element in the content model
4926 * go to next element in the content model
5021 * First do the analysis depending on the occurrence model at
5273 * Try to validate the content model of an element
5295 /* Build the regexp associated to the content model */
5399 "Content model
5623 * @cont: the mixed content model
5626 * Check if the given node is part of the content model.
5776 * Check the new element agaisnt the content model of the new elem.
5868 * Check the new element agaisnt the content model of the new elem.
5942 * Check the new element agaisnt the content model of the new elem.
6071 * activated, do not try to check the content model at that level.