public class XmlDomCreator extends Object
Constructor and Description |
---|
XmlDomCreator() |
Modifier and Type | Method and Description |
---|---|
static Document |
createDocument(String namespaceURI,
String qualifiedName,
Element element)
Creates a DOM Document object of the specified type with its document element.
|
public static final String ASICS_NS
public static Document createDocument(String namespaceURI, String qualifiedName, Element element)
namespaceURI
- the namespace URI of the document element to create or nullqualifiedName
- the qualified name of the document element to be created or nullelement
- document Element
Document
Copyright © 2023. All rights reserved.