Schema component which represents an XML element. SchemaParser creates these out of <element> elements.
Each ElementValidator corresponds to a single type of element in the output, but may be used to validate an arbitrary number of elements of that type. For example, one instance of ElementValidator could be used to validate all XHTML <img> elements.
ElementValidators are retrieved via {@link Schema#getElementValidator(String)}.
|
|
|
|
|
|