See: Description
Interface | Description |
---|---|
SingletonFactory<Input,Output> |
An interface for factory classes which implement a singleton pattern for producing an
output class based on an input class.
|
Class | Description |
---|---|
AbstractSimpleSingletonFactory<Input,Output> |
A simple implementation of
SingletonFactory . |
AbstractSingletonFactory<Input,Output> |
An abstract Template design pattern implementation of
SingletonFactory . |
AbstractWrappedSingletonFactory<Input,Output> |
An implementation of
SingletonFactory , which provides some support for handling
cases where the output class instance holds a reference to the input class instance. |
AttributeMap |
A map of attribute names and attribute values that invalidates the DOM of the attribute owning XMLObject when the
attributes change.
|
IDIndex |
Class which provides storage for the ID-to-XMLObject index mapping on an owning
XMLObject . |
IndexedXMLObjectChildrenList<ElementType extends XMLObject> |
A list which indexes XMLObjects by their schema type and element QName for quick retrival based on those items.
|
XMLAttributeSupport |
Helper methods for working with global attributes from the XML namespace.
|
XMLObjectChildrenList<ElementType extends XMLObject> |
Resizable list for the children of XMLObjects.
|
XMLObjectSupport |
A helper class for working with XMLObjects.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.