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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java133 private short fAttributeDeclType[][] = new short[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
550 if (fAttributeDeclType[chunk][index] == -1) {
555 attributeType = (short) (fAttributeDeclType[chunk][index] & LIST_MASK);
556 isList = (fAttributeDeclType[chunk][index] & LIST_FLAG) != 0;
670 fAttributeDeclType[chunk][index] = -1;
685 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type;
688 fAttributeDeclType[attrChunk][attrIndex] |= LIST_FLAG;
773 fAttributeDeclType = resize(fAttributeDeclType, fAttributeDeclType
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java210 private short fAttributeDeclType[][] = new short[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1352 if (fAttributeDeclType[chunk][index] == -1) {
1357 attributeType = (short) (fAttributeDeclType[chunk][index] & LIST_MASK);
1358 isList = (fAttributeDeclType[chunk][index] & LIST_FLAG) != 0;
1862 fAttributeDeclType[chunk][index] = -1;
1878 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type;
1881 fAttributeDeclType[attrChunk][attrIndex] |= LIST_FLAG;
2490 fAttributeDeclType = resize(fAttributeDeclType, fAttributeDeclType
[all...]

Completed in 46 milliseconds