xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.hints

DOM-Based implementation of the hints xArch XML Schema.

See:
          Description

Interface Summary
IHints Interface for accessing objects of the Hints xsi:type in the hints namespace.
IHintsContext The context interface for the hints package.
IPropertyHint Interface for accessing objects of the PropertyHint xsi:type in the hints namespace.
IRenderingHints Interface for accessing objects of the RenderingHints xsi:type in the hints namespace.
IVersionID Interface for accessing objects of the VersionID xsi:type in the hints namespace.
 

Class Summary
HintsConstants Useful contstants for the xArch hints namespace.
HintsContext The context object for the hints package.
HintsImpl DOM-Based implementation of the IHints interface.
PropertyHintImpl DOM-Based implementation of the IPropertyHint interface.
RenderingHintsImpl DOM-Based implementation of the IRenderingHints interface.
VersionIDImpl DOM-Based implementation of the IVersionID interface.
 

Package edu.uci.isr.xarch.hints Description

DOM-Based implementation of the hints xArch XML Schema.

This package contains generic interfaces for the hints xArch XML schema and DOM-based implementations of those interfaces. To use this package, users should first create an IXArch object using the methods in edu.uci.isr.xarch.XArchUtils. Then, they should create a hintsContext object using that IXArch. The context object can be used to create objects in this namespace.


xArch/xADL 2.0 Data Binding Library