xbn.string.escape
Class USCSpecific

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.string.escape.ESConfig
              |
              +--xbn.string.escape.USConfig
                    |
                    +--xbn.string.escape.USCSpecific
All Implemented Interfaces:
Cloneable

public class USCSpecific
extends USConfig

An USConfig that always uses an USCISpecific. See USCISpecific.

Source code:  USCSpecific.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
USCSpecific()
          Create an USCSpecific with default values.
USCSpecific(char c_escape)
          Create an USCSpecific.
USCSpecific(char[] ac_toEscape)
          Create an USCSpecific.
USCSpecific(char[] ac_toEscape, USCISpecific euscui_specific)
          Create an USCSpecific.
USCSpecific(char c_escape, char[] ac_toEscape)
          Create an USCSpecific.
USCSpecific(char c_escape, char[] ac_toEscape, USCISpecific euscui_specific)
          Create an USCSpecific.
USCSpecific(char c_escape, USCISpecific euscui_specific)
          Create an USCSpecific.
USCSpecific(USCISpecific euscui_specific)
          Create an USCSpecific.
 
Methods inherited from class xbn.string.escape.USConfig
getUSCIgnore, toString
 
Methods inherited from class xbn.string.escape.ESConfig
getAPCToEscape, getEscapeChar, getEscapeCharAsString, getEscapeCharDefault, isToBeEscaped
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

USCSpecific

public USCSpecific()

Create an USCSpecific with default values.

Equal to USCSpecific(new USCISpecific())


USCSpecific

public USCSpecific(char c_escape)

Create an USCSpecific.

Equal to USCSpecific(c_escape, (new USCISpecific()))


USCSpecific

public USCSpecific(char[] ac_toEscape)

Create an USCSpecific.

Equal to USCSpecific(ac_toEscape, (new USCISpecific()))


USCSpecific

public USCSpecific(USCISpecific euscui_specific)

Create an USCSpecific.

Equal to USCSpecific(euscui_specific)


USCSpecific

public USCSpecific(char c_escape,
                   char[] ac_toEscape)

Create an USCSpecific.

Equal to USCSpecific(c_escape, ac_toEscape, , (new USCISpecific()))


USCSpecific

public USCSpecific(char c_escape,
                   USCISpecific euscui_specific)

Create an USCSpecific.

Equal to USCSpecific(c_escape, euscui_specific)


USCSpecific

public USCSpecific(char[] ac_toEscape,
                   USCISpecific euscui_specific)

Create an USCSpecific.

Equal to USCSpecific(ac_toEscape, euscui_specific)


USCSpecific

public USCSpecific(char c_escape,
                   char[] ac_toEscape,
                   USCISpecific euscui_specific)

Create an USCSpecific.

Equal to USConfig(c_escape, ac_toEscape, euscui_specific)




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo