type CT_SVGBlip struct {
EmbedAttr *string
LinkAttr *string
}
func NewCT_SVGBlip() *CT_SVGBlip
func (m *CT_SVGBlip) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SVGBlip) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SVGBlip) Validate() error
Validate validates the CT_SVGBlip and its children
func (m *CT_SVGBlip) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SVGBlip and its children, prefixing error messages with path
type SvgBlip struct {
CT_SVGBlip
}
func NewSvgBlip() *SvgBlip
func (m *SvgBlip) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *SvgBlip) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *SvgBlip) Validate() error
Validate validates the SvgBlip and its children
func (m *SvgBlip) ValidateWithPath(path string) error
ValidateWithPath validates the SvgBlip and its children, prefixing error messages with path