xpath.XmlDocumentOptions
¶
- class xpath.XmlDocumentOptions¶
Attributes¶
- xquery.xpath.XmlDocumentOptions.assessment_mode
The schema assessment mode used to validate the xml document.
- xquery.xpath.XmlDocumentOptions.schema
The
xsd.Schema
used to validate the xml document.
- xquery.xpath.XmlDocumentOptions.schema_import_strategy
The schema import strategy used to find imported schemas.
- xquery.xpath.XmlDocumentOptions.schema_location_strategy
The schema location strategy used to find referenced schemas.
- xquery.xpath.XmlDocumentOptions.strip_input_type_annotations
Strip input type annotation after validation yes/no.
- xquery.xpath.XmlDocumentOptions.treat_validation_errors_as_warnings
- xquery.xpath.XmlDocumentOptions.xinclude_support
- xquery.xpath.XmlDocumentOptions.xsd_version
The schema version used to load referenced schemas.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__