Class DOMBuilder

java.lang.Object
All Implemented Interfaces:
IDocumentElementRequestor, ILineStartFinder

public class DOMBuilder extends AbstractDOMBuilder implements IDocumentElementRequestor
Deprecated.
The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
The DOMBuilder constructs each type of JDOM document fragment, for the DOMFactory. The DOMBuilder has been separated from the DOMFactory to hide the implmentation of node creation and the public Requestor API methods.