xdoclet.tagshandler
public class XmlTagsHandler extends XDocletTagSupport
Version: $Revision: 1.7 $
UNKNOWN: Dec 20, 2001 namespace = "Xml"
Method Summary | |
---|---|
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.
|
Returns: The public ID
Throws: XDocletException Description of Exception
See Also: getPublicId
UNKNOWN: type = "content"
Returns: The schema
Throws: XDocletException Description of Exception
See Also: getSchema
UNKNOWN: type = "content"
Returns: The system ID
Throws: XDocletException Description of Exception
See Also: getSystemId
UNKNOWN: type = "content"