Package eu.simuline.util.sgml
Interface SGMLParser.CharTester
-
- All Known Implementing Classes:
SGMLParser.SpecCharTester
- Enclosing class:
- SGMLParser
static interface SGMLParser.CharTesterProvides a single method which decides whether the given character passes a certain test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantestChar(char chr)Returns whether the given characterchpasses the test given by thisCharTester.
-