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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DDFAContentModel.java181 private int fLeafListType[] = null; field in class:DFAContentModel
507 fLeafListType = new int[fLeafCount];
538 if ( (fLeafListType[outIndex] & 0x0f) != 0 ) {
560 fElemMapType[fElemMapSize] = fLeafListType[outIndex];
998 fLeafListType[curIndex] = nodeCur.type();
1022 fLeafListType[curIndex] = XMLContentSpec.CONTENTSPECNODE_LEAF;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java127 private int fLeafListType[] = null; field in class:XSDFACM
570 fLeafListType = new int[fLeafCount];
627 fElemMapType[fElemMapSize] = fLeafListType[outIndex];
881 fLeafListType = null;
1064 fLeafListType[pos] = XSParticleDecl.PARTICLE_WILDCARD;
1082 fLeafListType[pos] = XSParticleDecl.PARTICLE_ELEMENT;

Completed in 25 milliseconds