I m making nested custom tags and I made a method addChildren(TagSupport child)
in Parent tag(top level tag).I want to get attributes name and values of
children.how can I do it.I tried but unable to find method to get TagData
object(which have
getAttribute(java.lang.String attName))
method.