public class GlobalVars
extends java.lang.Object
History:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LS_STR |
Constructor and Description |
---|
GlobalVars()
Creates a default line object
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
GetIrregExpFile()
Get the irreg exceptions file
|
static java.lang.String |
GetPrepositionFile()
Get the preposition file
|
static java.lang.String |
GetTextIndent()
Get the text indent
|
static java.lang.String |
GetXmlHeader()
Get the xml header
|
static java.lang.String |
GetXmlIndent()
Get the xml indent
|
static void |
SetIrregExpFile(java.lang.String irregExpFile)
Set the irreg exceptions file
|
static void |
SetPrepositionFile(java.lang.String prepositionFile)
Set the preposition file
|
static void |
SetTextIndent(java.lang.String textIndent)
Set the text indent
|
static void |
SetXmlHeader(java.lang.String xmlHeader)
Set the xml header
|
static void |
SetXmlIndent(java.lang.String xmlIndent)
Set the xml indent
|
public static void SetTextIndent(java.lang.String textIndent)
textIndent
- text indent to be setpublic static void SetXmlIndent(java.lang.String xmlIndent)
xmlIndent
- xml indent to be setpublic static void SetXmlHeader(java.lang.String xmlHeader)
xmlHeader
- xml header to be setpublic static void SetPrepositionFile(java.lang.String prepositionFile)
prepositionFile
- preposition file to be setpublic static void SetIrregExpFile(java.lang.String irregExpFile)
irregExpFile
- irreg exceptions file to be set
(used in check local content)public static java.lang.String GetTextIndent()
public static java.lang.String GetXmlIndent()
public static java.lang.String GetXmlHeader()
public static java.lang.String GetPrepositionFile()
public static java.lang.String GetIrregExpFile()
Submit a bug or feature
Copyright © 2013 National Library of Medicine