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