
| Modifier and Type | Method and Description |
|---|---|
TagType<T> |
bodyContent(BodyContentType bodyContent)
Sets the
body-content element |
TagType<T> |
bodyContent(String bodyContent)
Sets the
body-content element |
TldAttributeType<TagType<T>> |
createAttribute()
Creates a new
attribute element |
IconType<TagType<T>> |
createIcon()
Creates a new
icon element |
TldExtensionType<TagType<T>> |
createTagExtension()
Creates a new
tag-extension element |
VariableType<TagType<T>> |
createVariable()
Creates a new
variable element |
TagType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
TagType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
TagType<T> |
dynamicAttributes(GenericBooleanType dynamicAttributes)
Sets the
dynamic-attributes element |
TagType<T> |
dynamicAttributes(String dynamicAttributes)
Sets the
dynamic-attributes element |
TagType<T> |
example(String example)
Sets the
example element |
List<TldAttributeType<TagType<T>>> |
getAllAttribute()
Returns all
attribute elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<TagType<T>>> |
getAllIcon()
Returns all
icon elements |
List<TldExtensionType<TagType<T>>> |
getAllTagExtension()
Returns all
tag-extension elements |
List<VariableType<TagType<T>>> |
getAllVariable()
Returns all
variable elements |
BodyContentType |
getBodyContent()
Returns the
body-content element |
String |
getBodyContentAsString()
Returns the
body-content element |
GenericBooleanType |
getDynamicAttributes()
Returns the
dynamic-attributes element |
String |
getDynamicAttributesAsString()
Returns the
dynamic-attributes element |
String |
getExample()
Returns the
example element |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
TldAttributeType<TagType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<TagType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
TldExtensionType<TagType<T>> |
getOrCreateTagExtension()
If not already created, a new
tag-extension element will be created and returned. |
VariableType<TagType<T>> |
getOrCreateVariable()
If not already created, a new
variable element will be created and returned. |
String |
getTagClass()
Returns the
tag-class element |
String |
getTeiClass()
Returns the
tei-class element |
TagType<T> |
id(String id)
Sets the
id attribute |
TagType<T> |
name(String name)
Sets the
name element |
TagType<T> |
removeAllAttribute()
Removes all
attribute elements |
TagType<T> |
removeAllDescription()
Removes the
description element |
TagType<T> |
removeAllDisplayName()
Removes the
display-name element |
TagType<T> |
removeAllIcon()
Removes all
icon elements |
TagType<T> |
removeAllTagExtension()
Removes all
tag-extension elements |
TagType<T> |
removeAllVariable()
Removes all
variable elements |
TagType<T> |
removeBodyContent()
Removes the
body-content attribute |
TagType<T> |
removeDynamicAttributes()
Removes the
dynamic-attributes attribute |
TagType<T> |
removeExample()
Removes the
example element |
TagType<T> |
removeId()
Removes the
id attribute |
TagType<T> |
removeName()
Removes the
name element |
TagType<T> |
removeTagClass()
Removes the
tag-class element |
TagType<T> |
removeTeiClass()
Removes the
tei-class element |
TagType<T> |
tagClass(String tagClass)
Sets the
tag-class element |
TagType<T> |
teiClass(String teiClass)
Sets the
tei-class element |
TagType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsTagTypeList<String> getAllDescription()
description elementsdescriptionTagType<T> removeAllDescription()
description elementTagTypeTagType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsTagTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameTagType<T> removeAllDisplayName()
display-name elementTagTypeIconType<TagType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<TagType<T>> createIcon()
icon elementIconType> TagType<T> removeAllIcon()
icon elementsIconType> TagType<T> name(String name)
name elementname - the value for the element nameTagTypeString getName()
name elementnameTagType<T> removeName()
name elementTagTypeTagType<T> tagClass(String tagClass)
tag-class elementtagClass - the value for the element tag-classTagTypeString getTagClass()
tag-class elementtag-classTagType<T> removeTagClass()
tag-class elementTagTypeTagType<T> teiClass(String teiClass)
tei-class elementteiClass - the value for the element tei-classTagTypeString getTeiClass()
tei-class elementtei-classTagType<T> removeTeiClass()
tei-class elementTagTypeTagType<T> bodyContent(BodyContentType bodyContent)
body-content elementbodyContent - the value for the element body-contentTagTypeTagType<T> bodyContent(String bodyContent)
body-content elementbodyContent - the value for the element body-contentTagTypeBodyContentType getBodyContent()
body-content elementbody-contentString getBodyContentAsString()
body-content elementbody-contentTagType<T> removeBodyContent()
body-content attributeTagTypeVariableType<TagType<T>> getOrCreateVariable()
variable element will be created and returned.
Otherwise, the first existing variable element will be returned.variableVariableType<TagType<T>> createVariable()
variable elementVariableType> List<VariableType<TagType<T>>> getAllVariable()
variable elementsvariableTagType<T> removeAllVariable()
variable elementsVariableType> TldAttributeType<TagType<T>> getOrCreateAttribute()
attribute element will be created and returned.
Otherwise, the first existing attribute element will be returned.attributeTldAttributeType<TagType<T>> createAttribute()
attribute elementTldAttributeType> List<TldAttributeType<TagType<T>>> getAllAttribute()
attribute elementsattributeTagType<T> removeAllAttribute()
attribute elementsTldAttributeType> TagType<T> dynamicAttributes(GenericBooleanType dynamicAttributes)
dynamic-attributes elementdynamicAttributes - the value for the element dynamic-attributesTagTypeTagType<T> dynamicAttributes(String dynamicAttributes)
dynamic-attributes elementdynamicAttributes - the value for the element dynamic-attributesTagTypeGenericBooleanType getDynamicAttributes()
dynamic-attributes elementdynamic-attributesString getDynamicAttributesAsString()
dynamic-attributes elementdynamic-attributesTagType<T> removeDynamicAttributes()
dynamic-attributes attributeTagTypeTagType<T> example(String example)
example elementexample - the value for the element exampleTagTypeString getExample()
example elementexampleTagType<T> removeExample()
example elementTagTypeTldExtensionType<TagType<T>> getOrCreateTagExtension()
tag-extension element will be created and returned.
Otherwise, the first existing tag-extension element will be returned.tag-extensionTldExtensionType<TagType<T>> createTagExtension()
tag-extension elementTldExtensionType> List<TldExtensionType<TagType<T>>> getAllTagExtension()
tag-extension elementstag-extensionTagType<T> removeAllTagExtension()
tag-extension elementsTldExtensionType> TagType<T> id(String id)
id attributeid - the value for the attribute idTagTypeString getId()
id attributeidCopyright © 2025 JBoss by Red Hat. All rights reserved.