Uses of Class
org.apache.commons.jelly.parser.XMLParser
Packages that use XMLParser
Package
Description
This package contains the main jelly API classes.
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 XMLParserModifier and TypeMethodDescriptionprotected XMLParserJellyContext.createXMLParser()Factory method to allow JellyContext implementations to overload how an XMLParser is created - such as to overload what the default ExpressionFactory should be.protected XMLParserJellyContext.getXMLParser() -
Uses of XMLParser in org.apache.commons.jelly.tags.core
Methods in org.apache.commons.jelly.tags.core that return XMLParserModifier and TypeMethodDescriptionprotected XMLParserParseTag.createJellyParser()Factory method to create a new Jelly parserParseTag.getJellyParser()Methods in org.apache.commons.jelly.tags.core with parameters of type XMLParserModifier and TypeMethodDescriptionvoidParseTag.setJellyParser(XMLParser jellyParser) Sets the jellyParser.