Documentation
¶
Index ¶
Constants ¶
View Source
const ( // parent <-> child Unordered = CollectionType("unordered") // parent <-> child // child <-> child Family = CollectionType("family") // parent <-> child // child <-> child + 1 Sequence = CollectionType("sequence") )
View Source
const ( NormalLinking = Linking("normal") NoLinking = Linking("none") SourceOnly = Linking("sourceonly") TargetOnly = Linking("targetonly") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionType ¶
type CollectionType string
type MapNode ¶
type MapNode struct { XMLName xml.Name Title string `xml:"title"` Href string `xml:"href,attr"` Keys string `xml:"keys,attr"` Type string `xml:"type,attr"` CollType CollectionType `xml:"collection-type,attr"` Linking Linking `xml:"linking,attr"` Format string `xml:"format,attr"` TOC string `xml:"toc,attr"` LockTitle string `xml:"locktitle,attr"` Audience string `xml:"audience,attr"` Print string `xml:"print,attr"` DeliveryTarget string `xml:"deliveryTarget,attr"` ProcessRole string `xml:"processing-role,attr"` Children []*MapNode `xml:",any"` }
MapNode represents an xml element inside a .ditamap
Click to show internal directories.
Click to hide internal directories.