org.jbind.xml.schema.constraint
Class LocalCheckContext

java.lang.Object
  extended byorg.jbind.xml.schema.constraint.CheckContext
      extended byorg.jbind.xml.schema.constraint.LocalCheckContext
All Implemented Interfaces:
ICheckContext

public class LocalCheckContext
extends CheckContext


Field Summary
 
Fields inherited from class org.jbind.xml.schema.constraint.CheckContext
myData, myViolations
 
Constructor Summary
LocalCheckContext(IAnyTypeData aData, IConstraintViolations aViolations)
           
 
Method Summary
 void check(IConstraint aConstraint)
           
 ICheckContext newNestedContext(IAnyTypeData aData)
           
 
Methods inherited from class org.jbind.xml.schema.constraint.CheckContext
add, checkCountryCode, checkLanguageCode, getCountry, getData, getLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalCheckContext

public LocalCheckContext(IAnyTypeData aData,
                         IConstraintViolations aViolations)
Method Detail

check

public void check(IConstraint aConstraint)

newNestedContext

public ICheckContext newNestedContext(IAnyTypeData aData)