package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

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

fileexample namenote
marshal.goxml_marshalxml.Marshal() についてのサンプルです.
marshal_indent.goxml_marshal_indentxml.MarshalIndent() についてのサンプルです.
unmarshal.goxml_unmarshalxml.Unmarshal() についてのサンプルです.
decoder.goxml_decoderxml.Decoder についてのサンプルです.
encoder.goxml_encoderxml.Encoder についてのサンプルです.
nestedelements.goxml_nested_elements入れ子になっている要素を取得するサンプルです

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

# Packages

No description provided by the author

# Functions

Decoder は、xml.Decoder を使ったサンプルです.
Encoder は、xml.Encoder を使ったサンプルです.
No description provided by the author
MarshalIndent は、xml.MarshalIndent() を使ったサンプルです.
NestedElements -- 入れ子になっている要素を取得するサンプルです。 REFERENCES: - https://pkg.go.dev/encoding/xml@latest#Unmarshal.
No description provided by the author
Unmarshal は、xml.Unmarshal() を使ったサンプルです.