Help for this page

Select Code to Download


  1. or download this
      my $tempdoc =  XML::LibXML->createDocument($version,$encoding);
      my $docfrag = $tempdoc->createDocumentFragment();
    
  2. or download this
      my $element = XML::LibXML::Element->new( $tag );
    
  3. or download this
      my $element = $self->{ _HXS_parent }->ownerDocument->createElement($
    +tag);
    
  4. or download this
      my $element = $tempdoc->createElement($tag);
    
  5. or download this
      @MYCLASS::ISA = qw(XML::SAX::Base);
    
    ...
    
        return $el;
      }