public class XmlCharacterHandler extends Object implements com.sun.xml.bind.marshaller.CharacterEscapeHandler
Modifier and Type | Method and Description |
---|---|
void |
escape(char[] ch,
int start,
int length,
boolean isAttVal,
Writer out) |
static XmlCharacterHandler |
getInstance() |
public static XmlCharacterHandler getInstance()
public void escape(char[] ch, int start, int length, boolean isAttVal, Writer out) throws IOException
escape
in interface com.sun.xml.bind.marshaller.CharacterEscapeHandler
IOException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.