+ this;
parent = parent.getDocument(fieldName);
}
if (parent instanceof ArrayEditor) {
ArrayEditor parentEditor = (ArrayEditor)parent;
parent = parentEditor.unwrap();
}
return (MutableArray)parent;
}
protected Collection<?> cloneValues( Collection<?> values ) {