|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AttributeApplier | Interface for applying the value of an attribute from a given namespace to
the specified target Realizable object. |
Document | Extension of the DOM Document interface with
utility methods. |
ElementAssimilator | Interface for assimilating a child element into a parent element. |
Error | Tagging interface for severe exceptions of any type that cannot be corrected automatically. |
Glitch | Tagging interface for mild exceptions of any type that may be corrected automatically without bothering the end user with minor details. |
NamedPropertyMap | Provides support for setting and getting client properties (also known as "user data"). |
ObjectRealizer | An object realizer enables a new method of developing rich, dynamically composable, data-driven applications by describing their composition and configuration declaratively in XML documents. |
PropertyApplier | Interface for applying the value of a named property to the target object. |
PropertyMap | Provides support for setting and getting client properties (also known as "user data"). |
Realizable | Run-time representation of an element. |
Warning | Tagging interface for moderate exceptions of any type that may be corrected automatically, but with explicit notification to the end user. |
Class Summary | |
AttributeHandler | Immutably binds an attribute type identified by a namespaceURI and localName
to the specified AttributeApplier . |
Attributes | Defines a collection of enumeration constants for names of attributes. |
DefaultAttributeApplier | Inert attribute applier leaves target Realizable element unchanged. |
DefaultElementAssimilator | Inert element assimilator leaves parent and child elements unchanged. |
ElementHandler | Immutably binds an element type to an element assimilator. |
ElementType | Defines an element type, complete with a namespace URI, local name, the element implementation class that is used to represent elements of this type at run time, and the default class of objects realized from this element type. |
Env | Environment variables and configuration parameters for
ObjectRealizer . |
Interceptor | Interceptor |
LoggingInterceptor | LoggingInterceptor |
Namespace | Useful namespace constants. |
Scribe | Scribe |
Vocabulary | All public fields accessible from this class must be
public static final . |
Exception Summary | |
ApplierError | Exception thrown by an AttributeApplier when a severe
error occurs. |
ApplierException | Exception thrown by an AttributeApplier . |
ApplierGlitch | Exception thrown by an AttributeApplier when a minor
glitch occurs. |
ApplierWarning | Exception thrown by an AttributeApplier when a moderate
error occurs. |
AssimilatorError | Exception thrown by an ElementAssimilator when a
severe error occurs. |
AssimilatorException | Exception thrown by an ElementAssimilator . |
AssimilatorGlitch | Exception thrown by an ElementAssimilator when a
minor glitch occurs. |
AssimilatorWarning | Exception thrown by an ElementAssimilator when a
moderate error occurs. |
UnknownElementTypeException | Exception thrown when an unknown element type is encountered during object realization. |
Open interface for XML object realization.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |