Package com.floragunn.codova.documents
Class DocNode.DocNodeParserBuilder
- java.lang.Object
-
- com.floragunn.codova.documents.DocNode.DocNodeParserBuilder
-
-
Method Detail
-
from
public DocNode from(Reader in) throws DocumentParseException, IOException
- Throws:
DocumentParseExceptionIOException
-
from
public DocNode from(String string) throws DocumentParseException
- Throws:
DocumentParseException
-
from
public DocNode from(byte[] bytes) throws DocumentParseException
- Throws:
DocumentParseException
-
from
public DocNode from(InputStream in) throws DocumentParseException, IOException
- Throws:
DocumentParseExceptionIOException
-
from
public DocNode from(File file) throws DocumentParseException, FileNotFoundException, IOException
-
-