FileDocCategorySizeDatePackage
ContentModelValidator.javaAPI DocJava SE 6 API3515Tue Jun 10 00:22:40 BST 2008com.sun.org.apache.xerces.internal.impl.dtd.models

ContentModelValidator

public interface ContentModelValidator
version
$Id: ContentModelValidator.java,v 1.1.2.1 2005/08/01 03:34:23 jeffsuttor 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.