public class Tag extends Object
Java class for tagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tagType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="name" type="{http://java.sun.com/xml/ns/javaee}tld-canonical-nameType"/>
<element name="tag-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="tei-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="body-content" type="{http://java.sun.com/xml/ns/javaee}body-contentType"/>
<element name="variable" type="{http://java.sun.com/xml/ns/javaee}variableType" maxOccurs="unbounded" minOccurs="0"/>
<element name="attribute" type="{http://java.sun.com/xml/ns/javaee}tld-attributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="dynamic-attributes" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
<element name="example" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
<element name="tag-extension" type="{http://java.sun.com/xml/ns/javaee}tld-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TldAttribute> |
attribute |
protected BodyContent |
bodyContent |
protected TextMap |
description |
protected TextMap |
displayName |
protected String |
dynamicAttributes |
protected String |
example |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected String |
name |
protected String |
tagClass |
protected List<TldExtension> |
tagExtension |
protected String |
teiClass |
protected List<Variable> |
variable |
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
List<TldAttribute> |
getAttribute() |
BodyContent |
getBodyContent() |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
String |
getDynamicAttributes() |
String |
getExample() |
Icon |
getIcon() |
Map<String,Icon> |
getIconMap() |
Collection<Icon> |
getIcons() |
String |
getId() |
String |
getName() |
String |
getTagClass() |
List<TldExtension> |
getTagExtension() |
String |
getTeiClass() |
List<Variable> |
getVariable() |
void |
setBodyContent(BodyContent value) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setDynamicAttributes(String value) |
void |
setExample(String value) |
void |
setId(String value) |
void |
setName(String value) |
void |
setTagClass(String value) |
void |
setTeiClass(String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String name
protected String tagClass
protected String teiClass
protected BodyContent bodyContent
protected List<TldAttribute> attribute
protected String dynamicAttributes
protected String example
protected List<TldExtension> tagExtension
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public String getName()
public void setName(String value)
public String getTagClass()
public void setTagClass(String value)
public String getTeiClass()
public void setTeiClass(String value)
public BodyContent getBodyContent()
public void setBodyContent(BodyContent value)
public List<TldAttribute> getAttribute()
public String getDynamicAttributes()
public void setDynamicAttributes(String value)
public String getExample()
public void setExample(String value)
public List<TldExtension> getTagExtension()
public String getId()
public void setId(String value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.