org.apache.commons.betwixt
Class TextDescriptor

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

Constructor Summary
TextDescriptor()
          Base constructor
 
Method Summary
 
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



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.