HomeUniDoc
...

Package cex

Overview ▾

func ParseStdlibTime

func ParseStdlibTime(s string) (time.Time, error)

func ParseUnionST_OnOff

func ParseUnionST_OnOff(s string) (sharedTypes.ST_OnOff, error)

type CT_CommentExtensible

type CT_CommentExtensible struct {
    DateUtcAttr                *time.Time
    IntelligentPlaceholderAttr *sharedTypes.ST_OnOff
    ExtLst                     *wordml.CT_ExtensionList
}

func NewCT_CommentExtensible

func NewCT_CommentExtensible() *CT_CommentExtensible

func (*CT_CommentExtensible) MarshalXML

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

func (*CT_CommentExtensible) UnmarshalXML

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

func (*CT_CommentExtensible) Validate

func (m *CT_CommentExtensible) Validate() error

Validate validates the CT_CommentExtensible and its children

func (*CT_CommentExtensible) ValidateWithPath

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

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

type CT_CommentsExtensible

type CT_CommentsExtensible struct {
    CommentExtensible []*CT_CommentExtensible
    ExtLst            *wordml.CT_ExtensionList
}

func NewCT_CommentsExtensible

func NewCT_CommentsExtensible() *CT_CommentsExtensible

func (*CT_CommentsExtensible) MarshalXML

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

func (*CT_CommentsExtensible) UnmarshalXML

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

func (*CT_CommentsExtensible) Validate

func (m *CT_CommentsExtensible) Validate() error

Validate validates the CT_CommentsExtensible and its children

func (*CT_CommentsExtensible) ValidateWithPath

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

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

type CommentsExtensible

type CommentsExtensible struct {
    CT_CommentsExtensible
}

func NewCommentsExtensible

func NewCommentsExtensible() *CommentsExtensible

func (*CommentsExtensible) MarshalXML

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

func (*CommentsExtensible) UnmarshalXML

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

func (*CommentsExtensible) Validate

func (m *CommentsExtensible) Validate() error

Validate validates the CommentsExtensible and its children

func (*CommentsExtensible) ValidateWithPath

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

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