static class SGMLParser.SpecCharTester extends Object implements SGMLParser.CharTester
CharTester which allows to specify
the character which passes the test.| Modifier and Type | Field and Description |
|---|---|
private char |
chr
The character which passes the test
testChar(char). |
| Constructor and Description |
|---|
SpecCharTester() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
setChar(char chr)
Sets
chr to the specified character value. |
boolean |
testChar(char chr)
Returns whether the given character coincides with
chr. |
private char chr
testChar(char).void setChar(char chr)
chr to the specified character value.chr - a char value.public boolean testChar(char chr)
chr.testChar in interface SGMLParser.CharTesterchr - a char value.ch coincides with chr.Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.