()
| 106 | } |
| 107 | |
| 108 | func (c *xmlTree) toXmlString() string { |
| 109 | return c.xml(&xmlContext{ |
| 110 | strings: c.strings, |
| 111 | namespaces: map[string]string{}, |
| 112 | tab: " ", |
| 113 | }) |
| 114 | } |
| 115 | |
| 116 | func (c *xmlTree) decodeString(r binary.Reader) stringPoolRef { |
| 117 | idx := r.Uint32() |