org.apache.xerces.impl.dtd.models
public interface ContentModelValidator
Version: $Id: ContentModelValidator.java,v 1.6 2004/10/04 22:00:42 mrglavas Exp $
UNKNOWN:
Method Summary | |
---|---|
int | validate(QName[] children, int offset, int length)
validate
|
Parameters: children offset length
Returns: The value -1 if fully valid, else the 0 based index of the child that first failed. If the value returned is equal to the number of children, then the specified children are valid but additional content is required to reach a valid ending state.