XML DOM Voorbeelden

The following example uses an XML file books.xml.

XML DOM loads XML

XML DOM Nodes Bereiken

Example explanation: Access a node

XML DOM Node Informatie

Example explanation: Node information

XML DOM node list and attribute list

Example explanation: Node list

XML DOM - Door het nodenboom bladeren

Example explanation: Traverse the node tree

XML DOM Nodes Loceren

Example explanation: Locate a node

XML DOM - Nodewaarden ophalen

Example explanation: Get node value

XML DOM - Nodewaarden wijzigen

Example explanation: Change node value

XML DOM Nodes Verwijderen

Example explanation: Delete a node

XML DOM Nodes Vervangen

Example explanation: Replace a node

XML DOM Nodes Creëren

Example explanation: Create a node

XML DOM Nodes Toevoegen

Voorbeeldverklaring: Nodes toevoegen

XML DOM Nodes Klonen

Voorbeeldverklaring: Kloon nodes