Class SimpleDocumentBuilder

java.lang.Object
javax.xml.parsers.DocumentBuilder
org.jdesktop.dom.SimpleDocumentBuilder

public class SimpleDocumentBuilder extends DocumentBuilder

A DOM DocumentBuilder implementation that does not require the factory pattern for creation. Most of the time calling one of the static simpleParse methods is all that is required. Occasionally you may need to create an instance of SimpleDocumentBuilder to tweak some of the builder settings (such as setting an ErrorHandler or EntityResolver).