public class JstlXmlTLV extends JstlBaseTLV
A SAX-based TagLibraryValidator for the JSTL XML library. Currently implements the following checks:
| Constructor and Description |
|---|
JstlXmlTLV() |
| Modifier and Type | Method and Description |
|---|---|
ValidationMessage[] |
validate(String prefix,
String uri,
PageData page)
Validate a JSP page.
|
release, validategetInitParameters, setInitParameterspublic ValidationMessage[] validate(String prefix, String uri, PageData page)
TagLibraryValidatorvalidate in class TagLibraryValidatorprefix - the first prefix with which the tag library is
associated, in the XML view. Note that some tags may use
a different prefix if the namespace is redefined.uri - the tag library's unique identifierpage - the JspData page objectCopyright © 2010 - 2020 Adobe. All Rights Reserved