Deprecated API


Contents
Deprecated Fields
org.ajax4jsf.org.w3c.tidy.Configuration.ASCII
            
org.ajax4jsf.org.w3c.tidy.Configuration.BIG5
            
org.ajax4jsf.org.w3c.tidy.Configuration.ISO2022
            
org.ajax4jsf.org.w3c.tidy.Configuration.LATIN1
            
org.ajax4jsf.org.w3c.tidy.Configuration.MACROMAN
            
org.ajax4jsf.org.w3c.tidy.Configuration.RAW
          use Tidy.setRawOut(true) for raw output 
org.ajax4jsf.org.w3c.tidy.Configuration.SHIFTJIS
            
org.ajax4jsf.org.w3c.tidy.Configuration.slidestyle
          does nothing 
org.ajax4jsf.org.w3c.tidy.Configuration.UTF16
            
org.ajax4jsf.org.w3c.tidy.Configuration.UTF16BE
            
org.ajax4jsf.org.w3c.tidy.Configuration.UTF16LE
            
org.ajax4jsf.org.w3c.tidy.Configuration.UTF8
            
org.ajax4jsf.org.w3c.tidy.Configuration.WIN1252
            
 

Deprecated Methods
org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChild(FacesContext, UIComponent, String, Set, Set)
          Use AjaxChildrenRenderer.encodeAjaxChildren(FacesContext,UIComponent,String,Set,Set) instead 
org.ajax4jsf.org.w3c.tidy.Tidy.getCharEncoding()
          from r8 tidy can use different encoding for input and output. This method will only return the input character encoding. 
org.richfaces.javacc.SimpleCharStream.getColumn()
            
org.ajax4jsf.org.w3c.tidy.Configuration.getInCharEncoding()
          use getInCharEncodingName() 
org.richfaces.javacc.SimpleCharStream.getLine()
            
org.ajax4jsf.org.w3c.tidy.Configuration.getOutCharEncoding()
          use getOutCharEncodingName() 
org.ajax4jsf.org.w3c.tidy.Tidy.getSlidestyle()
          does nothing 
org.ajax4jsf.org.w3c.tidy.Tidy.setCharEncoding(int)
          set input/output encoding using java encoding names 
org.ajax4jsf.org.w3c.tidy.Configuration.setInCharEncoding(int)
          use setInCharEncodingName(String) 
org.ajax4jsf.org.w3c.tidy.Configuration.setOutCharEncoding(int)
          use setOutCharEncodingName(String) 
org.ajax4jsf.org.w3c.tidy.Tidy.setSlidestyle(String)
          does nothing 
 



Copyright © 2008. All Rights Reserved.