public class DOMTools extends Object
| Modifier and Type | Field and Description |
|---|---|
static Element[] |
NO_ELEMENTS |
public static final Element[] NO_ELEMENTS
public static Document createDocument()
public static Map<String,String> getNamespaceDeclarations(Element element)
element - public static Document parseDocument(byte[] value) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Document parseDocument(File file) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Document parseDocument(InputStream is, boolean close) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Document parseDocument(Reader r) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Document parseDocument(String value) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Element parseElement(byte[] value) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Element parseElement(File file) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Element parseElement(InputStream is, boolean close) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Element parseElement(String value) throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.