org.jbind.xml.core.data
Interface IDataReferences

All Known Subinterfaces:
IDataContext
All Known Implementing Classes:
DataContext

public interface IDataReferences


Method Summary
 void add(IDataReference aReference)
          Adds a data reference that is resolved later by calling the resolveReferences method.
 void resolveReferences(IConstraintViolations aViolations)
          Resolve the data references.
 

Method Detail

add

public void add(IDataReference aReference)
Adds a data reference that is resolved later by calling the resolveReferences method.

Parameters:
aReference - (required).

resolveReferences

public void resolveReferences(IConstraintViolations aViolations)
Resolve the data references. References that can not be resolved are recorded as constraint violations. All references are removed by this method call.

Parameters:
aViolations - (required).