Class Address
java.lang.Object
de.hdm_stuttgart.mi.sd1.htmlformat.Address
A single address record holding a representation as being
described in
AddressDataHandler(String)
-
Constructor Summary
ConstructorDescriptionInitializing from an address string obeying the description given inAddressDataHandler(String)
. -
Method Summary
-
Constructor Details
-
Address
Initializing from an address string obeying the description given inAddressDataHandler(String)
.- Parameters:
csvRecord
- An input address record like"Aleshia","Tomkies","Alan Co.","14 Taylor St",...
lineNumber
- Indication the current file position in case of parsing errors.- Throws:
AddressParseError
- Data source is corrupt.
-