@OpenApiAll public class TagImpl extends java.lang.Object implements Tag
Constructor and Description |
---|
TagImpl()
Create an empty tag.
|
TagImpl(java.lang.String kind,
java.lang.String text)
Create a doc tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Tag> |
getInlineTags()
Return a collection of tags.
|
java.lang.String |
getKind()
Return the kind of this tag.
|
java.lang.String |
getRawText()
Return the text of this tag.
|
com.nomagic.magicreport.engine.ITool.HTMLString |
getText()
Return the text of this tag.
|
java.lang.String |
toString()
Return the text of this tag.
|
public TagImpl()
public TagImpl(java.lang.String kind, java.lang.String text)
kind
- the kind of tag that this Tag representstext
- the text of this tagpublic java.util.Collection<Tag> getInlineTags()
getInlineTags
in interface Tag
public java.lang.String getKind()
public com.nomagic.magicreport.engine.ITool.HTMLString getText()
public java.lang.String getRawText()
getRawText
in interface Tag
public java.lang.String toString()
toString
in class java.lang.Object