Versions in this module Expand all Collapse all v1 v1.6.14 Apr 15, 2026 Changes in this version + func LoadHTMLReportTemplate() (*raymond.Template, error) + func WriteMismatchesToCSV(w io.Writer, mm []XmlMismatch, l XmlMismatchLevel) (err error) + func WriteMismatchesToHTML(w io.Writer, mm []XmlMismatch, l XmlMismatchLevel, root1, root2 string) error + type XmlMismatch struct + Details string + EntityUniqueIdentifier string + Path string + Type XmlMismatchType + func Pipeline(ff1, ff2 []string, n1, n2 string) (mm []XmlMismatch) + func (m *XmlMismatch) Error() string + func (m XmlMismatch) Level() XmlMismatchLevel + type XmlMismatchLevel uint8 + const MismatchLevel1 + const MismatchLevel2 + const MismatchLevel3 + func (l XmlMismatchLevel) String() string + type XmlMismatchType uint8 + const XmlMismatchAttrValue + const XmlMismatchBitmapAttrValue + const XmlMismatchBitmapFieldAttrValue + const XmlMismatchBitmapFieldMissingAttr + const XmlMismatchBitmapMissingAttr + const XmlMismatchClusterAttrValue + const XmlMismatchClusterAttributeAttrValue + const XmlMismatchClusterAttributeMissingAttr + const XmlMismatchClusterCommandAttrValue + const XmlMismatchClusterCommandMissingAttr + const XmlMismatchClusterDetails + const XmlMismatchClusterEventAttrValue + const XmlMismatchClusterEventMissingAttr + const XmlMismatchClusterMissingAttr + const XmlMismatchEnumItemAttrValue + const XmlMismatchEnumItemMissingAttr + const XmlMismatchMissingAttr + const XmlMismatchMissingBitmap + const XmlMismatchMissingBitmapField + const XmlMismatchMissingCluster + const XmlMismatchMissingClusterAttribute + const XmlMismatchMissingClusterCommand + const XmlMismatchMissingClusterEvent + const XmlMismatchMissingClusterFeature + const XmlMismatchMissingEnum + const XmlMismatchMissingEnumItem + const XmlMismatchMissingStruct + const XmlMismatchMissingStructItem + const XmlMismatchMissingTag + const XmlMismatchNewFile + const XmlMismatchNone + const XmlMismatchStructItemAttrValue + const XmlMismatchStructItemMissingAttr + func (t XmlMismatchType) Level() XmlMismatchLevel + func (t XmlMismatchType) String() string