XMLReader::expand
  Returns a copy of the current node as a DOM object
  
 
  Description
  
   public
   DOMNode
    XMLReader::expand
    ([ DOMNode $basenode
  ] )
  
  
 
  Parameters
  
   
    
     - 
basenode
- 
      
       A DOMNode defining the target DOMDocument for the created DOM object.
       
 
 
  Return Values
  
   The resulting DOMNode or FALSE on error.