faqts : Computers : Programming : Languages : JavaScript : XML : E4X (ECMAScript for XML) : XML objects

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

How do I use the method contains?
How do I use the method contains?

Apr 10th, 2005 01:46
Martin Honnen,


The method contains takes one argument, a value to be compared against
this XML object. Calling
  xmlObject.contains(value)
yields the same result as the equality comparsion
  xmlObject == value