Interface CharacterReferenceGenerator

    • Method Detail

      • outputCharacterReference

        void outputCharacterReference​(int charval,
                                      UnicodeWriter writer)
                               throws java.io.IOException
        Generate a character reference
        Parameters:
        charval - the unicode code point of the character concerned
        writer - the Writer to which the character reference is to be written
        Throws:
        java.io.IOException - if the Writer reports an error