multiple

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Element *xml.Element
	Next    *Data
}

type Type

type Type struct {
	// contains filtered or unexported fields
}

Type is a linked list of xml.Element that represents multiple types for the same field Actually, it's only used in the types.Slice type

func (*Type) Assign

func (t *Type) Assign(e *xml.Element) error

func (*Type) GetAttributes

func (t *Type) GetAttributes() attributes.Attributes

func (*Type) GetPath

func (t *Type) GetPath() string

func (*Type) GetXMLTag

func (t *Type) GetXMLTag() []byte

func (*Type) SetAttributes

func (t *Type) SetAttributes(_ attributes.Attributes)

func (*Type) TransformToXML

func (t *Type) TransformToXML(buffer *saver.Buffer) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL