org.apache.xerces.impl.xs.models
Class XSCMRepeatingLeaf

java.lang.Object
  extended byorg.apache.xerces.impl.dtd.models.CMNode
      extended byorg.apache.xerces.impl.xs.models.XSCMLeaf
          extended byorg.apache.xerces.impl.xs.models.XSCMRepeatingLeaf

public final class XSCMRepeatingLeaf
extends XSCMLeaf

A compound content model leaf node which carries occurence information.

Version:
$Id: XSCMRepeatingLeaf.java 575864 2007-09-15 03:12:34Z mrglavas $
Author:
Michael Glavassevich, IBM

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Constructor Summary
XSCMRepeatingLeaf(int type, java.lang.Object leaf, int minOccurs, int maxOccurs, int id, int position)
           
 
Methods inherited from class org.apache.xerces.impl.xs.models.XSCMLeaf
calcFirstPos, calcLastPos, isNullable, toString
 
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSCMRepeatingLeaf

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


Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.