Searched refs:end_document (Results 26 - 34 of 34) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DParser.pm81 $self->end_document({});
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DBuilder.pm46 sub end_document { subroutine
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DBase.pm1246 sub end_document { subroutine
1248 if (defined $self->{Methods}->{'end_document'}) {
1249 $self->{Methods}->{'end_document'}->(@_);
1262 elsif (defined $callbacks->{'ContentHandler'} and $method = $callbacks->{'ContentHandler'}->can('end_document') ) {
1264 $self->{Methods}->{'end_document'} = sub { $method->($handler, @_) };
1267 elsif (defined $callbacks->{'DocumentHandler'} and $method = $callbacks->{'DocumentHandler'}->can('end_document') ) {
1269 $self->{Methods}->{'end_document'} = sub { $method->($handler, @_) };
1272 elsif (defined $callbacks->{'Handler'} and $method = $callbacks->{'Handler'}->can('end_document') ) {
1274 $self->{Methods}->{'end_document'} = sub { $method->($handler, @_) };
1278 my $res = eval { $callbacks->{'ContentHandler'}->end_document(
[all...]
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL56 end_document => [qw(ContentHandler DocumentHandler Handler)],
657 =item * end_document
663 =item * end_document
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dbaseparser.rb163 # stream and return the last event, which is always :end_document.
195 return [ :end_document ] if empty?
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm620 $result = $self->{HANDLER}->end_document();
868 $retval = $self->{HANDLER}->end_document( {} );
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DPurePerl.pm104 return $self->end_document({});
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb93 @emitter.end_document !@emitter.streaming?
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DDSML.pm336 $handler->end_document;

Completed in 127 milliseconds

12