Uses of Class
org.egothor.html.HTMLField.Diacritics

Packages that use HTMLField.Diacritics
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.duplicity.apps This package contains applications using the duplicity checking algorithm. 
org.egothor.html This package contains a specific implementation of core objects for HTML with "home" and "content" support. 
 

Uses of HTMLField.Diacritics in org.egothor.core
 

Methods in org.egothor.core with parameters of type HTMLField.Diacritics
 Sequence<Token> DocumentData.words(boolean readlinx, boolean readilinx, boolean lowercase, boolean phonetics, HTMLField.Diacritics diacritics, boolean paragraphs, boolean paragraphsKeepPunctuation, java.lang.String encoding)
           
 

Uses of HTMLField.Diacritics in org.egothor.duplicity.apps
 

Methods in org.egothor.duplicity.apps with parameters of type HTMLField.Diacritics
static Document AppsCommon.openDocument(java.lang.String location, long uid, java.lang.String fileCharset, boolean lowercase, boolean phonetics, HTMLField.Diacritics diacritics)
          Open document, can handle html and pdf files.
 

Uses of HTMLField.Diacritics in org.egothor.html
 

Methods in org.egothor.html that return HTMLField.Diacritics
static HTMLField.Diacritics HTMLField.Diacritics.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HTMLField.Diacritics[] HTMLField.Diacritics.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.egothor.html with parameters of type HTMLField.Diacritics
HTMLField(boolean readlinx, boolean readilinx, boolean lowercase, boolean phonetics, HTMLField.Diacritics diacritics)
           
HTMLField(boolean readlinx, boolean readilinx, boolean lowercase, boolean phonetics, HTMLField.Diacritics diacritics, boolean paragraphs, boolean paragraphsKeepPunctuation)