package
7.2.4
Repository: https://github.com/caixw/apidoc.git
Documentation: pkg.go.dev

# Functions

Decode 将 p 中的 XML 内容解码至 v 对象中 namespace 如果不为空表示当前的 xml 所在的命名空间,只有该命名空间的元素才会被正确识别。.
Encode 将 v 转换成 XML 内容 namespace 指定 XML 的命名空间; prefix 命名空间的前缀,如果为空表示使用默认命名空间;.
NewParser 声明新的 Parser 实例.

# Structs

No description provided by the author
Base 所有文档节点的基本元素.
BaseAttribute 所有 XML 属性节点的基本元素.
BaseTag 所有 XML 标签的基本元素.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parser 代码块的解析器.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
AttrEncoder 将属性值编码成符合 XML 规范的值.
No description provided by the author
Encoder 将元素内容编码成 XML 内容.
No description provided by the author