org.apache.tuscany.spi.databinding.extension
Class DOMHelper
java.lang.Object
org.apache.tuscany.spi.databinding.extension.DOMHelper
public final class DOMHelper
- extends Object
Helper for DOM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newDocument
public static Document newDocument()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
newDocumentBuilder
public static DocumentBuilder newDocumentBuilder()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
getQName
public static QName getQName(Node node)
createElement
public static Element createElement(Document document,
QName name)
-