Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CT_Schema ¶
type CT_Schema struct {
// Custom XML Schema Namespace
UriAttr *string
// Supplementary XML File Location
ManifestLocationAttr *string
// Custom XML Schema Location
SchemaLocationAttr *string
// Schema Language
SchemaLanguageAttr *string
}
func NewCT_Schema ¶
func NewCT_Schema() *CT_Schema
func (*CT_Schema) MarshalXML ¶
func (*CT_Schema) UnmarshalXML ¶
func (*CT_Schema) ValidateWithPath ¶
ValidateWithPath validates the CT_Schema and its children, prefixing error messages with path
type CT_SchemaLibrary ¶
type CT_SchemaLibrary struct {
// Custom XML Schema Reference
Schema []*CT_Schema
}
func NewCT_SchemaLibrary ¶
func NewCT_SchemaLibrary() *CT_SchemaLibrary
func (*CT_SchemaLibrary) MarshalXML ¶
func (_cf *CT_SchemaLibrary) MarshalXML(e *_b.Encoder, start _b.StartElement) error
func (*CT_SchemaLibrary) UnmarshalXML ¶
func (_fc *CT_SchemaLibrary) UnmarshalXML(d *_b.Decoder, start _b.StartElement) error
func (*CT_SchemaLibrary) Validate ¶
func (_bfc *CT_SchemaLibrary) Validate() error
Validate validates the CT_SchemaLibrary and its children
func (*CT_SchemaLibrary) ValidateWithPath ¶
func (_ff *CT_SchemaLibrary) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SchemaLibrary and its children, prefixing error messages with path
type SchemaLibrary ¶
type SchemaLibrary struct{ CT_SchemaLibrary }
func NewSchemaLibrary ¶
func NewSchemaLibrary() *SchemaLibrary
func (*SchemaLibrary) MarshalXML ¶
func (_ddf *SchemaLibrary) MarshalXML(e *_b.Encoder, start _b.StartElement) error
func (*SchemaLibrary) UnmarshalXML ¶
func (_afe *SchemaLibrary) UnmarshalXML(d *_b.Decoder, start _b.StartElement) error
func (*SchemaLibrary) Validate ¶
func (_gg *SchemaLibrary) Validate() error
Validate validates the SchemaLibrary and its children
func (*SchemaLibrary) ValidateWithPath ¶
func (_ga *SchemaLibrary) ValidateWithPath(path string) error
ValidateWithPath validates the SchemaLibrary and its children, prefixing error messages with path
Click to show internal directories.
Click to hide internal directories.