Updates the specified text or attribute value. @param pre PRE value @param value content @param kind node kind
(int pre, byte[] value, int kind)
| 889 | * @param kind node kind |
| 890 | */ |
| 891 | protected abstract void updateText(int pre, byte[] value, int kind); |
| 892 | |
| 893 | /** |
| 894 | * Sets the distance. |