|
|
|
|
|
relaxNGValidateDoc(self,
doc)
Validate a document tree in memory. |
source code
|
|
|
relaxNGValidateFullElement(self,
doc,
elem)
Validate a full subtree when xmlRelaxNGValidatePushElement()
returned 0 and the content of the node has been expanded. |
source code
|
|
|
relaxNGValidatePopElement(self,
doc,
elem)
Pop the element end from the RelaxNG validation stack. |
source code
|
|
|
relaxNGValidatePushCData(self,
data,
len)
check the CData parsed for validation in the current stack |
source code
|
|
|
relaxNGValidatePushElement(self,
doc,
elem)
Push a new element start on the RelaxNG validation stack. |
source code
|
|
Inherited from relaxNgValidCtxtCore :
setValidityErrorHandler
|