Returns the data reference bound to this expression. This method is currently overwritten by DBNode, DBNodeSeq, AxisPath and VarRef. @return data reference (can be null)
()
| 208 | * @return data reference (can be {@code null}) |
| 209 | */ |
| 210 | public Data data() { |
| 211 | return null; |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * Returns the result size. |