|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextMappingConfiguration
Stores configuration for a mapping from an XML text node to a Java type.
| Method Summary | |
|---|---|
boolean |
getAppend()
Returns true if several text nodes (in the same context)
should be concatenated in order to build the final string and
false if following text nodes should be handled
independently. |
boolean |
getIgnoreWhiteSpaceNodes()
Returns true if text nodes that contain white space only,
should be ignored and false otherwise. |
| Methods inherited from interface com.marsching.flexiparse.xml2object.configuration.MappingConfiguration |
|---|
getMaxOccurs, getMinOccurs, getTargetAttribute, getTargetType, getTargetTypeClassLoader |
| Method Detail |
|---|
boolean getAppend()
true if several text nodes (in the same context)
should be concatenated in order to build the final string and
false if following text nodes should be handled
independently.
boolean getIgnoreWhiteSpaceNodes()
true if text nodes that contain white space only,
should be ignored and false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||