com.japisoft.xmlpad.helper
Interface TagHelper

All Known Implementing Classes:
AbstractTagHelper

public interface TagHelper

This interface helps the UI to known available tag and required attributes

Author:
(c) 2003 JAPISOFT
See Also:
TagHelper

Method Summary
 void addTagDescriptor(TagDescriptor tag)
          add a new descriptor
 TagDescriptor[] getTags()
           
 void setLocation(java.lang.String location)
          Reset the current location for computing available tags
 

Method Detail

getTags

public TagDescriptor[] getTags()
Returns:
available tags

addTagDescriptor

public void addTagDescriptor(TagDescriptor tag)
add a new descriptor


setLocation

public void setLocation(java.lang.String location)
Reset the current location for computing available tags