• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/

Lines Matching refs:children

1825   # can be list of children or value itself. Traverse only children
1961 my($undef, $attrs, $children) = @$ref;
1964 return unless ref $children;
1965 for (@$children) {$self->traverse_ids($_)};
1971 my($name, $attrs, $children, $value) = @$ref;
2008 ($children, $value) = (undef, $children) unless ref $children;
2011 [$ref->[5], $attrs, $children, $value]
2018 my($name, $attrs, $children, $value) = @$ref;
2098 my $res = $self->typecast($value, $name, $attrs, $children, $type);
2121 [map { scalar(($self->decode_object($_))[1]) } @{$children || []}]
2126 @$res = map { scalar(($self->decode_object($_))[1]) } @{$children || []};
2130 if (ref $children && exists SOAP::Utils::o_lattr($children->[0])->{"{$SOAP::Constants::NS_ENC}position"}) {
2132 for (my $pos = 0; $pos < @$children; $pos++) {
2134 my($position) = SOAP::Utils::o_lattr($children->[$pos])->{"{$SOAP::Constants::NS_ENC}position"} =~ /^\[(\d+)\]$/
2157 (ref $children || defined $class && $value =~ /^\s*$/)) {
2161 # %$res = map {$self->decode_object($_)} @{$children || []}; # removed in patch
2163 foreach my $child (@{$children || []}) {
2186 $res = $self->$method($value, $name, $attrs, $children, $type);
2188 $res = $self->typecast($value, $name, $attrs, $children, $type);
2706 my($name, $attrs, $children, $value) = @$ref;
2713 -> set_value(ref $children && @$children ? map(scalar(($self->decode_object($_))[1]), @$children) : $value);
3711 Shortcut for C<< serializer->use_prefix() >>. This lets you turn on/off the use of a namespace prefix for the children of the /Envelope/Body element. Default is 'true'. (This was introduced in 0.61 for better .NET compatibility)