org.apache.commons.betwixt
Class TextDescriptor

java.lang.Object
  extended byorg.apache.commons.betwixt.Descriptor
      extended byorg.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

Field Summary
 
Fields inherited from class org.apache.commons.betwixt.Descriptor
 
Constructor Summary
TextDescriptor()
          Base constructor
 
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
 

Constructor Detail

TextDescriptor

public TextDescriptor()
Base constructor