Package org.digidoc4j.impl.asic.xades
Class XmlDomCreator
java.lang.Object
org.digidoc4j.impl.asic.xades.XmlDomCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Document
createDocument
(String namespaceURI, String qualifiedName, Element element) Creates a DOM Document object of the specified type with its document element.
-
Field Details
-
ASICS_NS
- See Also:
-
-
Constructor Details
-
XmlDomCreator
public XmlDomCreator()
-
-
Method Details
-
createDocument
Creates a DOM Document object of the specified type with its document element.- Parameters:
namespaceURI
- the namespace URI of the document element to create or nullqualifiedName
- the qualified name of the document element to be created or nullelement
- documentElement
- Returns:
Document
-