Project

General

Profile

« Previous | Next » 

Revision 55603

Added by Enrico Ottonello almost 5 years ago

Added the element specificType for nonAVmanifestation elements

View differences:

EfgNonAvCreationConverter.java
105 105
			coll.setType(((Node) o).valueOf("./@type"));
106 106
			collections.add(coll);
107 107
		}
108

  
109
		// Specific Type
110
		record.setSpecificType(element.valueOf("//*[local-name() = 'specificType']").trim());
111

  
108 112
		record.getCollections().addAll(collections);
109 113

  
110 114
		return record;

Also available in: Unified diff