public class DomUtil extends Object
| Constructor and Description |
|---|
DomUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
getDom(InputStream is)
Returns parsed dom tree or null if any error
|
static void |
saveDom(OutputStream os,
Element e)
save dom into ouputstream
|
public static Element getDom(InputStream is)
is - InputStream.public static void saveDom(OutputStream os, Element e)
os - e - Copyright © 2015 The Apache Software Foundation