{@link OMSourcedElement} will handle {@link OMDataSource} implementations extending this classdifferently when it comes to expansion: instead of using {@link OMDataSource#getReader()} toexpand the element, it will use {@link OMDataSource#serialize(XMLStreamWriter)} (with a special{@link XMLStreamWriter} that builds the descendants of the {@link OMSourcedElement}). This means that such an {@link OMSourcedElement} will be expanded instantly, and that deferred building ofthe descendants is not applicable.
|
|
|
|