Package org.apache.taglibs.standard.tei
Class XmlParseTEI
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.taglibs.standard.tei.XmlParseTEI
An implementation of TagExtraInfo that implements validation for invalid input: '<'x:parse>'s attributes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, getVariableInfo, setTagInfo, validate
-
Constructor Details
-
XmlParseTEI
public XmlParseTEI()
-
-
Method Details
-
isValid
Description copied from class:TagExtraInfoTranslation-time validation of the attributes. Request-time attributes are indicated as such in the TagData parameter. Note that the preferred way to do validation is with the validate() method, since it can return more detailed information.- Overrides:
isValidin classTagExtraInfo- Parameters:
us- The TagData instance.- Returns:
- Whether this tag instance is valid.
- See Also:
-