public class

ListDatatypeValidator

extends Object
implements DatatypeValidator
java.lang.Object
   ↳ org.apache.xerces.impl.dv.dtd.ListDatatypeValidator

Class Overview

For list types: ENTITIES, IDREFS, NMTOKENS.@xerces.internal

Summary

Public Constructors
ListDatatypeValidator(DatatypeValidator itemDV)
Public Methods
void validate(String content, ValidationContext context)
Checks that "content" string is valid.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.xerces.impl.dv.DatatypeValidator

Public Constructors

public ListDatatypeValidator (DatatypeValidator itemDV)

Public Methods

public void validate (String content, ValidationContext context)

Checks that "content" string is valid. If invalid a Datatype validation exception is thrown.

Parameters
content the string value that needs to be validated
context the validation context
Throws
if the content is invalid according to the rules for the validators
InvalidDatatypeValueException