public class HexCharacterReferenceGenerator extends Object implements CharacterReferenceGenerator
| Modifier and Type | Field and Description |
|---|---|
static HexCharacterReferenceGenerator |
THE_INSTANCE |
public static final HexCharacterReferenceGenerator THE_INSTANCE
public void outputCharacterReference(int charval,
Writer writer)
throws IOException
CharacterReferenceGeneratoroutputCharacterReference in interface CharacterReferenceGeneratorcharval - 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.