xdoclet.modules.apache.struts
public class StrutsValidationXmlSubTask extends XmlSubTask
Version: $Revision: 1.12 $
UNKNOWN: August 23, 2002 display-name = "validation.xml" name = "strutsvalidationxml" parent = "xdoclet.modules.web.WebDocletTask" file = "validation-global.xml" relates-to = "validation.xml" description = "An XML unparsed entity * containing the global elements for the validation descriptor." file = "validation-forms.xml" relates-to = "validation.xml" description = "An XML unparsed entity * containing form validations."
| Field Summary | |
|---|---|
| protected static String | DTD_FILE_NAME_11 |
| protected static String | DTD_FILE_NAME_113 |
| protected static String | GENERATED_FILE_NAME |
| protected String | version |
| protected static String | VALIDATION_PUBLICID_11 |
| protected static String | VALIDATION_PUBLICID_113 |
| protected static String | VALIDATION_SYSTEMID_11 |
| protected static String | VALIDATION_SYSTEMID_113 |
| Constructor Summary | |
|---|---|
| StrutsValidationXmlSubTask()
Creates a new validation task instance. | |
| Method Summary | |
|---|---|
| void | execute()
Describe what the method does
|
| String | getVersion()
Gets the Version attribute of the task tag.
|
| void | setVersion(String version)
Sets the validator version to use. |
Throws: XDocletException
Returns: The Version value
Parameters: version
UNKNOWN: No.Defaultis "1.1".