Home | Trees | Index | Help |
|
---|
Package lxml :: Module etree :: Class Schematron |
|
object
--+ |_Validator
--+ | Schematron
A Schematron validator.
Pass a root Element or an ElementTree to turn it into a validator. Alternatively, pass a filename as keyword argument 'file' to parse from the file system.Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__call__(...) <==> x(...) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
Inherited from _Validator | |
Raises AssertionError if the document does not comply with the schema. | |
Raises DocumentInvalid if the document does not comply with the schema. | |
Validate the document using this schema. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from _Validator | |
getset_descriptor |
error_log = <attribute 'error_log' of 'lxml.etree._Valid...
|
Method Details |
---|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
__call__(x,
...)
x.__call__(...) <==> x(...)
|
__new__(T, S, ...)T.__new__(S, ...) -> a new object with type S, a subtype of T
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 | http://epydoc.sf.net |