--- embedaddon/libxml2/doc/devhelp/libxml2-relaxng.html 2012/02/21 23:37:59 1.1 +++ embedaddon/libxml2/doc/devhelp/libxml2-relaxng.html 2014/06/15 19:53:35 1.1.1.2 @@ -262,7 +262,7 @@ The content of this structure is not made public by th
int xmlRelaxNGValidatePushCData (xmlRelaxNGValidCtxtPtr ctxt,
const xmlChar * data,
int len)
check the CData parsed for validation in the current stack
-ctxt: | the RelaxNG validation context |
data: | some character data read |
len: | the lenght of the data |
Returns: | 1 if no validation problem was found or -1 otherwise |
ctxt: | the RelaxNG validation context |
data: | some character data read |
len: | the length of the data |
Returns: | 1 if no validation problem was found or -1 otherwise |
int xmlRelaxNGValidatePushElement (xmlRelaxNGValidCtxtPtr ctxt,
xmlDocPtr doc,
xmlNodePtr elem)
Push a new element start on the RelaxNG validation stack.