xdoclet.tagshandler
Class XmlTagsHandler
public class XmlTagsHandler
XML template support tags.
String | publicId() - Returns the DTD's public ID for an XML template.
|
String | schema() - Returns the schema for an XML template.
|
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 , hasTag , isTagValueEqual , mandatoryParamNotFound , mandatoryTemplateTagParamNotFound , modifiers , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
publicId
public String publicId()
throws XDocletException
Returns the DTD's public ID for an XML template.
schema
public String schema()
throws XDocletException
Returns the schema for an XML template.
systemId
public String systemId()
throws XDocletException
Returns the DTD's system ID for an XML template.