parse(String input) This will parse the RelationshipInfo file returning a List of Relationship objects.
XML format for the RelationshipInfo file is:
Parameters: input - the RelationshipInfo file. throws: ParserConfigurationException - if the xml parsing fails. throws: SAXException - if the xml parsing fails. throws: IOException - if the xml parsing fails.
This will parse the RelationshipInfo file returning a List of Relationship objects.
XML format for the RelationshipInfo file is:
Parameters: input - the RelationshipInfo file. throws: ParserConfigurationException - if the xml parsing fails. throws: SAXException - if the xml parsing fails. throws: IOException - if the xml parsing fails. a sorted List of Relationship objects.