|
Class Summary |
| CleanXMLStreamWriter |
Delegating XMLStreamWriter that filters out UTF-8 characters that
are illegal in XML, replacing them with a |
| DocCheck |
Class for checking a GedcomX document to make sure its references are consistent. |
| DocMap |
Utility class for simplifying the lookup of Person, SourceDescription, RecordDescription or Agent objects
in a GedcomX document. |
| FieldMap |
Class for helping to deal with connecting field values with record descriptors for historical records
and image browse data. |
| JsonRecordSetIterator |
Class for iterating through the 'record' elements (GedcomX documents) in a RecordSet one at a time
from a stream (e.g., a gzipped byte array) without having to inflate all the records at once. |
| JsonRecordSetWriter |
User: brenthale
Date: 6/8/2015
Copyright FamilySearch.org |
| LocaleUtil |
Class for helping to choose the "best" locale that is available, given a preferred locale (e.g., that is being
used by a particular user at a web site) and a default locale (e.g., English). |
| RecordSetWriter |
Class for streaming a RecordSet to an OutputStream in XML as records are being added. |
| XmlRecordSetIterator |
Class for iterating through the 'record' elements (GedcomX documents) in a RecordSet one at a time
from a stream (e.g., a gzipped byte array) without having to inflate all the records at once. |