|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.bibledesktop.desktop.XSLTProperty
public final class XSLTProperty
Defines properties that control the behavior of translating OSIS to HTML.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
static XSLTProperty |
BCV
Show book, chapter and verse numbers. |
static XSLTProperty |
CV
Show chapter and verse numbers. |
private boolean |
defaultState
The default state of the XSLTProperty |
static XSLTProperty |
MORPH
Determines whether Word Morphology (e.g. |
private String |
name
The name of the XSLTProperty |
private static int |
nextObj
|
static XSLTProperty |
NO_VERSE_NUMBERS
Show no verse numbers |
static XSLTProperty |
NOTES
Should notes be shown |
private int |
obj
|
private static long |
serialVersionUID
Serialization ID |
static XSLTProperty |
START_VERSE_ON_NEWLINE
Determines whether verses should start on a new line. |
private boolean |
state
The current state of the XSLTProperty |
static XSLTProperty |
STRONGS_NUMBERS
Determines whether Strong's Numbers should show |
static XSLTProperty |
TINY_VERSE_NUMBERS
Show verse numbers as a superscript. |
private static XSLTProperty[] |
VALUES
|
static XSLTProperty |
VERSE_NUMBERS
Show verse numbers |
static XSLTProperty |
XREF
Should cross references be shown |
Constructor Summary | |
---|---|
private |
XSLTProperty(String name,
boolean defaultState)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
Prevent subclasses from overriding canonical identity based Object methods |
static XSLTProperty |
fromInteger(int i)
Lookup method to convert from an integer |
static XSLTProperty |
fromString(String name)
Lookup method to convert from a String |
boolean |
getDefault()
|
String |
getName()
|
boolean |
getState()
|
int |
hashCode()
Prevent subclasses from overriding canonical identity based Object methods |
(package private) Object |
readResolve()
|
static void |
setProperties(TransformingSAXEventProvider provider)
|
void |
setProperty(TransformingSAXEventProvider provider)
|
void |
setState(boolean newState)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final XSLTProperty STRONGS_NUMBERS
public static final XSLTProperty MORPH
public static final XSLTProperty START_VERSE_ON_NEWLINE
public static final XSLTProperty VERSE_NUMBERS
public static final XSLTProperty CV
public static final XSLTProperty BCV
public static final XSLTProperty NO_VERSE_NUMBERS
public static final XSLTProperty TINY_VERSE_NUMBERS
public static final XSLTProperty NOTES
public static final XSLTProperty XREF
private String name
private boolean defaultState
private boolean state
private static int nextObj
private final int obj
private static final XSLTProperty[] VALUES
private static final long serialVersionUID
Constructor Detail |
---|
private XSLTProperty(String name, boolean defaultState)
name
- The name of this propertyMethod Detail |
---|
public String getName()
public boolean getDefault()
public boolean getState()
public void setState(boolean newState)
public void setProperty(TransformingSAXEventProvider provider)
public static void setProperties(TransformingSAXEventProvider provider)
public static XSLTProperty fromString(String name)
public static XSLTProperty fromInteger(int i)
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |