The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

 perfSONAR_PS::Datatypes::Element -  static class for element manipulations

DESCRIPTION

      see each call description for details

getElement ()

    create   element from some data struct and return it as DOM
     accepts 1 parameter - hashref to named parameters
     where  'name' =>  name of the element
     'ns' => [ namespace id1, namespace id2 ...] array ref
     'parent' => parent DOM if provided ( element will be created in context of the parent),
     'attributes' =>  arrayhref to the array of attributes pairs 
    (where to get i-th attribute one has to  $attr->[i]->[0] for  name  and  $attr->[i]->[1]  for value) 
     and last one is 'text' => <CDATA>
    creates  new   element, returns this element
    

AUTHORS

   Maxim Grigoriev (FNAL)  2007, maxim@fnal.gov