xbn.string.escape
Class USCISpecific

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.string.escape.USCIgnore
              |
              +--xbn.string.escape.USCISpecific
All Implemented Interfaces:
Cloneable

public class USCISpecific
extends USCIgnore

An USCIgnore that can only ignore specific chars.

Source code:  USCISpecific.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
USCISpecific()
          Create a USCISpecific with default values.
USCISpecific(char[] ac_ignore)
          Create a USCISpecific.
 
Methods inherited from class xbn.string.escape.USCIgnore
clone, doIgnoreAll, getAPCIgnore, getEUSCUIClone, hasCharToIgnore, isSpcfcIgnored, toString
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

USCISpecific

public USCISpecific()

Create a USCISpecific with default values.

Equal to USCIgnore(false)


USCISpecific

public USCISpecific(char[] ac_ignore)

Create a USCISpecific.

Equal to USCIgnore(false, ac_ignore)




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