String representation of Node parseable back to itself
()
| 69 | Node interface { |
| 70 | // String representation of Node parseable back to itself |
| 71 | String() string |
| 72 | |
| 73 | // WriteDialect Given a dialect writer write out, equivalent of String() |
| 74 | // but allows different escape characters |
no outgoing calls