XML data binding: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 117.199.23.253 to version by 167.107.191.217. False positive? Report it. Thanks, ClueBot NG. (707715) (Bot)
replaced generic object with business object in the introduction
Line 1:
'''XML data binding''' refers to a means of representing information in an [[XML]] document as an [[ObjectBusiness_object|business (computer science)|object]] in computer memory. This allows [[Application software|applications]] to access the data in the XML from the object rather than using the [[Document Object Model|DOM]] or [[Simple API for XML|SAX]] to retrieve the data from a direct representation of the XML itself.
 
An XML data binder accomplishes this by automatically creating a mapping between elements of the [[XML schema]] of the document we wish to bind and [[Instance variable|members]] of a [[Class (computer science)|class]] to be represented in memory.