Lines Matching refs:note_list
512 my @kid = $obj->getKids(); # kids of note_list are note
529 print STDERR "invalid tag in <note_list> block: $class\n";
561 %note_list = (); # noteList string list id to obj
580 register('note_list', 0, \¬e_list);
791 defined $note_list{$note_list_id}) {
792 my %note_hash_ref = $note_list{$note_list_id}->getNotes;
885 sub note_list {
891 if (defined $note_list{$id}) {
892 print STDERR "note_list \'$id\' already defined\n";
896 print "note_list = $id\n" if $main::debug;
897 $note_list{$id} = new noteList($obj, $id);
901 "note_list element is missing required id attribute\n";