@Immutable public class XmlValueEncoder extends Object implements TextEncoder, TextDecoder
| Raw (Unencoded) Character |
Translated (Encoded) Entity |
|---|---|
| & | & |
| < | < |
| > | > |
| " | " |
| ' | ' |
| All Others | No Translation |
public String encode(String text)
encode in interface TextEncodertext - the text with characters that are to be encoded.TextEncoder.encode(java.lang.String)public String decode(String encodedText)
decode in interface TextDecoderencodedText - the encoded textTextDecoder.decode(java.lang.String)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.