|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tag
Tag interface used to describe XML tag
Method Summary | |
---|---|
void |
addAttribute(TagAttribute attr)
Add attribute to this tag |
void |
addSubTag(Tag subTag)
Add sub tag to this tag |
TagAttribute[] |
getAttributes()
Get attributes of this tag |
java.lang.String |
getAttributeValue(java.lang.String key)
Get attribute value by desired attribute name key |
java.lang.String |
getFileLocation()
Get file location who contains this tag |
java.lang.String |
getName()
Get Tag Name |
Tag[] |
getSubTagByName(java.lang.String name)
Get sub tags by tag name |
Tag[] |
getSubTags()
Get sub tags of this tag |
void |
removeAttribute(java.lang.String name)
Remove attribute whose name matches desired string from this tag |
void |
setFileLocation(java.lang.String fileLocation)
Set file location who contains this tag |
void |
setName(java.lang.String name)
Set Tag Name |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- tag nameTag[] getSubTags()
void addSubTag(Tag subTag)
subTag
- tag to be add as sub tagTagAttribute[] getAttributes()
void addAttribute(TagAttribute attr)
attr
- attribute to be addedjava.lang.String getAttributeValue(java.lang.String key)
key
- attribute name
Tag[] getSubTagByName(java.lang.String name)
name
- tag name
void removeAttribute(java.lang.String name)
name
- attributejava.lang.String getFileLocation()
void setFileLocation(java.lang.String fileLocation)
fileLocation
- file location
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |