public class Configuration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
altText |
static int |
ASCII |
protected boolean |
BreakBeforeBR |
protected boolean |
BurstSlides |
protected int |
CharEncoding |
static int |
DOCTYPE_AUTO |
static int |
DOCTYPE_LOOSE |
static int |
DOCTYPE_OMIT |
static int |
DOCTYPE_STRICT |
static int |
DOCTYPE_USER |
protected int |
docTypeMode |
protected java.lang.String |
docTypeStr |
protected boolean |
DropEmptyParas |
protected boolean |
DropFontTags |
protected boolean |
Emacs |
protected boolean |
EncloseBlockText |
protected boolean |
EncloseBodyText |
protected java.lang.String |
errfile |
protected boolean |
FixBackslash |
protected boolean |
FixComments |
protected boolean |
HideEndTags |
protected boolean |
IndentAttributes |
protected boolean |
IndentContent |
static int |
ISO2022 |
protected boolean |
KeepFileTimes |
static int |
LATIN1 |
protected boolean |
LiteralAttribs |
protected boolean |
LogicalEmphasis |
static int |
MACROMAN |
protected boolean |
MakeClean |
protected boolean |
NumEntities |
protected boolean |
OnlyErrors |
protected boolean |
Quiet |
protected boolean |
QuoteAmpersand |
protected boolean |
QuoteMarks |
protected boolean |
QuoteNbsp |
static int |
RAW |
protected boolean |
RawOut |
protected boolean |
ShowWarnings |
protected java.lang.String |
slidestyle |
protected boolean |
SmartIndent |
protected int |
spaces |
protected int |
tabsize |
protected boolean |
TidyMark |
protected TagTable |
tt |
protected boolean |
UpperCaseAttrs |
protected boolean |
UpperCaseTags |
static int |
UTF8 |
protected boolean |
Word2000 |
protected boolean |
WrapAsp |
protected boolean |
WrapAttVals |
protected boolean |
WrapJste |
protected int |
wraplen |
protected boolean |
WrapPhp |
protected boolean |
WrapScriptlets |
protected boolean |
WrapSection |
protected boolean |
writeback |
protected boolean |
xHTML |
protected boolean |
XmlOut |
protected boolean |
XmlPi |
protected boolean |
XmlPIs |
protected boolean |
XmlSpace |
protected boolean |
XmlTags |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
void |
addProps(java.util.Properties p) |
void |
adjust() |
protected java.lang.String |
parseDocType(java.lang.String s,
java.lang.String option) |
void |
parseFile(java.lang.String filename) |
public static final int RAW
public static final int ASCII
public static final int LATIN1
public static final int UTF8
public static final int ISO2022
public static final int MACROMAN
public static final int DOCTYPE_OMIT
public static final int DOCTYPE_AUTO
public static final int DOCTYPE_STRICT
public static final int DOCTYPE_LOOSE
public static final int DOCTYPE_USER
protected int spaces
protected int wraplen
protected int CharEncoding
protected int tabsize
protected int docTypeMode
protected java.lang.String altText
protected java.lang.String slidestyle
protected java.lang.String docTypeStr
protected java.lang.String errfile
protected boolean writeback
protected boolean OnlyErrors
protected boolean ShowWarnings
protected boolean Quiet
protected boolean IndentContent
protected boolean SmartIndent
protected boolean HideEndTags
protected boolean XmlTags
protected boolean XmlOut
protected boolean xHTML
protected boolean XmlPi
protected boolean RawOut
protected boolean UpperCaseTags
protected boolean UpperCaseAttrs
protected boolean MakeClean
protected boolean LogicalEmphasis
protected boolean DropFontTags
protected boolean DropEmptyParas
protected boolean FixComments
protected boolean BreakBeforeBR
protected boolean BurstSlides
protected boolean NumEntities
protected boolean QuoteMarks
protected boolean QuoteNbsp
protected boolean QuoteAmpersand
protected boolean WrapAttVals
protected boolean WrapScriptlets
protected boolean WrapSection
protected boolean WrapAsp
protected boolean WrapJste
protected boolean WrapPhp
protected boolean FixBackslash
protected boolean IndentAttributes
protected boolean XmlPIs
protected boolean XmlSpace
protected boolean EncloseBodyText
protected boolean EncloseBlockText
protected boolean KeepFileTimes
protected boolean Word2000
protected boolean TidyMark
protected boolean Emacs
protected boolean LiteralAttribs
protected TagTable tt