Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CT_Empty ¶
type CT_Empty struct { }
func NewCT_Empty ¶
func NewCT_Empty() *CT_Empty
func (*CT_Empty) MarshalXML ¶
func (*CT_Empty) UnmarshalXML ¶
func (*CT_Empty) ValidateWithPath ¶
ValidateWithPath validates the CT_Empty and its children, prefixing error messages with path
type CT_Rel ¶
type CT_Rel struct {
IdAttr *string
}
func (*CT_Rel) MarshalXML ¶
func (*CT_Rel) UnmarshalXML ¶
func (*CT_Rel) ValidateWithPath ¶
ValidateWithPath validates the CT_Rel and its children, prefixing error messages with path
type Iscomment ¶
type Iscomment struct {
CT_Empty
}
func NewIscomment ¶
func NewIscomment() *Iscomment
func (*Iscomment) MarshalXML ¶
func (*Iscomment) UnmarshalXML ¶
func (*Iscomment) ValidateWithPath ¶
ValidateWithPath validates the Iscomment and its children, prefixing error messages with path
type Textdata ¶
type Textdata struct {
CT_Rel
}
func NewTextdata ¶
func NewTextdata() *Textdata
func (*Textdata) MarshalXML ¶
func (*Textdata) UnmarshalXML ¶
func (*Textdata) ValidateWithPath ¶
ValidateWithPath validates the Textdata and its children, prefixing error messages with path
Click to show internal directories.
Click to hide internal directories.