Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2026 Changes in this version + type Citation struct + Categories []string + CitedID string + type DocumentID struct + Country string + DocNumber string + Kind string + type ExchangeDocument struct + Citations []Citation + Country string + DocNumber string + FamilyMembers []FamilyMember + Kind string + PatentClassifications []PatentClassification + Status string + type FamilyMember struct + PublicationReferences []PublicationReference + type PatentClassification struct + ClassificationSymbol string + Scheme string + type PatentRecord struct + CPCList []string + Citations []Citation + FamilyPatents []string + PatentID string + Status string + func ExtractPatentRecord(node *xmlquery.Node) (PatentRecord, error) + type PublicationReference struct + DataFormat string + DocumentID DocumentID + type RecordSource interface + Close func() error + Next func(*PatentRecord) (bool, error) + func OpenRecordSource(path string) (RecordSource, error)