Home | Trees | Indices | Help |
|
---|
|
object --+ | _Validator --+ | RelaxNG
RelaxNG(self, etree=None, file=None) Turn a document into a Relax NG validator.
Either pass a schema as Element or ElementTree, or pass a file or filename through the file keyword argument.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from Inherited from Inherited from |
|
|||
|
|
|||
Inherited from Inherited from |
|
Validate doc using Relax NG. Returns true if document is valid, false if not. |
|
|
Parse a RelaxNG schema in compact syntax from a text string Requires the rnc2rng package to be installed. Passing the source URL or file path of the source as 'base_url' will enable resolving resource references relative to the source. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 9 18:29:53 2020 | http://epydoc.sourceforge.net |