|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.marshaller.MinimumEscapeHandler
public class MinimumEscapeHandler
Performs no character escaping. Usable only when the output encoding is UTF, but this handler gives the maximum performance.
| Field Summary | |
|---|---|
static CharacterEscapeHandler |
theInstance
|
| Method Summary | |
|---|---|
void |
escape(char[] ch,
int start,
int length,
boolean isAttVal,
java.io.Writer out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CharacterEscapeHandler theInstance
| Method Detail |
|---|
public void escape(char[] ch,
int start,
int length,
boolean isAttVal,
java.io.Writer out)
throws java.io.IOException
escape in interface CharacterEscapeHandlerch - The array of characters.start - The starting position.length - The number of characters to use.isAttVal - true if this is an attribute value literal.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||