public marks

PUBLIC MARKS with tag domparser

25 February 2006 18:15

Processing XML with the XML Pull Parser

by bcpbcp (via)
The DOMParser is probably the most commonly used Java object for reading and validating XML documents. The DOMParser reads the XML and (depending on the parser initialization) will validate the XML against an XML schema. If the XML is valid, the DOMParser will return a Document (DOM) object, which represents the XML as a tree structure. The XML can be processed by walking this tree. An example of how the DOMParser can be applied to processing arithmetic expressions in XML format is discussed on a companion web page.

PUBLIC TAGS related to tag domparser

2006 +   java +   processing +   tutorial +   web +   www.bearcave.com +   xml +  

Active users

bcpbcp
last mark : 25/02/2006 18:26