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

Class SchemaValidCtxt

source code

SchemaValidCtxtCore --+
                      |
                     SchemaValidCtxt

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
__del__(self) source code
 
SchemaValidateCtxt(self, reader, options)
Use W3C XSD schema context to validate the document as it is processed.
source code
 
schemaIsValid(self) source code
 
schemaSetValidOptions(self, options) source code
 
schemaValidCtxtGetOptions(self) source code
 
schemaValidateDoc(self, instance) source code
 
schemaValidateFile(self, filename, options) source code
 
schemaValidateOneElement(self, elem) source code

Inherited from SchemaValidCtxtCore: setValidityErrorHandler

Method Details [hide private]

__init__(self, _obj=None)
(Constructor)

source code 
Overrides: SchemaValidCtxtCore.__init__

SchemaValidateCtxt(self, reader, options)

source code 
Use W3C XSD schema context to validate the document as it is processed. Activation is only possible before the first Read(). If @ctxt is None, then XML Schema validation is deactivated.