Builds a valid OData Entry XML Post body from the entry argument. 
      Syntax
         
         public String buildODataDocument (IParserDocument document) throws ParserException
       
      Parameters
         
         
            - 
               entry – 
               The ODataEntry object to build the from
            
 
            - 
               document – 
               The ParserDocument object to build the from
            
 
         
       
      Returns
         The built documentThe built document
      Exceptions
         
         
            - 
               ParserException class – 
               If building has failed
            
 
            - 
               IllegalArgumentException – 
               If the argument is null Builds and representation of the document argument
            
 
            - 
               ParserException class – 
               If building document has failed
            
 
            - 
               IllegalArgumentException – 
               If the argument is null