Jelly is a helper class which is capable of
running a Jelly script. This class can be used from the command line
or can be used as the basis of an Ant task.
setDefaultNamespaceURI(String namespace) Set the jelly namespace to use for unprefixed elements.
Will be overridden by an explicit namespace in the
XML document.
Parameters: namespace - jelly namespace to use (e.g.
the URL for the relative file name or absolute URL
setDefaultNamespaceURI
public void setDefaultNamespaceURI(String namespace)(Code)
Set the jelly namespace to use for unprefixed elements.
Will be overridden by an explicit namespace in the
XML document.
Parameters: namespace - jelly namespace to use (e.g. 'jelly:core')
public void setValidateXML(boolean validate)(Code)
When set to true, the XML parser will attempt to validate
the Jelly XML before converting it into a Script.
Parameters: validate - whether or not to validate