9.7 Customizing Nodes

<..DOM clone..>
 Element e = doc.getDocumentElement();
 e.appendChild( e.cloneNode(true) );
 new TreeTraverser (doc);
-_-_-
<?xml version="1.0" encoding="UTF-8"?>  
<article xmlns="x:y" attr="ignored">  
  <section>  
    A &amp; B  
  </section>  
</article>  
#document  
  article  
    #text  
    section  
      #text  
    #text  
    article  
      #text  
      section  
        #text  
      #text