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

12

/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dstream.rb25 def end_document implicit_end = !streaming? method in class:Psych.Stream.Emitter
H A Dhandler.rb31 :end_document,
92 def end_document implicit method in class:Psych.Handler
H A Dtree_builder.rb56 # Handles end_document events with +version+, +tag_directives+,
60 def end_document implicit_end = !streaming? method in class:Psych.TreeBuilder
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/handlers/
H A Ddocument_stream.rb16 def end_document implicit_end = !streaming? method in class:Psych.Handlers.DocumentStream
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/
H A DDebugHandler.pm27 sub end_document { subroutine
29 print "end_document\n" if $ENV{DEBUG_XML};
30 $self->{seen}{end_document}++;
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/json/
H A Dyaml_events.rb8 def end_document implicit_end = !streaming? method in class:Psych.JSON.YAMLEvents
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dlightparser.rb27 when :end_document
H A Dultralightparser.rb26 when :end_document
H A Dstreamparser.rb18 when :end_document
H A Dtreeparser.rb25 when :end_document
H A Dsax2parser.rb94 when :end_document
95 handle( :end_document )
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dsax2listener.rb13 # end_document
25 def end_document method in class:REXML.SAX2Listener
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/t/
H A Devents.pl64 end_document => {msg => 'parse complete'}
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_parser.rb53 [:start_stream, :start_document, :end_document, :alias, :scalar,
95 [3, :end_document],
111 [0, :end_document],
127 [19, :end_document],
308 assert_called :end_document, [true]
313 assert_called :end_document, [false]
H A Dtest_emitter.rb37 @emitter.end_document true
H A Dtest_encoding.rb143 @emitter.end_document false
162 @emitter.end_document false
179 @emitter.end_document false
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_sax.rb45 end_document = 0
47 parser.listen( :end_document ) { end_document += 1 }
86 assert_equal 1, end_document
168 def end_document method in class:SAX2Tester.KouListener
191 parser.listen(:end_document) { ed = true }
195 assert( ed, ':end_document block failed' )
197 assert( kl.edoc, ':end_document listener failed' )
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DSAX.pm76 return $self->end_document({});
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Demitter.rb27 @handler.end_document o.implicit_end
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Dvalidation.rb110 when :end_document
H A Drelaxng.rb113 when :end_document
118 end while event[0] != :end_document
241 when :end_document
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DGenerator.pm30 $self->{Handler}->end_document($document);
H A DBuilder.pm64 sub end_document { subroutine
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DPerlSAX.pm59 return $self->{DocumentHandler}->end_document( { } );
/macosx-10.9.5/ruby-104/ruby/ext/psych/
H A Dpsych_emitter.c191 /* call-seq: emitter.end_document(implicit)
195 * See Psych::Handler#end_document
197 static VALUE end_document(VALUE self, VALUE imp) function
519 rb_define_method(cPsychEmitter, "end_document", end_document, 1);

Completed in 103 milliseconds

12