public class

TextDescriptor

extends Descriptor
java.lang.Object
   ↳ org.apache.commons.betwixt.Descriptor
     ↳ org.apache.commons.betwixt.TextDescriptor

Class Overview

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.

Summary

Public Constructors
TextDescriptor()
Base constructor
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.Descriptor
From class java.lang.Object

Public Constructors

public TextDescriptor ()

Base constructor