Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class HtmlDocument   37 
Since:  
2.0  
 
getFullHtml 
public java.lang.String getFullHtml(
RequestData
 requestData) 
                             throws 
com.cisco.proxy.error.ProxyParserException 
Converts document object back to an HTML string for output to client, 
formatting links, etc. appropriately.  
Parameters:  
requestData
 - Proxy request information object from which base URL 
information will be derived  
Returns:  
The fullHtml value  
Throws:  
com.cisco.proxy.error.ProxyParserException
 - Description of Exception  
Since:  
2.0  
setCharset 
public void setCharset(java.lang.String charset) 
                throws 
com.cisco.proxy.error.CharsetChangeParserException 
Sets the charset attribute of the HtmlDocument object