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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java125 InputSource bindFile = null;
127 bindFile = opt.getBindFiles()[0];
129 if (bindFile == null) {
131 bindFile =
140 grammar = loadDTD(opt.getGrammars()[0], bindFile );
276 * @param bindFile
279 private Model loadDTD( InputSource source, InputSource bindFile) { argument
284 bindFile,

Completed in 30 milliseconds