Deprecated API


Contents
Deprecated Methods
org.apache.commons.jelly.parser.XMLParser.getReader()
          Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiated 
org.apache.commons.jelly.TagSupport.isTrim()
          Trimming is now handled during parsing of the script, like it does in XSLT. 
org.apache.commons.jelly.TagSupport.setTrim(boolean)
          Trimming is now handled during parsing of the script, like it does in XSLT. 
org.apache.commons.jelly.TagSupport.trimBody()
          Trimming is now handled during parsing of the script, like it does in XSLT. 
 

Deprecated Constructors
org.apache.commons.jelly.impl.StaticTagScript(TagFactory)
          The tag name is inferred automatically, so no need to set a tag factory. Use the default constructor. 
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.