Method Summary |
|
public void | addTag(DocumentationTagged tag) Adds a tag. |
public Element | buildXML(Document d) Output this object as XML. |
public DocumentationTagged | findTag(String tag, String item) |
public SourceObjectDeclared | getSourceObjectDeclared() Returns the source object declared. |
public Enumeration | getTags() Returns the tags. |
public void | initFromXML(Element element) Initialize this object from XML. |
public void | removeAllTags() Removes all tags. |
public void | removeTag(DocumentationTagged tag) Removes a tag. |
public void | setRaw(String raw) Extends Documentation.setRaw(String raw). |
public void | setSourceObjectDeclared(SourceObjectDeclared sourceObjectDeclared) Sets the source object declared. |
protected static String | workaroundAvoidSingleStar(String s) |
protected static String | workaroundRestoreSingleStar(String s) |