Document Centric XML processing is a notion first introduced in VTD-XML. Before VTD-XML, traditional XML processing models (e.g. DOM, SAX and JAXB etc.) are designed around the notion of objects. The XML text, merely as the serialization of the objects, is relegated to the status of a second-class citizen. Applications are based on DOM nodes, string and various business objects, but rarely on the physical documents. This object-oriented approach of XML processing has serious issues because of the performance hits from virtually all directions. Not only are object creation and garbage collection inherently memory and CPU inefficient, but applications incur the cost of re-serialization with even the smallest changes to the original text.
| Graph IRI | Count |
|---|---|
| http://dbkwik.webdatacommons.org | 10 |