Show
Ignore:
Timestamp:
04/24/08 13:52:45 (7 months ago)
Author:
daisuke
Message:

docs, make parse_xml a simple alias to parse_response

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Response.pm

    r10275 r10285  
    2222} 
    2323 
    24 sub parse_xml 
    25 { 
    26     my $self = shift; 
    27     $self->parse_response; 
    28 } 
     24*parse_xml = \&parse_response; 
    2925 
    30261; 
     
    3531 
    3632Webservice::Simple::Response - Adds a parse_response() to HTTP::Response 
     33 
     34=head1 SYNOPSIS 
     35 
     36  # Internal use only 
     37 
     38=head1 METHODS 
     39 
     40=head2 new_from_response 
     41 
     42=head2 parse_response 
     43 
     44Parses the response content using the specified parser 
     45 
     46=head2 parse_xml 
     47 
     48This is a n alias for parse_response() for backwards compatibility. 
     49Use parse_response instead. 
    3750 
    3851=head1 AUTHOR