Searched refs:xmldecl (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dstreamlistener.rb89 def xmldecl version, encoding, standalone method in class:REXML.StreamListener
H A Dsax2listener.rb20 # xmldecl
88 def xmldecl version, encoding, standalone method in class:REXML.SAX2Listener
H A Dxmldecl.rb60 def xmldecl version, encoding, standalone method in class:REXML.XMLDecl
67 :xmldecl
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dxmlparser.rb51 @listener.xmldecl(version, encoding, standalone == 1)
85 def xmldecl(version, encoding, standalone) method in class:XMLParserListener
H A Drexmlparser.rb45 def xmldecl(version, encoding, standalone) method
H A Dparser.rb284 def xmldecl(version, encoding, standalone) method in class:ListenerMixin
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_pullparser.rb15 res[ :xmldecl ] = true if results.xmldecl?
24 [ :xmldecl, :doctype, :a, :b ].each { |tag|
H A Dlistener.rb46 def xmldecl version, encoding, standalone method in class:Listener
47 #puts "xmldecl #{version}"
H A Dtest_sax.rb171 def xmldecl( *arg ) method in class:SAX2Tester.KouListener
208 xmldecl = false
210 parser.listen( :xmldecl ) { xmldecl = true }
215 assert( xmldecl, ':xmldecl failed' )
217 assert( k1.decl, 'Listener for xmldecl failed' )
H A Dtest_listener.rb76 def xmldecl(a,b,c) method in class:BaseTester.AccentListener
/macosx-10.10/ruby-106/ruby/lib/rexml/parsers/
H A Dpullparser.rb93 # :notationdecl, :entity, :cdata, :xmldecl, or :error.
183 def xmldecl?
184 @contents[0] == :xmldecl
H A Dstreamparser.rb37 when :comment, :attlistdecl, :cdata, :xmldecl, :elementdecl
H A Dtreeparser.rb85 when :xmldecl
H A Dbaseparser.rb223 return [ :xmldecl, version, encoding, standalone ]
520 when :xmldecl
H A Dsax2parser.rb44 # :entitydecl, :notationdecl, :cdata, :xmldecl, :comment
182 :elementdecl, :cdata, :notationdecl, :xmldecl
/macosx-10.10/ruby-106/ruby/lib/rexml/validation/
H A Dvalidation.rb117 when :xmldecl
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_1.0.rb25 xmldecl = doc.xml_decl
27 assert_equal(version, xmldecl.version)
28 assert_equal(encoding, xmldecl.encoding.to_s)
29 assert_equal(standalone, !xmldecl.standalone.nil?)
H A Dtest_2.0.rb22 xmldecl = doc.xml_decl
24 assert_equal(version, xmldecl.version)
25 assert_equal(encoding, xmldecl.encoding.to_s)
26 assert_equal(standalone, !xmldecl.standalone.nil?)
H A Dtest_atom.rb70 xmldecl = doc.xml_decl
72 assert_equal(version, xmldecl.version)
73 assert_equal(encoding, xmldecl.encoding.to_s)
74 assert_equal(standalone, !xmldecl.standalone.nil?)
96 xmldecl = doc.xml_decl
98 assert_equal(version, xmldecl.version)
99 assert_equal(encoding, xmldecl.encoding.to_s)
100 assert_equal(standalone, !xmldecl.standalone.nil?)
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl138 $text tag configure xmldecl -elide 1
277 $path.text tag configure xmldecl -elide [expr !$showxmldecl]
357 array set xmldecl $nodeInfo(document:xmldecl)
358 set xmldecllist [list version $xmldecl(version)]
359 catch {lappend xmldecllist standalone $xmldecl(standalone)}
360 catch {lappend xmldecllist encoding $xmldecl(encoding)}
361 $path.text insert $data(insert) "<?xml[dom::Serialize:attributeList $xmldecllist]?>\n" [list $node xmldecl]
370 $path.text tag configure xmldecl -elide [expr ![Widget::cget $path -showxmldecl]]
371 $path.text tag raise xmldecl
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl207 document:xmldecl {version 1.0} \
552 array set xmldecl $node(document:xmldecl)
553 return $xmldecl($option)
573 catch {unset xmldecl}
574 array set xmldecl $node(document:xmldecl)
575 set xmldecl(encoding) $value
576 set node(document:xmldecl) [array get xmldecl]
[all...]
/macosx-10.10/expat-12/expat/amiga/include/libraries/
H A Dexpat.h170 XML_XmlDeclHandler xmldecl);
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h257 XML_XmlDeclHandler xmldecl);
/macosx-10.10/expat-12/expat/lib/
H A Dexpat.h193 XML_XmlDeclHandler xmldecl);
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h193 XML_XmlDeclHandler xmldecl);

Completed in 161 milliseconds

12