...

Package verapdf

Overview ▾

Index ▾

Package files

report.go

type Report

Report is the parsed veraPDF XML reportGuiXML.

type Report struct {
    // ViolatedRules are the rules that were violated during error verification.
    ViolatedRules []string
    // ConformanceLevel defines the standard on verification failed.
    ConformanceLevel int
    // ConformanceVariant is the standard variant used on verification.
    ConformanceVariant string
}

func ParseReducedXML

func ParseReducedXML(r io.Reader) (*Report, error)

ParseReducedXML parses a reduced xml document.