Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType validatorType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}validatorType (restriction)

Documentation

	A validator that can be used to validate
	the conformance of a JSP page to using this tag library is
	defined by a validatorType.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, validator-class, init-param* )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:param-valueTypeinit-param
           The init-param element contains a name/value pair as an initialization param.  
j2ee:fully-qualified-classTypevalidator-class
           Defines the TagLibraryValidator class that can be used to validate the conformance of a JSP page to using this tag library.  

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
tldTaglibType

Source
<xsd:complexType name="validatorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="validator-class" type="j2ee:fully-qualified-classType">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="init-param" type="j2ee:param-valueType">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top