List of usage examples for org.dom4j.bean BeanDocumentFactory getInstance
public static DocumentFactory getInstance()
Access to the singleton instance of this factory.
From source file:org.dom4j.samples.bean.BeanDemo.java
License:Open Source License
protected Document parse(String url) throws Exception { SAXReader reader = new SAXReader(BeanDocumentFactory.getInstance()); return reader.read(url); }