FileDocCategorySizeDatePackage
ContentModelValidator.javaAPI DocJava SE 5 API3507Fri Aug 26 14:55:46 BST 2005com.sun.org.apache.xerces.internal.impl.dtd.models

ContentModelValidator

public interface ContentModelValidator
version
$Id: ContentModelValidator.java,v 1.4 2002/01/29 01:15:10 lehors Exp $

Fields Summary
Constructors Summary
Methods Summary
public intvalidate(com.sun.org.apache.xerces.internal.xni.QName[] children, int offset, int length)
validate

param
children
param
offset
param
length
return
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.