Searched refs:getContentSpecType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java454 fCurrentContentSpecType = fDTDGrammar.getContentSpecType(
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java1354 if (grammar.getContentSpecType(elementIndex) == XMLElementDecl.TYPE_EMPTY) {
1706 int type = grammar.getContentSpecType(elementIndex);
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
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java450 public short getContentSpecType(int elementIndex){ method in class:DTDGrammar

Completed in 50 milliseconds