xdoclet
public class XmlSubTask extends TemplateSubTask
Version: $Revision: 1.25 $
UNKNOWN: Oct 13, 2001 name = "xml" parent = "xdoclet.DocletTask" display-name = "Standard Subtask for XML generation"
Method Summary | |
---|---|
void | copyAttributesFrom(TemplateSubTask templateSrc)
Describe what the method does
|
protected void | engineFinished()
Describe what the method does
|
URL | getDtdURL()
Gets the DtdURL attribute of the XmlSubTask object.
|
String | getPublicId()
Gets the PublicId attribute of the XmlSubTask object.
|
String | getSchema()
Gets the Schema attribute of the XmlSubTask object.
|
URL | getSchemaURL()
Gets the SchemaURL attribute of the XmlSubTask object.
|
String | getSystemId()
Gets the SystemId attribute of the XmlSubTask object.
|
boolean | getUseIds()
Gets the UseIds attribute of the XmlSubTask object.
|
String | getXmlencoding()
Gets the Xmlencoding attribute of the XmlSubTask object.
|
boolean | isValidateXML()
Gets the ValidateXML attribute of the XmlSubTask object.
|
protected void | setDtdURL(URL dtdURL)
Sets the DtdURL attribute of the XmlSubTask object.
|
protected void | setPublicId(String publicId)
The PUBLIC ID of the DTD to which the generated document should conform.
|
void | setSchema(String schema)
The XML Schema to which the generated document should conform.
|
protected void | setSchemaURL(URL url)
Sets the SchemaURL attribute of the XmlSubTask object.
|
protected void | setSystemId(String systemId)
The SYSTEM ID of the DTD to which the generated document should conform.
|
void | setUseIds(boolean useIds)
If this attribute is set to true, XDoclet will generate id attributes in the XML document. |
void | setValidateXML(boolean flag)
If this is set to true, the generated XML will be validated against its DTD or XML Schema.
|
void | setXmlencoding(String xmlEncoding)
The encoding of the produced xml file. |
void | startProcess()
Describe what the method does
|
Parameters: templateSrc Describe what the parameter does
Throws: XDocletException Describe the exception
Returns: The DtdURL value
Returns: The PublicId value
Returns: The Schema value
Returns: The SchemaURL value
Returns: The SystemId value
Returns: The UseIds value
Returns: The Xmlencoding value
Returns: The ValidateXML value
Parameters: dtdURL The new DtdURL value
Parameters: publicId The new PublicId value
Parameters: schema The new Schema value
Parameters: url The new SchemaURL value
Parameters: systemId The new SystemId value
Parameters: useIds The new UseIds value
UNKNOWN: "No. Default is 'false'"
Parameters: flag The new Validatexml value
UNKNOWN: No,defaultis false.
Parameters: xmlEncoding The new Xmlencoding value
UNKNOWN: "No, default is 'UTF-8'"
Throws: XDocletException Describe the exception