
Public Member Functions | |
| Element | getRoot () | 
| String | getHeader () | 
| Document (String header, Element root) | |
| Document (Element root) | |
| String | toString () | 
      
  | 
  ||||||||||||
| 
 Constructs a new document with given header and document root.  | 
  
      
  | 
  
| 
 Constructs a new document with the given element as root and default header.  | 
  
      
  | 
  
| 
 Returns the header of the document in unparsed textual form.  | 
  
      
  | 
  
| 
 Return the document root.  | 
  
      
  | 
  
| 
 Returns the textual representation of this document.  | 
  
 1.3.9.1