...

Package decorative

Overview ▾

type CT_Decorative

type CT_Decorative struct {
    ValAttr *bool
}

func NewCT_Decorative

func NewCT_Decorative() *CT_Decorative

func (*CT_Decorative) MarshalXML

func (m *CT_Decorative) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_Decorative) UnmarshalXML

func (m *CT_Decorative) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_Decorative) Validate

func (m *CT_Decorative) Validate() error

Validate validates the CT_Decorative and its children

func (*CT_Decorative) ValidateWithPath

func (m *CT_Decorative) ValidateWithPath(path string) error

ValidateWithPath validates the CT_Decorative and its children, prefixing error messages with path

type Decorative

type Decorative struct {
    CT_Decorative
}

func NewDecorative

func NewDecorative() *Decorative

func (*Decorative) MarshalXML

func (m *Decorative) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*Decorative) UnmarshalXML

func (m *Decorative) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*Decorative) Validate

func (m *Decorative) Validate() error

Validate validates the Decorative and its children

func (*Decorative) ValidateWithPath

func (m *Decorative) ValidateWithPath(path string) error

ValidateWithPath validates the Decorative and its children, prefixing error messages with path