com.sun.java.help.impl
Class DocPConst

java.lang.Object
  extended by com.sun.java.help.impl.DocPConst

public class DocPConst
extends java.lang.Object


Field Summary
static char AMPERSAND
           
static char COLON
           
static char DQUOTE
           
static char EQUALS
           
static char EXCLAIM
           
static char HASH
           
static char HORIZBAR
           
static char LANGLE
           
static char MINUS
           
static char NEWLINE
           
static char NINE
           
static char NULL
           
static char QUESTION
           
static char QUOTE
           
static char RANGLE
           
static char RETURN
           
static char SEMICOLON
           
static char SLASH
           
static char SPACE
           
static char TAB
           
static char ZERO
           
 
Constructor Summary
DocPConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMPERSAND

public static final char AMPERSAND
See Also:
Constant Field Values

COLON

public static final char COLON
See Also:
Constant Field Values

DQUOTE

public static final char DQUOTE
See Also:
Constant Field Values

EQUALS

public static final char EQUALS
See Also:
Constant Field Values

EXCLAIM

public static final char EXCLAIM
See Also:
Constant Field Values

HASH

public static final char HASH
See Also:
Constant Field Values

HORIZBAR

public static final char HORIZBAR
See Also:
Constant Field Values

LANGLE

public static final char LANGLE
See Also:
Constant Field Values

MINUS

public static final char MINUS
See Also:
Constant Field Values

NEWLINE

public static final char NEWLINE
See Also:
Constant Field Values

NINE

public static final char NINE
See Also:
Constant Field Values

NULL

public static final char NULL
See Also:
Constant Field Values

QUESTION

public static final char QUESTION
See Also:
Constant Field Values

RANGLE

public static final char RANGLE
See Also:
Constant Field Values

RETURN

public static final char RETURN
See Also:
Constant Field Values

QUOTE

public static final char QUOTE
See Also:
Constant Field Values

SEMICOLON

public static final char SEMICOLON
See Also:
Constant Field Values

SLASH

public static final char SLASH
See Also:
Constant Field Values

SPACE

public static final char SPACE
See Also:
Constant Field Values

TAB

public static final char TAB
See Also:
Constant Field Values

ZERO

public static final char ZERO
See Also:
Constant Field Values
Constructor Detail

DocPConst

public DocPConst()