Hi Konstantin,
On any decorable element (Note, BarLine...) you can call
Decoration[] getDecorations()
then you browse the Decoration array.
if (decoration.getType() == Decoration.FINGERING_1) {
//you have a 1
} else if (decoration.getType() == Decoration.FINGERING_2) {
//you have a é
}
!1!C and +1+C are parsed.
Happy 2015
Sylvain