| Describes mixed-content text.
A mixed content element contains elements mixed with text.
For example:
<foo>middle<bar/></foo>
In the above example, a TextDescriptor could be used
to allow the mixed content text middle to be mapped.
This is really just a marker class - all functionality is inherited.
author: Robert Burrell Donkin since: 0.5 |