InterviewSolution
Saved Bookmarks
| 1. |
What Is Xml Binding? |
|
Answer» Maps XML to in-memory objects ACCORDING to a schema Generates classes to represent XML elements:
Supports three PRIMARY operations:
includes validation of the XML against the schema: used to generate the classes of the objects validation of object trees against the schema used to generate their classes
Maps XML to in-memory objects according to a schema Generates classes to represent XML elements: Supports three primary operations: includes validation of the XML against the schema: used to generate the classes of the objects validation of object trees against the schema used to generate their classes |
|