Set the name of the source file (or more generally source) of the text from which this node was parsed.
( String sourceFile )
| 159 | the text from which this node was parsed. |
| 160 | */ |
| 161 | public void setSourceFile( String sourceFile ) { |
| 162 | this.sourceFile = sourceFile; |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | Get the name of the source file (or more generally source) of |