14.6. JDOM API Reference

API 14.9 org.jdom.input.DOMBuilder

public class DOMBuilder    // Constructors    public DOMBuilder();    public DOMBuilder(boolean validate);    public DOMBuilder(String adapterClass);    public DOMBuilder(String adapterClass, boolean validate);    // Methods    public Document build(org.w3c.dom.Document domDocument);    public Element build(org.w3c.dom.Element domElement);    // deprecated build methods not shown    public void setFactory(JDOMFactory factory);    public void setValidation(boolean validate);

API 14.10 org.jdom.Document

public class Document    // Constructors    public Document();    public Document(Element rootElement);    public Document(Element rootElement, DocType docType);    public Document(java.util.List content); ...

Get J2EE™ and JAX™: Developing Web Applications and Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.