org.jbind.xml.schema.cmp
Class BuiltInConstraint.IdRefConstraint

java.lang.Object
  extended byorg.jbind.xml.schema.cmp.BuiltInConstraint
      extended byorg.jbind.xml.schema.cmp.BuiltInConstraint.NcNameConstraint
          extended byorg.jbind.xml.schema.cmp.BuiltInConstraint.IdRefConstraint
All Implemented Interfaces:
IBuiltInConstraint, IConstraint, IHasLocation, ISimpleConstraint
Enclosing class:
BuiltInConstraint

public static class BuiltInConstraint.IdRefConstraint
extends BuiltInConstraint.NcNameConstraint


Nested Class Summary
 
Nested classes inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint
BuiltInConstraint.AnyUri, BuiltInConstraint.DateOrTimeConstraint, BuiltInConstraint.DateTimeConstraint, BuiltInConstraint.DerivedIntegerConstraint, BuiltInConstraint.EntityConstraint, BuiltInConstraint.GDateConstraint, BuiltInConstraint.GreaterThanOrEqualToZero, BuiltInConstraint.GreaterThanZero, BuiltInConstraint.IdConstraint, BuiltInConstraint.IdRefConstraint, BuiltInConstraint.Language, BuiltInConstraint.LessThanOrEqualToZero, BuiltInConstraint.LessThanZero, BuiltInConstraint.NameConstraint, BuiltInConstraint.NcNameConstraint, BuiltInConstraint.NmTokenConstraint, BuiltInConstraint.NotationConstraint, BuiltInConstraint.QNameConstraint, BuiltInConstraint.TimeConstraint, BuiltInConstraint.UnsignedInteger, BuiltInConstraint.UnsignedIntShortOrByte
 
Constructor Summary
BuiltInConstraint.IdRefConstraint()
           
 
Method Summary
 void globalCheck(IDataContext aContext, IAnyTypeData aData, IAnyTypeData anEnclosingData, IConstraintViolations aViolations)
          Checks if the specified data satisfies the constraint globally.
 
Methods inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint.NcNameConstraint
localCheck
 
Methods inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint
getConstraintType, getLocation, isFinal, isRestriction, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuiltInConstraint.IdRefConstraint

public BuiltInConstraint.IdRefConstraint()
Method Detail

globalCheck

public void globalCheck(IDataContext aContext,
                        IAnyTypeData aData,
                        IAnyTypeData anEnclosingData,
                        IConstraintViolations aViolations)
Description copied from interface: IConstraint
Checks if the specified data satisfies the constraint globally.

Specified by:
globalCheck in interface IConstraint
Overrides:
globalCheck in class BuiltInConstraint