Determines whether a resource exists for this node. @return true if a resource exists
()
| 1150 | * @return true if a resource exists |
| 1151 | */ |
| 1152 | public boolean exists() { |
| 1153 | return (getResource() != null); |
| 1154 | } |
| 1155 | |
| 1156 | /** |
| 1157 | * Return an existing file with current file name and specified base. May return |