Package org.codeforamerica.open311.internals.parsing

Parsing-related functionality of the library.

See:
          Description

Interface Summary
DataParser Specifies required operations to the parsers.
 

Class Summary
AbstractParser Contains common methods of the different DataParser implementations.
DataParserFactory Builds instances of DataParser.
DateParser Provides operations to handle dates.
JSONParser Implementation of a DataParser which takes JSON data as input.
XMLParser Parses XML files using DOM.
 

Package org.codeforamerica.open311.internals.parsing Description

Parsing-related functionality of the library.



Copyright © 2013 Code for America. All Rights Reserved.