Enlist the method of DOM parser.
Answers
Answered by
1
SAX parser: An event-based sequential access parser API that only operates on portions of the XML document at any one time.
DOM parser: The Document Object Model parser is a hierarchy-based parser that creates an object model of the entire XML document, then hands that model to you to work with.
Answered by
0
The methods of DOM parser are using the processes for creating model of the total XML file. it can be done through:-
Through Java Script
innerHTML property or HTML source coding
Explanation:
- DOM parser is required for working with XML through an " graph of object" and it also referred to as “Document Object Model". The DOM praser creates a systematic structure of the XML document after loading the XML file in its memory for working
- The various methods that can be used for performing certain activities that are on HTML. Here the properties of HTML DOM values can be changed or set. The DOM praser is used as a standard for accessing and updating certain documents. It allows for updating of the content through its neutral interface
To know more about DOM praser
Explain DOM in Javascript.
https://brainly.in/question/8982035
Similar questions