public class XMLUtils extends Object
gessedafe@gmail.com| Modifier and Type | Class and Description |
|---|---|
static class |
XMLUtils.XMLException
A XML manipulation error.
|
| Constructor and Description |
|---|
XMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
createNSUnawareDocument()
Creates a
Document. |
static Document |
createNSUnawareDocument(InputStream stream,
String filename)
Creates a
Document from the given stream. |
public static Document createNSUnawareDocument(InputStream stream, String filename) throws XMLUtils.XMLException
Document from the given stream.stream - XMLUtils.XMLExceptionpublic static Document createNSUnawareDocument()
Document.XMLUtils.XMLExceptionCopyright © 2015. All rights reserved.