I know there are 3 different ways to parse xml
- using API
- DOM
- SAX

But i found that in Digester related examples xml parsing is also performed.

So I want to know whether Digester is also an xml parser or not?
If not what is the main purpose of using digester.

Thanks in advance.