()
| 68 | } |
| 69 | |
| 70 | func (xe *XMLEncoder) WriteEOL() { |
| 71 | xe.Writer.Write([]byte("\n")) |
| 72 | } |
| 73 | |
| 74 | // Decide whether the given rune is in the XML Character Range, per |
| 75 | // the Char production of https://www.xml.com/axml/testaxml.htm, |
no test coverage detected