sub new_elt { my $self = shift; return XML::Twig::Elt->new(@_); } #### sub XML::Twig::new_elt { my $self = shift; return my_elt_class->new(@_); }