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 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.protected XMLParser
JellyContext.getXMLParser()
-
Uses of XMLParser in org.apache.commons.jelly.tags.core
Methods in org.apache.commons.jelly.tags.core that return XMLParserModifier and TypeMethodDescriptionprotected XMLParser
ParseTag.createJellyParser()
Factory method to create a new Jelly parserParseTag.getJellyParser()
Methods in org.apache.commons.jelly.tags.core with parameters of type XMLParserModifier and TypeMethodDescriptionvoid
ParseTag.setJellyParser
(XMLParser jellyParser) Sets the jellyParser.