public interface CharacterEscapeHandler
Modifier and Type | Method and Description |
---|---|
void |
escape(char[] ch,
int start,
int length,
boolean isAttVal,
Writer out) |
void escape(char[] ch, int start, int length, boolean isAttVal, Writer out) throws IOException
ch
- The array of characters.start
- The starting position.length
- The number of characters to use.isAttVal
- true if this is an attribute value literal.IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.