xdoclet.tags
Class XmlTagsHandler

java.lang.Object
  |
  +--xdoclet.template.TemplateTagHandler
        |
        +--xdoclet.XDocletTagSupport
              |
              +--xdoclet.tags.XmlTagsHandler

public class XmlTagsHandler
extends XDocletTagSupport

XML template support tags.

Version:
$Revision: 1.4 $
Author:
Andrew Stevens

Fields inherited from class xdoclet.XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
 
Constructor Summary
XmlTagsHandler()
           
 
Method Summary
 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.
 
Methods inherited from class xdoclet.XDocletTagSupport
getClassTagValue, getClassTagValue, getConstructorTagValue, getCurrentClass, getCurrentConstructor, getCurrentField, getCurrentMethod, getCurrentPackage, getCurrentTag, getDocletContext, getFieldTagValue, getFieldTagValue, getMethodTagValue, getMethodTagValue, getParameterValue, getParameterValue, getTagValue, getTagValue, getTagValue, invalidParamValueFound, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, parsePropertyString, popCurrentClass, pushCurrentClass, replaceProperties, setCurrentClass, setCurrentConstructor, setCurrentField, setCurrentMethod, setCurrentPackage, setCurrentTag, tokenizeValue
 
Methods inherited from class xdoclet.template.TemplateTagHandler
generate, getContext, getEngine, getParser, setContext, setEngine, setParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTagsHandler

public XmlTagsHandler()
Method Detail

publicId

public java.lang.String publicId()
                          throws XDocletException
Returns the DTD's public ID for an XML template.
Returns:
The public ID
Throws:
XDocletException - Description of Exception
See Also:
XmlSubTask.getPublicId()

systemId

public java.lang.String systemId()
                          throws XDocletException
Returns the DTD's system ID for an XML template.
Returns:
The system ID
Throws:
XDocletException - Description of Exception
See Also:
XmlSubTask.getSystemId()

schema

public java.lang.String schema()
                        throws XDocletException
Returns the schema for an XML template.
Returns:
The schema
Throws:
XDocletException - Description of Exception
See Also:
XmlSubTask.getSchema()