xmlop

package
v0.5.18 Latest Latest
Warning

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

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

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
marshal.go xml_marshal xml.Marshal() についてのサンプルです.
marshal_indent.go xml_marshal_indent xml.MarshalIndent() についてのサンプルです.
unmarshal.go xml_unmarshal xml.Unmarshal() についてのサンプルです.
decoder.go xml_decoder xml.Decoder についてのサンプルです.
encoder.go xml_encoder xml.Encoder についてのサンプルです.
nestedelements.go xml_nested_elements 入れ子になっている要素を取得するサンプルです

エンコーディングが UTF-8 ではないXMLファイルのUnmarshalについては examples/singleapp/xml_shiftjisを参照。

Documentation

Overview

Package xmlop -- encoding.xml パッケージについてのサンプルが配置されています.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decoder

func Decoder() error

Decoder は、xml.Decoder を使ったサンプルです.

func Encoder

func Encoder() error

Encoder は、xml.Encoder を使ったサンプルです.

func Marshal

func Marshal() error

func MarshalIndent

func MarshalIndent() error

MarshalIndent は、xml.MarshalIndent() を使ったサンプルです.

func NestedElements added in v0.4.5

func NestedElements() error

NestedElements -- 入れ子になっている要素を取得するサンプルです。

REFERENCES:

func NewRegister

func NewRegister() mapping.Register

func Unmarshal

func Unmarshal() error

Unmarshal は、xml.Unmarshal() を使ったサンプルです.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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