Searched defs:getContentSpecType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java450 public short getContentSpecType(int elementIndex){ method in class:DTDGrammar
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1714 private int getContentSpecType(int elementIndex) { method in class:XMLDTDValidator
1903 //changed here.. new function for getContentSpecType
1904 fCurrentContentSpecType = fDTDGrammar.getContentSpecType(fCurrentElementIndex);
H A DDTDGrammar.java1235 public short getContentSpecType(int elementIndex){ method in class:DTDGrammar
1250 }//getContentSpecType

Completed in 44 milliseconds