public class TagUtils extends Object
| Constructor and Description |
|---|
TagUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getClientLibIncludeTag(String clientLibCategory) |
static String |
getMatchingEndTag(String startTag)
Returns the end tag for a start tag.
|
static String |
getStartTag(String uri,
String localName,
String qName,
Attributes atts)
Formulates a stringified version of a start tag from the passed tag parameters.
|
public static String getStartTag(String uri, String localName, String qName, Attributes atts)
uri - localName - qName - atts - public static String getMatchingEndTag(String startTag)
The "empty" tags like <br> return an empty string
startTag - The name of the start tag the end tag for which is neededCopyright © 2010 - 2020 Adobe. All Rights Reserved