xdoclet.tagshandler
public class XmlTagsHandler extends XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
Constructor and Description |
---|
XmlTagsHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
publicId()
Returns the DTD's public ID for an XML template.
|
java.lang.String |
schema()
Returns the schema for an XML template.
|
java.lang.String |
systemId()
Returns the DTD's system ID for an XML template.
|
delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
getXJavaDoc, setXJavaDoc
public java.lang.String publicId() throws XDocletException
XDocletException
- Description of ExceptionXmlSubTask.getPublicId()
public java.lang.String systemId() throws XDocletException
XDocletException
- Description of ExceptionXmlSubTask.getSystemId()
public java.lang.String schema() throws XDocletException
XDocletException
- Description of ExceptionXmlSubTask.getSchema()