arelle.XhtmlValidate

See COPYRIGHT.md for copyright information.

(originally part of XmlValidate, moved to separate module)

Module Contents

Functions

Data

API

arelle.XhtmlValidate._: arelle.typing.TypeGetText

None

arelle.XhtmlValidate.htmlEltUriAttrs

None

arelle.XhtmlValidate.ixSect

None

arelle.XhtmlValidate.INLINE_1_0_SCHEMA

‘http://www.xbrl.org/2008/inlineXBRL/xhtml-inlinexbrl-1_0.xsd’

arelle.XhtmlValidate.INLINE_1_1_SCHEMA

‘http://www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1.xsd’

arelle.XhtmlValidate.ixMsgCode(codeName: str, elt: arelle.ModelObject.ModelObject | None = None, sect: str = 'constraint', ns: str | None = None, name: str | None = None) str
arelle.XhtmlValidate.xhtmlValidate(modelXbrl: arelle.ModelXbrl.ModelXbrl, elt: arelle.ModelObject.ModelObject) None
arelle.XhtmlValidate.containsNamespacedElements(elt: lxml.etree.ElementBase, namespace: str) bool
arelle.XhtmlValidate.resolveHtmlUri(elt: arelle.ModelObject.ModelObject, name: str, value: str) str