Which of the following statements are generally true about DOM parsers?
A.
DOM parsers provide iterators that pull XML content into an application on demand.
B.
DOM parsers use a streaming model in which the parser calls back into the application when specific elements are parsed.
C.
DOM parsers convert an XML document into a tree structure, which can make it easier to do whole document analyses.
D.
DOM parsers tend to use more memory than the other kinds of Parsers we discussed in this lesson.