Searched refs:XSCMRepeatingLeaf (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSCMRepeatingLeaf.java30 * @version $Id: XSCMRepeatingLeaf.java,v 1.1 2010/08/06 23:49:43 joehw Exp $
32 public final class XSCMRepeatingLeaf extends XSCMLeaf { class in inherits:XSCMLeaf
37 public XSCMRepeatingLeaf(int type, Object leaf, method in class:XSCMRepeatingLeaf
H A DCMNodeFactory.java99 return new XSCMRepeatingLeaf(type, leaf, minOccurs, maxOccurs, id, position);
H A DXSDFACM.java151 public Occurence (XSCMRepeatingLeaf leaf, int elemIndex) {
620 if (leaf instanceof XSCMRepeatingLeaf) {
624 elemOccurenceMap[fElemMapSize] = new Occurence((XSCMRepeatingLeaf) leaf, fElemMapSize);

Completed in 32 milliseconds