|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.config.TagUtils
public class TagUtils
Tag utility class
Constructor Summary | |
---|---|
TagUtils()
|
Method Summary | |
---|---|
static Tag |
cloneATag(Tag tag)
Clone tag to a new one |
static Tag[] |
getSubTagByAttr(Tag tag,
java.lang.String attrName,
java.lang.String attrValue)
Get sub-tags who contains attribute with desired name and desired vlaue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagUtils()
Method Detail |
---|
public static Tag[] getSubTagByAttr(Tag tag, java.lang.String attrName, java.lang.String attrValue)
tag
- parent tagattrName
- attribute nameattrValue
- attribute value
public static Tag cloneATag(Tag tag)
tag
- tag to be cloned
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |