Searched refs:fLeafList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DDFAContentModel.java178 private CMLeaf fLeafList[] = null; field in class:DFAContentModel
506 fLeafList = new CMLeaf[fLeafCount];
546 final QName element = fLeafList[outIndex].getElement();
571 * Optimization(Jan, 2001); We sort fLeafList according to
581 final QName leaf = fLeafList[leafIndex].getElement();
789 fLeafList = null;
997 fLeafList[curIndex] = new CMLeaf(qname, ((CMAny)nodeCur).getPosition());
1021 fLeafList[curIndex] = (CMLeaf)nodeCur;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java124 private XSCMLeaf fLeafList[] = null; field in class:XSDFACM
569 fLeafList = new XSCMLeaf[fLeafCount];
610 final int id = fLeafList[outIndex].getParticleId();
618 XSCMLeaf leaf = fLeafList[outIndex];
655 * Optimization(Jan, 2001); We sort fLeafList according to
666 if (id == fLeafList[leafIndex].getParticleId())
879 fLeafList = null;
1063 fLeafList[pos] = leaf;
1081 fLeafList[pos] = leaf;

Completed in 32 milliseconds