Package org.jboss.dna.common.text

Interface Summary
TextDecoder Interface for components that can decode text.
TextEncoder Interface for components that can encode text.
 

Class Summary
Inflector Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
Jsr283Encoder Encoder that escapes characters that are not allowed in JCR names.
NoOpEncoder An encoder implementation that does nothing.
UrlEncoder An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
XmlNameEncoder An encoder and decoder for XML element and attribute names.
XmlValueEncoder An encoder useful for converting text to be used within XML attribute values.
 



Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.