org.apache.commons.betwixt
Class TextDescriptor
java.lang.Object
org.apache.commons.betwixt.Descriptor
org.apache.commons.betwixt.TextDescriptor
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.
- Since:
- 0.5
- Author:
- Robert Burrell Donkin
Methods inherited from class org.apache.commons.betwixt.Descriptor |
getOptions, getPropertyName, getPropertyType, getSingularPropertyType, getTextExpression, getUpdater, setOptions, setPropertyName, setPropertyType, setSingularPropertyType, setTextExpression, setUpdater |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextDescriptor
public TextDescriptor()
- Base constructor
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.