Package de.smartsquare.squit.io
Object SAXReaderSupport
-
- All Implemented Interfaces:
public class SAXReaderSupportObject extending the SAXReader with utility methods.
-
-
Field Summary
Fields Modifier and Type Field Description public final static SAXReaderSupportINSTANCE
-
Method Summary
Modifier and Type Method Description final Documentread(Path path)Reads and returns a org.dom4j.Document at the given path. -
-
Method Detail
-
read
final Document read(Path path)
Reads and returns a org.dom4j.Document at the given path.
This is a safe operation, as such the file is correctly closed.
-
-
-
-