()
| 762 | /// |
| 763 | /// a printable string representing this element |
| 764 | @Override |
| 765 | public String toString() { |
| 766 | return toString(""); |
| 767 | } |
| 768 | |
| 769 | /// A recursive method for creating a printout of a full tag with its entire hierarchy. |
| 770 | /// This is used by the public method toString(). |
no test coverage detected