Uses of Interface
eu.simuline.util.sgml.SGMLParser.CharTester
-
Packages that use SGMLParser.CharTester Package Description eu.simuline.util.sgml Utility classes to parse sgml (non-validating). -
-
Uses of SGMLParser.CharTester in eu.simuline.util.sgml
Classes in eu.simuline.util.sgml that implement SGMLParser.CharTester Modifier and Type Class Description (package private) static classSGMLParser.SpecCharTesterACharTesterwhich allows to specify the character which passes the test.Fields in eu.simuline.util.sgml declared as SGMLParser.CharTester Modifier and Type Field Description private static SGMLParser.CharTesterSGMLParser. TEST_BLANK_EQUALS_GTTests for=and for>.private static SGMLParser.CharTesterSGMLParser. TEST_BLANK_GTTests for blank or>.private static SGMLParser.CharTesterSGMLParser. TEST_BLANK_GT_SLASHTests for blank,/,>.private static SGMLParser.CharTesterSGMLParser. TEST_END_OF_COMMENTTests for quote both for'and for".private static SGMLParser.CharTesterSGMLParser. TEST_GTTests for>.private static SGMLParser.CharTesterSGMLParser. TEST_LTTests for<.private static SGMLParser.CharTesterSGMLParser. TEST_NO_WHITESPACETests for whitespace.Methods in eu.simuline.util.sgml with parameters of type SGMLParser.CharTester Modifier and Type Method Description (package private) intSGMLParser.Buffer. readArray(SGMLParser.CharTester charTester)Reads an array fromSGMLParser.Buffer.reader.(package private) StringBufferSGMLParser.Buffer. readStringBuffer(SGMLParser.CharTester charTester, String elementName)DescribereadStringBuffermethod here.
-