Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FLocat ¶
type FLocat struct {
Type, URL string
}
FLocat represents a mets:FLocat of a mets:file entry.
type Match ¶ added in v0.5.0
type Match struct {
Use, FileID, MIMEType, GroupID string
}
Match is used to match files. If a field is the empty string it is ignored for the matching.
type Mets ¶
type Mets struct {
// contains filtered or unexported fields
}
Mets represents an open METS file.
func (Mets) Find ¶ added in v0.5.0
Find returns a list of matching files. Empty fields in the given match are ignored for the matching.
func (Mets) FindFileGrp ¶
FindFileGrp searches for a file group with the given USE flag. It returns a list of matching files.
Click to show internal directories.
Click to hide internal directories.