public interface CharacterReferenceGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
outputCharacterReference(int charval,
Writer writer)
Generate a character reference
|
void outputCharacterReference(int charval,
Writer writer)
throws IOException
charval - the unicode code point of the character concernedwriter - the Writer to which the character reference is to be writtenIOException - if the Writer reports an errorCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.