FileDocCategorySizeDatePackage
ContentModelValidator.javaAPI DocApache Xerces 3.0.11648Fri Sep 14 20:33:52 BST 2007org.apache.xerces.impl.dtd.models

ContentModelValidator

public interface ContentModelValidator
xerces.internal
version
$Id: ContentModelValidator.java 446752 2006-09-15 21:55:19Z mrglavas $

Fields Summary
Constructors Summary
Methods Summary
public intvalidate(org.apache.xerces.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.