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