org.milyn.edisax.model.internal
Interface ContainerNode

All Known Implementing Classes:
Component, Field, Segment

public interface ContainerNode

A MappingNode that can contain other mapping nodes.

Author:
tom.fennelly@gmail.com

Method Summary
 boolean isTruncatable()
          Can this Container Node be truncated if the trailing contained node values are empty.
 

Method Detail

isTruncatable

boolean isTruncatable()
Can this Container Node be truncated if the trailing contained node values are empty.

Returns:
True of the container is truncatable, otherwise false.


Copyright © 2011. All Rights Reserved.