xdoclet.tagshandler

Class XmlTagsHandler

public class XmlTagsHandler extends XDocletTagSupport

XML template support tags.

Version: $Revision: 1.7 $

Author: Andrew Stevens

UNKNOWN: Dec 20, 2001 namespace = "Xml"

Method Summary
StringpublicId()
Returns the DTD's public ID for an XML template.
Stringschema()
Returns the schema for an XML template.
StringsystemId()
Returns the DTD's system ID for an XML template.

Method Detail

publicId

public String publicId()
Returns the DTD's public ID for an XML template.

Returns: The public ID

Throws: XDocletException Description of Exception

See Also: getPublicId

UNKNOWN: type = "content"

schema

public String schema()
Returns the schema for an XML template.

Returns: The schema

Throws: XDocletException Description of Exception

See Also: getSchema

UNKNOWN: type = "content"

systemId

public String systemId()
Returns the DTD's system ID for an XML template.

Returns: The system ID

Throws: XDocletException Description of Exception

See Also: getSystemId

UNKNOWN: type = "content"