Module libxml2 :: Class relaxNgValidCtxt
[hide private]
[frames] | no frames]

Class relaxNgValidCtxt

source code

relaxNgValidCtxtCore --+
                       |
                      relaxNgValidCtxt

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
__del__(self) source code
 
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

Method Details [hide private]

__init__(self, _obj=None)
(Constructor)

source code 
Overrides: relaxNgValidCtxtCore.__init__