Stores the file name and line number of a XML file
author | Andreas Aderhold |
---|---|
copyright | 2001,2002 THYRELL. All rights reserved |
version | $Id$ |
access | public |
package | phing.parser |
Location(string $fileName, integer $lineNumber, integer $columnNumber)
access | public |
---|
string
the filename
integer
the line number
integer
the column number
__toString()
toString() : string
An error message can be appended easily. For unknown locations, returns empty string.
access | public |
---|
string
the string representation of this Location object$columnNumber
$fileName
$lineNumber