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

Class Schema

source code

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
__del__(self) source code
 
SetSchema(self, reader)
Use XSD Schema to validate the document as it is processed.
source code
 
schemaDump(self, output)
Dump a Schema structure.
source code
 
schemaNewValidCtxt(self) source code
Method Details [hide private]

SetSchema(self, reader)

source code 
Use XSD Schema to validate the document as it is processed. Activation is only possible before the first Read(). if @schema is None, then Schema validation is desactivated. @ The @schema should not be freed until the reader is deallocated or its use has been deactivated.