currentObject = treeObjectBuilder.buildNewInstance();
}
if (xmlDescriptor.getLocationAccessor() != null && xmlReader.getLocator() != null){
// Check to see if this Descriptor isLocationAware
// Store the snapshot of the current documentLocator
xmlLocation = new Locator2Impl(xmlReader.getLocator());
}
Object parentRecordCurrentObject = null;
if (null != this.parentRecord) {
parentRecordCurrentObject = parentRecord.getCurrentObject();