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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java230 if (localread() == HelpSyntax.tagOpen)
237 if (ch == HelpSyntax.tagClose)
256 if (tag.equalsIgnoreCase(HelpSyntax.tagTitle)) {
259 } else if (tag.equalsIgnoreCase(HelpSyntax.tagKeywords)) {
262 } else if (tag.equalsIgnoreCase(HelpSyntax.tagSeeAlso)) {
265 } else if (tag.equalsIgnoreCase(HelpSyntax.tagContent)) {
284 class HelpSyntax { class
354 if (ch == HelpSyntax.tagOpen) {
360 while ((ch = r.read()) != HelpSyntax.tagClose) {
378 b.append((char) HelpSyntax
[all...]

Completed in 58 milliseconds