Searched refs:cloneSubtree (Results 1 – 4 of 4) sorted by relevance
67 this.permitted = cloneSubtree(permitted); in NameConstraints()68 this.excluded = cloneSubtree(excluded); in NameConstraints()85 return cloneSubtree(permitted); in getPermittedSubtrees()90 return cloneSubtree(excluded); in getExcludedSubtrees()114 private static GeneralSubtree[] cloneSubtree(GeneralSubtree[] subtrees) in cloneSubtree() method in NameConstraints
436 cloneSubtree(newNode);448 public void cloneSubtree(XMPNode destination)
693 sourceItem.cloneSubtree(destNode); in appendSubtree()701 sourceItem.cloneSubtree(destItem); in appendSubtree()
341 var subTree = tree.cloneSubtree(opt_label);637 CallTree.prototype.cloneSubtree = function(label) { method in CallTree