Class XSCMRepeatingLeaf


  • public final class XSCMRepeatingLeaf
    extends XSCMLeaf
    A compound content model leaf node which carries occurence information.

    INTERNAL:

    Usage of this class is not supported. It may be altered or removed at any time.
    Version:
    $Id: XSCMRepeatingLeaf.java 575864 2007-09-15 03:12:34Z mrglavas $
    Author:
    Michael Glavassevich, IBM
    • Constructor Detail

      • XSCMRepeatingLeaf

        public XSCMRepeatingLeaf​(int type,
                                 java.lang.Object leaf,
                                 int minOccurs,
                                 int maxOccurs,
                                 int id,
                                 int position)