Searched refs:getNextAttributeDeclIndex (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java292 attlistIndex = fDTDGrammar.getNextAttributeDeclIndex(attlistIndex);
312 position = fDTDGrammar.getNextAttributeDeclIndex(position);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java178 attDefIndex = getNextAttributeDeclIndex(attDefIndex);
517 * getNextAttributeDeclIndex
523 public int getNextAttributeDeclIndex(int attributeDeclIndex) { method in class:DTDGrammar
606 attributeDeclIndex = getNextAttributeDeclIndex(attributeDeclIndex);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1204 attlistIndex = fDTDGrammar.getNextAttributeDeclIndex(attlistIndex);
1245 position = fDTDGrammar.getNextAttributeDeclIndex(position);
H A DDTDGrammar.java395 attDefIndex = getNextAttributeDeclIndex(attDefIndex);
1319 * getNextAttributeDeclIndex
1325 public int getNextAttributeDeclIndex(int attributeDeclIndex) { method in class:DTDGrammar
1330 } // getNextAttributeDeclIndex
1694 attributeDeclIndex = getNextAttributeDeclIndex(attributeDeclIndex);

Completed in 46 milliseconds