fr.opensagres.xdocreport.core
Class EncodingConstants

java.lang.Object
  extended by fr.opensagres.xdocreport.core.EncodingConstants

public class EncodingConstants
extends Object

Encoding constants.


Field Summary
static String AMP
           
static String APOS
           
static String GT
           
static String LT
           
static String QUOT
           
static Charset UTF_8
          UTF-8 Charset constant.
 
Constructor Summary
EncodingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF_8

public static final Charset UTF_8
UTF-8 Charset constant.


APOS

public static final String APOS
See Also:
Constant Field Values

GT

public static final String GT
See Also:
Constant Field Values

LT

public static final String LT
See Also:
Constant Field Values

AMP

public static final String AMP
See Also:
Constant Field Values

QUOT

public static final String QUOT
See Also:
Constant Field Values
Constructor Detail

EncodingConstants

public EncodingConstants()


Copyright © 2013. All rights reserved.