Uses of Class
com.topologi.diffx.config.WhiteSpaceProcessing

Packages that use WhiteSpaceProcessing
com.topologi.diffx.config Configuration options for Diff-X. 
com.topologi.diffx.load.text The set of classes to load characters / text data specifically. 
 

Uses of WhiteSpaceProcessing in com.topologi.diffx.config
 

Methods in com.topologi.diffx.config that return WhiteSpaceProcessing
 WhiteSpaceProcessing DiffXConfig.getWhiteSpaceProcessing()
          Returns the granularity of text diffing for this configuration.
static WhiteSpaceProcessing WhiteSpaceProcessing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WhiteSpaceProcessing[] WhiteSpaceProcessing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.topologi.diffx.config with parameters of type WhiteSpaceProcessing
 void DiffXConfig.setWhiteSpaceProcessing(WhiteSpaceProcessing whitespace)
          Sets the white space processing for this configuration.
 

Constructors in com.topologi.diffx.config with parameters of type WhiteSpaceProcessing
DiffXConfig(WhiteSpaceProcessing whitespace, TextGranularity granularity)
          Creates a new configuration for Diff-X.
 

Uses of WhiteSpaceProcessing in com.topologi.diffx.load.text
 

Constructors in com.topologi.diffx.load.text with parameters of type WhiteSpaceProcessing
TokenizerByText(WhiteSpaceProcessing whitespace)
          Creates a new tokenizer.
TokenizerByWord(WhiteSpaceProcessing whitespace)
          Creates a new tokenizer.