org.mule.util
Class SgmlCodec
java.lang.Object
org.mule.util.SgmlCodec
- public class SgmlCodec
- extends Object
The Encoder contains methods that convert characters to Character entities as
defined by http://www.w3.org/TR/REC-html40/sgml/entities.html.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SgmlCodec
public SgmlCodec()
encodeString
public static final String encodeString(String s)
decodeString
public static final String decodeString(String string)
decodeEntity
public static final String decodeEntity(String entity)
add
protected static final void add(String entity,
int value)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.