|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataParser | |
|---|---|
| org.codeforamerica.open311.internals.parsing | Parsing-related functionality of the library. |
| Uses of DataParser in org.codeforamerica.open311.internals.parsing |
|---|
| Classes in org.codeforamerica.open311.internals.parsing that implement DataParser | |
|---|---|
class |
AbstractParser
Contains common methods of the different DataParser implementations. |
class |
JSONParser
Implementation of a DataParser which takes JSON data as input. |
class |
XMLParser
Parses XML files using DOM. |
| Methods in org.codeforamerica.open311.internals.parsing that return DataParser | |
|---|---|
DataParser |
DataParserFactory.buildDataParser(Format format)
Builds a data parser taking care of the desired format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||