public abstract class Tag extends Object implements ITag
| Modifier and Type | Method and Description |
|---|---|
protected String |
description()
Sub-class can override this method to provide more information when the
tag object is printed out.
|
TagType |
getTagType()
Get tag type code.
|
String |
toString()
Print a base tag by its tag type name.
|
public TagType getTagType()
getTagType in interface ITagpublic String toString()
protected String description()
Copyright © 2023 The Apache Software Foundation. All rights reserved.