Uses of Class
org.apache.commons.jelly.parser.XMLParser

Packages that use XMLParser
org.apache.commons.jelly This package contains the main jelly API classes. 
org.apache.commons.jelly.tags.core The core Tags from the JSTL plus Jelly extensions. 
 

Uses of XMLParser in org.apache.commons.jelly
 

Methods in org.apache.commons.jelly that return XMLParser
protected  XMLParser JellyContext.getXMLParser()
           
protected  XMLParser JellyContext.createXMLParser()
          Factory method to allow JellyContext implementations to overload how an XMLParser is created - such as to overload what the default ExpressionFactory should be.
 

Uses of XMLParser in org.apache.commons.jelly.tags.core
 

Fields in org.apache.commons.jelly.tags.core declared as XMLParser
private  XMLParser ParseTag.jellyParser
          The Jelly parser
 

Methods in org.apache.commons.jelly.tags.core that return XMLParser
 XMLParser ParseTag.getJellyParser()
           
protected  XMLParser ParseTag.createJellyParser()
          Factory method to create a new Jelly parser
 

Methods in org.apache.commons.jelly.tags.core with parameters of type XMLParser
 void ParseTag.setJellyParser(XMLParser jellyParser)
          Sets the jellyParser.