public class Dom4JReader extends Object
| 构造器和说明 |
|---|
Dom4JReader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.dom4j.Document |
getDocument(File file) |
static org.dom4j.Document |
getDocument(InputSource inputSource) |
static org.dom4j.Document |
getDocument(InputStream inputStream) |
static org.dom4j.Document |
getDocument(Reader reader) |
static org.dom4j.Document |
getDocument(String text) |
static org.dom4j.Document |
getDocument(URL url) |
static org.dom4j.Document |
getFormatDocument(File file) |
static org.dom4j.Document |
getFormatDocument(File file,
String charset) |
static org.dom4j.Document |
getFormatDocument(InputSource inputSource) |
static org.dom4j.Document |
getFormatDocument(InputSource inputSource,
String charset) |
static org.dom4j.Document |
getFormatDocument(InputStream inputStream) |
static org.dom4j.Document |
getFormatDocument(InputStream inputStream,
String charset) |
static org.dom4j.Document |
getFormatDocument(String text) |
static org.dom4j.Document |
getFormatDocument(String text,
String charset) |
public static org.dom4j.Document getDocument(String text) throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic static org.dom4j.Document getFormatDocument(String text) throws org.dom4j.DocumentException, UnsupportedEncodingException
org.dom4j.DocumentExceptionUnsupportedEncodingExceptionpublic static org.dom4j.Document getFormatDocument(String text, String charset) throws org.dom4j.DocumentException, UnsupportedEncodingException
org.dom4j.DocumentExceptionUnsupportedEncodingExceptionpublic static org.dom4j.Document getDocument(File file) throws org.dom4j.DocumentException, IOException
org.dom4j.DocumentExceptionIOExceptionpublic static org.dom4j.Document getFormatDocument(File file) throws org.dom4j.DocumentException, IOException, UnsupportedEncodingException
org.dom4j.DocumentExceptionIOExceptionUnsupportedEncodingExceptionpublic static org.dom4j.Document getFormatDocument(File file, String charset) throws org.dom4j.DocumentException, IOException, UnsupportedEncodingException
org.dom4j.DocumentExceptionIOExceptionUnsupportedEncodingExceptionpublic static org.dom4j.Document getDocument(InputSource inputSource) throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic static org.dom4j.Document getFormatDocument(InputSource inputSource) throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic static org.dom4j.Document getFormatDocument(InputSource inputSource, String charset) throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic static org.dom4j.Document getDocument(InputStream inputStream) throws org.dom4j.DocumentException, IOException
org.dom4j.DocumentExceptionIOExceptionpublic static org.dom4j.Document getFormatDocument(InputStream inputStream) throws org.dom4j.DocumentException, IOException, UnsupportedEncodingException
org.dom4j.DocumentExceptionIOExceptionUnsupportedEncodingExceptionpublic static org.dom4j.Document getFormatDocument(InputStream inputStream, String charset) throws org.dom4j.DocumentException, IOException, UnsupportedEncodingException
org.dom4j.DocumentExceptionIOExceptionUnsupportedEncodingExceptionpublic static org.dom4j.Document getDocument(Reader reader) throws org.dom4j.DocumentException, IOException
org.dom4j.DocumentExceptionIOExceptionpublic static org.dom4j.Document getDocument(URL url) throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionCopyright © 2020 Nepxion. All rights reserved.