Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateReferences ¶
func UpdateReferences(fmap types.FeatureMap)
Types ¶
type Decoder ¶
type Decoder struct { *xml.Decoder DecoderConfig }
func NewDecoder ¶
func (*Decoder) Decode ¶
func (d *Decoder) Decode(v *OfmxSnapshot) error
type DecoderConfig ¶
type DecoderConfig struct {
IgnoreUndocumented bool
}
type FeatureList ¶
func (FeatureList) MarshalXML ¶
func (s FeatureList) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*FeatureList) UnmarshalXML ¶
func (s *FeatureList) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
type OfmxSnapshot ¶
type OfmxSnapshot struct { XMLName string `xml:"OFMX-Snapshot"` Xsi string `xml:"xsi,attr"` NoNamespaceSchemaLocation string `xml:"noNamespaceSchemaLocation,attr"` Version string `xml:"version,attr"` Origin string `xml:"origin,attr"` Namespace string `xml:"namespace,attr"` Created string `xml:"created,attr"` Effective string `xml:"effective,attr"` Features FeatureList `xml:",any"` // contains filtered or unexported fields }
type ParseError ¶
func (ParseError) Error ¶
func (e ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.