|
|||||||||||
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 TemplateSubTask
templateSrc
- Describe what the parameter doespublic void startProcess() throws XDocletException
startProcess
in class TemplateSubTask
XDocletException
- 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 valueprotected void engineFinished() throws XDocletException
engineFinished
in class TemplateSubTask
XDocletException
- Describe the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |