HomeUniDoc
...

Package symex

Overview ▾

type CT_SymEx

type CT_SymEx struct {
    FontAttr *string
    CharAttr *string
}

func NewCT_SymEx

func NewCT_SymEx() *CT_SymEx

func (*CT_SymEx) MarshalXML

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

func (*CT_SymEx) UnmarshalXML

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

func (*CT_SymEx) Validate

func (m *CT_SymEx) Validate() error

Validate validates the CT_SymEx and its children

func (*CT_SymEx) ValidateWithPath

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

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

type SymEx

type SymEx struct {
    CT_SymEx
}

func NewSymEx

func NewSymEx() *SymEx

func (*SymEx) MarshalXML

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

func (*SymEx) UnmarshalXML

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

func (*SymEx) Validate

func (m *SymEx) Validate() error

Validate validates the SymEx and its children

func (*SymEx) ValidateWithPath

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

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