Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomData ¶
type CustomData struct {
KeyValues []KeyValue `xml:"KeyValueOfstringanyType"`
}
for key-value
type Element ¶
type Element struct { XMLName xml.Name Content string `xml:",chardata"` Children []Element `xml:",any"` }
For tag-value
type MicroscopeImage ¶
type MicroscopeImage struct { XMLName xml.Name `xml:"MicroscopeImage"` Name string `xml:"name"` UniqueID string `xml:"uniqueID"` CustomData CustomData `xml:"CustomData"` }
XML PART Definitions of the xml structure
type ProgressTracker ¶
Click to show internal directories.
Click to hide internal directories.