org.apache.xerces.impl.validation.datatypes.eTypes.Interfaces
Interface Property.ValidationSummary

All Known Implementing Classes:
AbstractProperty.AbstractSummary
Enclosing class:
Property

public static interface Property.ValidationSummary

Collects information regarding a sequence of calls to validate.


Method Summary
 void clear()
           
 void merge(Property.ValidationSummary vs)
          Incorporates a report into this report
 

Method Detail

merge

public void merge(Property.ValidationSummary vs)
Incorporates a report into this report

clear

public void clear()


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.