public final class DOMUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
parse(InputStream is) |
static void |
serialize(Document document,
OutputStream os) |
public static Document parse(InputStream is) throws IOException
IOException
public static void serialize(Document document, OutputStream os) throws IOException
IOException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.