|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
| Nested Class Summary |
| Nested classes inherited from class xdoclet.TemplateSubTask |
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
| Field Summary |
| Fields inherited from class xdoclet.DocletSupport |
currentClassTag, currentFieldTag, currentMethodTag |
| Constructor Summary | |
XmlSubTask()
|
|
| 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. |
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)
Sets the PublicId attribute of the XmlSubTask object. |
void |
setSchema(String schema)
Sets the Schema attribute of the XmlSubTask object. |
protected void |
setSystemId(String systemId)
Sets the SystemId attribute of the XmlSubTask object. |
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 |
| Methods inherited from class xdoclet.SubTask |
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlSubTask()
| Method Detail |
public boolean getUseIds()
public String getXmlencoding()
public URL getDtdURL()
public String getPublicId()
public String getSystemId()
public String getSchema()
public boolean isValidateXML()
public void setUseIds(boolean useIds)
useIds - The new UseIds valuepublic void setXmlencoding(String xmlEncoding)
xmlEncoding - The new Xmlencoding valuepublic void setSchema(String schema)
schema - The new Schema valuepublic void setValidateXML(boolean flag)
flag - The new Validatexml valuepublic void copyAttributesFrom(TemplateSubTask templateSrc)
copyAttributesFrom in class TemplateSubTasktemplateSrc - Describe what the parameter does
public void startProcess()
throws XDocletException
startProcess in class TemplateSubTaskXDocletException - Describe the exceptionprotected void setDtdURL(URL dtdURL)
dtdURL - The new DtdURL valueprotected void setPublicId(String publicId)
publicId - The new PublicId valueprotected void setSystemId(String systemId)
systemId - The new SystemId value
protected void engineFinished()
throws XDocletException
engineFinished in class TemplateSubTaskXDocletException - Describe the exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||