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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java79 private StringBuffer strTmp; field in class:DTDParser
244 strTmp = new StringBuffer();
343 strTmp = null;
461 // internal references) so we can't use strTmp; it's also
489 // leaves value in 'strTmp' ... either a "replacement text" (4.5),
514 // get value into strTmp
515 strTmp = new StringBuffer();
543 strTmp.append('&');
544 strTmp.append(entityName);
545 strTmp
[all...]

Completed in 38 milliseconds