createDocument function
Create a new Dingo document with version information.
Implementation
DocumentNode createDocument() {
var newNode = DocumentNode();
newNode.setDeclaration("dingo", "version", "1.0");
return newNode;
}
Create a new Dingo document with version information.
DocumentNode createDocument() {
var newNode = DocumentNode();
newNode.setDeclaration("dingo", "version", "1.0");
return newNode;
}