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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java91 protected int fCurrentAttributeIndex; field in class:DTDGrammar
331 fCurrentAttributeIndex = createAttributeDecl();// Create current Attribute Decl
393 setAttributeDecl(elementIndex, fCurrentAttributeIndex, fAttributeDecl);
395 int chunk = fCurrentAttributeIndex >> CHUNK_SHIFT;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java152 protected int fCurrentAttributeIndex; field in class:DTDGrammar
638 fCurrentAttributeIndex = createAttributeDecl();// Create current Attribute Decl
700 setAttributeDecl(elementIndex, fCurrentAttributeIndex, fAttributeDecl);
702 int chunk = fCurrentAttributeIndex >> CHUNK_SHIFT;
703 int index = fCurrentAttributeIndex & CHUNK_MASK;

Completed in 38 milliseconds