xml类

package
v0.0.0-...-fcd50c7 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

包gxml提供了访问和转换XML内容的功能。 md5:7f72b127efb49044

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(content []byte) (map[string]interface{}, error)

Decode将`content`解析为映射并返回。 md5:09afa737da32e1d3

func DecodeWithoutRoot

func DecodeWithoutRoot(content []byte) (map[string]interface{}, error)

DecodeWithoutRoot 将 `content` 解析为一个映射,然后返回不包含根级别的映射。 md5:3210d3b75da05efb

func Encode

func Encode(m map[string]interface{}, rootTag ...string) ([]byte, error)

Encode 将字典 `m` 编码为 XML 格式的字节内容。 可选参数 `rootTag` 用于指定 XML 的根标签。 md5:b83a924118f435fb

func EncodeWithIndent

func EncodeWithIndent(m map[string]interface{}, rootTag ...string) ([]byte, error)

EncodeWithIndent 将映射 `m` 编码为带缩进的 XML 格式的字节内容。 可选参数 `rootTag` 用于指定 XML 根标签。 md5:4ce035684ef6a0cc

func ToJson

func ToJson(content []byte) ([]byte, error)

ToJson 将 `content` 作为 XML 格式转换为 JSON 格式的字节。 md5:ba7a69746da22ea8

Types

This section is empty.

Jump to

Keyboard shortcuts

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