|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.betwixt.Descriptor
org.apache.commons.betwixt.TextDescriptor
public class TextDescriptor
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 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 |
|---|
public TextDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||