Class XmlDomCreator

java.lang.Object
org.digidoc4j.impl.asic.xades.XmlDomCreator

public class XmlDomCreator extends Object
  • Field Details

  • Constructor Details

    • XmlDomCreator

      public XmlDomCreator()
  • Method Details

    • createDocument

      public static Document createDocument(String namespaceURI, String qualifiedName, Element element)
      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 null
      qualifiedName - the qualified name of the document element to be created or null
      element - document Element
      Returns:
      Document