<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>terazzo</author_name>
  <author_url>https://blog.hatena.ne.jp/terazzo/</author_url>
  <blog_title>terazzoの日記</blog_title>
  <blog_url>https://terazzo.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>Mayaa</anon>
  </categories>
  <description>ツリー構造を持ったデータを、Mayaaのテンプレートを再帰的にinsertすることで表示する ソース こういう階層構造のデータがあったとする package sample.model; import java.util.Arrays; import java.util.List; public class SampleUtils { /** 階層構造を持ったデータクラス */ public static class Node { public String name; // 名前 public List children; // 子要素のリスト } /** Nodeのツリー構造を初期化して戻す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fterazzo.hatenadiary.org%2Fentry%2F20080717%2F1216319719&quot; title=&quot;HTMLテンプレートの再帰でツリー型のデータを表示する - terazzoの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-07-17 03:35:19</published>
  <title>HTMLテンプレートの再帰でツリー型のデータを表示する</title>
  <type>rich</type>
  <url>https://terazzo.hatenadiary.org/entry/20080717/1216319719</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
