| Package | Description | 
|---|---|
| org.apache.commons.lang3.text.translate |  An API for creating text translation routines from a set of smaller building blocks. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NumericEntityEscaper | NumericEntityEscaper. above(int codepoint)Constructs a  NumericEntityEscaperabove the specified value (exclusive). | 
| static NumericEntityEscaper | NumericEntityEscaper. below(int codepoint)Constructs a  NumericEntityEscaperbelow the specified value (exclusive). | 
| static NumericEntityEscaper | NumericEntityEscaper. between(int codepointLow,
       int codepointHigh)Constructs a  NumericEntityEscaperbetween the specified values (inclusive). | 
| static NumericEntityEscaper | NumericEntityEscaper. outsideOf(int codepointLow,
         int codepointHigh)Constructs a  NumericEntityEscaperoutside of the specified values (exclusive). | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.