Package org.gedcomx.util


package org.gedcomx.util
  • Class
    Description
    Delegating XMLStreamWriter that filters out UTF-8 characters that are illegal in XML, replacing them with a
    Class for checking a GedcomX document to make sure its references are consistent.
    Utility class for simplifying the lookup of Person, SourceDescription, RecordDescription or Agent objects in a GedcomX document.
    Class for helping to deal with connecting field values with record descriptors for historical records and image browse data.
    Object for documentation purposes only―captures what a list of identifiers looks like when serialized to JSON.
    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.
     
    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).
    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.
    Class for streaming a RecordSet to an OutputStream in XML as records are being added.
    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.