package
Version:
v0.5.11
Opens a new window with list of versions in this module.
Published: Jan 17, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
Package xmlop -- encoding.xml パッケージについてのサンプルが配置されています.
Decoder は、xml.Decoder を使ったサンプルです.
Encoder は、xml.Encoder を使ったサンプルです.
func MarshalIndent() error
MarshalIndent は、xml.MarshalIndent() を使ったサンプルです.
func NestedElements() error
NestedElements -- 入れ子になっている要素を取得するサンプルです。
REFERENCES:
Unmarshal は、xml.Unmarshal() を使ったサンプルです.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.