Class TextFormatParseInfoTree


  • public class TextFormatParseInfoTree
    extends Object
    Data structure which is populated with the locations of each field value parsed from the text.

    The locations of primary fields values are retrieved by getLocation or getLocations. The locations of sub message values are within nested TextFormatParseInfoTrees and are retrieve by getNestedTree or getNestedTrees.

    The TextFormatParseInfoTree is created by a Builder.