public class TextDescriptor extends Descriptor
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.
Constructor and Description |
---|
TextDescriptor()
Base constructor
|
getOptions, getPropertyName, getPropertyType, getSingularPropertyType, getTextExpression, getUpdater, setOptions, setPropertyName, setPropertyType, setSingularPropertyType, setTextExpression, setUpdater
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.