GeoEco.Metadata.ClassMetadata.AppendXMLNodes

ClassMetadata.AppendXMLNodes(node, document)

Appends the metadata to the specified xml.dom.Node object as child nodes.

This function is called by the GeoEco build script when it produces the file Metadata.xml, which contains all of the GeoEco metadata in a single XML file. This file is input to various other build operations.

Parameters:
  • node (Node) – xml.dom.Node to which metadata should be appended.

  • document (Node) – xml.dom.Node that represents the XML document. The function uses this node to create new objects.