net.sf.jolene.constants
Class Entities

java.lang.Object
  extended by net.sf.jolene.constants.Entities

public class Entities
extends java.lang.Object

Simple defines of common HTML entities.

Since:
Jun 16, 2008 6:28:58 AM
Author:
Dan Howard

Field Summary
static java.lang.String ampersand
           
static java.lang.String greaterthan
           
static java.lang.String lessthan
           
static java.lang.String quote
           
static java.lang.String space
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

space

public static final java.lang.String space
See Also:
Constant Field Values

quote

public static final java.lang.String quote
See Also:
Constant Field Values

ampersand

public static final java.lang.String ampersand
See Also:
Constant Field Values

lessthan

public static final java.lang.String lessthan
See Also:
Constant Field Values

greaterthan

public static final java.lang.String greaterthan
See Also:
Constant Field Values