Returns a text (text, comment, pi, document) or attribute value as double value. Double#NaN is returned if the input is no valid double. @param pre PRE value @param text text/attribute flag @return numeric value
(int pre, boolean text)
| 490 | * @return numeric value |
| 491 | */ |
| 492 | public abstract double textDbl(int pre, boolean text); |
| 493 | |
| 494 | /** |
| 495 | * Returns the byte length of a (possibly compressed) text (text, comment, pi, document). |