A B C D E F G H I J K L M N O P Q R S T U V W X Z 

P

PACKAGE_DIR - Static variable in class org.crosswire.jsword.book.install.sword.HttpSwordInstallerFactory
The relative path of the dir holding the zip files
PACKAGE_SEPARATOR_CHAR - Static variable in class org.crosswire.common.util.ClassUtil
The package separator character: ..
packageDirectory - Variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The directory containing zipped books on the host.
pairs - Variable in class org.crosswire.jsword.versification.FileVersificationMapping
 
params - Variable in class org.crosswire.common.xml.TransformingSAXEventProvider
The remembered Parameters because the transformer has not been created
parent - Variable in class org.crosswire.common.util.NetUtil.IsDirectoryURIFilter
 
parent - Variable in class org.crosswire.jsword.book.sword.TreeNode
The offset of the parent record in the offset.
parent - Variable in class org.crosswire.jsword.passage.AbstractPassage
The parent key.
parent - Variable in class org.crosswire.jsword.passage.DefaultKeyList
The parent of this key
parent - Variable in class org.crosswire.jsword.passage.DefaultLeafKeyList
The parent of this key
parent - Variable in class org.crosswire.jsword.passage.KeyIterator.Locator
 
parent - Variable in class org.crosswire.jsword.passage.SetKeyList
The parent of this key
parent - Variable in class org.crosswire.jsword.passage.TreeKey
The parent of this key.
parent - Variable in class org.crosswire.jsword.passage.VerseRange
The parent key.
parse(String) - Method in class org.crosswire.common.icu.DateFormatter
Convert text to a date.
parse() - Method in class org.crosswire.common.options.GetOptions
 
parse(String) - Method in class org.crosswire.common.util.Language
Split the specification on '-' into 1 to 3 parts.
parse(InputSource) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
parse(String) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
parse(String) - Method in class org.crosswire.common.xml.XMLProcess
 
parse(String) - Method in class org.crosswire.jsword.book.filter.osis.OSISFilter
If the string is invalid then we might want to have more than one crack at parsing it
parse(Book, Key, String, String) - Method in class org.crosswire.jsword.book.filter.thml.THMLFilter
 
parse(String) - Method in class org.crosswire.jsword.book.study.StrongsNumber
Do the actual parsing.
parse() - Method in class org.crosswire.jsword.bridge.ConfParser
 
parse() - Method in class org.crosswire.jsword.examples.BibleToOsis
 
parse(String) - Method in class org.crosswire.jsword.index.lucene.LuceneQueryBuilder
 
parse(String) - Method in interface org.crosswire.jsword.index.query.QueryBuilder
Construct a query from a string.
parseInt(String) - Static method in enum org.crosswire.jsword.passage.AccuracyType
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure.
parseInt(String) - Static method in class org.crosswire.jsword.passage.Verse
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure.
parseOsisID(Versification, String) - Method in class org.crosswire.jsword.passage.OsisParser
Strict OSIS ID parsers, case-sensitive
parseOsisID(Versification, List<String>) - Method in class org.crosswire.jsword.passage.OsisParser
 
parseOsisRef(Versification, String) - Method in class org.crosswire.jsword.passage.OsisParser
String OSIS Ref parser, assumes a - separating two osis IDs
parser - Variable in class org.crosswire.common.xml.XMLProcess
 
parserName - Variable in class org.crosswire.common.xml.XMLProcess
 
parseTags(Book, Key, String) - Method in class org.crosswire.jsword.book.filter.gbf.GBFFilter
Turn the string into a list of tags in the order that they appear in the original string.
part - Variable in class org.crosswire.jsword.book.study.StrongsNumber
The part if any.
partialLoading - Static variable in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
parts - Variable in class org.crosswire.common.util.Version
 
Passage - Interface in org.crosswire.jsword.passage
A Passage is a specialized Collection of Verses.
PassageEvent - Class in org.crosswire.jsword.passage
Defines an event that encapsulates changes to a Passage.
PassageEvent(Object, PassageEvent.EventType, Verse, Verse) - Constructor for class org.crosswire.jsword.passage.PassageEvent
Constructs a PassageEvent object.
PassageEvent.EventType - Enum in org.crosswire.jsword.passage
Indicates what kind of change happened to a Passage.
PassageEvent.EventType() - Constructor for enum org.crosswire.jsword.passage.PassageEvent.EventType
 
PassageKeyFactory - Class in org.crosswire.jsword.passage
The PassageKeyFactory constructs Passages of the default Passage type.
PassageKeyFactory() - Constructor for class org.crosswire.jsword.passage.PassageKeyFactory
This class implements a Singleton pattern.
PassageListener - Interface in org.crosswire.jsword.passage
A PassageListener gets told when the verses in a Passage have changed (added or removed).
PassageListType - Enum in org.crosswire.jsword.passage
Types of Passage Lists.
PassageListType() - Constructor for enum org.crosswire.jsword.passage.PassageListType
 
PassageTally - Class in org.crosswire.jsword.passage
Similar to a Passage, but that stores a ranking for each of the Verses that it contains.
PassageTally(Versification) - Constructor for class org.crosswire.jsword.passage.PassageTally
Create an empty PassageTally
PassageTally(Versification, String, Key) - Constructor for class org.crosswire.jsword.passage.PassageTally
Create a Verse from a human readable string.
PassageTally(Versification, String) - Constructor for class org.crosswire.jsword.passage.PassageTally
 
PassageTally.Order - Enum in org.crosswire.jsword.passage
Indicates how this PassageTally is to order it's Verses.
PassageTally.Order() - Constructor for enum org.crosswire.jsword.passage.PassageTally.Order
 
PassageTally.OrderedVerseIterator - Class in org.crosswire.jsword.passage
Iterate over the Verses in order of their rank in the tally
PassageTally.OrderedVerseIterator(Versification, int[]) - Constructor for class org.crosswire.jsword.passage.PassageTally.OrderedVerseIterator
Find the first unused verse
PassageTally.OrderedVerseRangeIterator - Class in org.crosswire.jsword.passage
Iterate over the Ranges in order of their rank in the tally
PassageTally.OrderedVerseRangeIterator(Versification, Iterator<Key>, int[]) - Constructor for class org.crosswire.jsword.passage.PassageTally.OrderedVerseRangeIterator
Find the first unused verse
PassageTally.TalliedVerse - Class in org.crosswire.jsword.passage
Hack to make this work with J2SE 1.1 as well as J2SE 1.2 This compared 2 Integers
PassageTally.TalliedVerse(int, int) - Constructor for class org.crosswire.jsword.passage.PassageTally.TalliedVerse
Convenience ctor to set the public variables
PassageTally.TalliedVerseRange - Class in org.crosswire.jsword.passage
Hack to make this work with JDK1.1 as well as JDK1.2 This compared 2 Integers
PassageTally.TalliedVerseRange(VerseRange, int) - Constructor for class org.crosswire.jsword.passage.PassageTally.TalliedVerseRange
Convenience ctor to set the public variables
PassageTally.VerseIterator - Class in org.crosswire.jsword.passage
Iterate over the Verses in normal verse order
PassageTally.VerseIterator() - Constructor for class org.crosswire.jsword.passage.PassageTally.VerseIterator
Find the first unused verse
PassageType - Enum in org.crosswire.jsword.passage
Types of Passage optimizations.
PassageType() - Constructor for enum org.crosswire.jsword.passage.PassageType
 
PassageUtil - Class in org.crosswire.jsword.passage
A Utility class containing various static methods.
PassageUtil() - Constructor for class org.crosswire.jsword.passage.PassageUtil
Prevent instantiation
Patch - Class in org.crosswire.common.diff
Marshals a patch to a list of Differences, Differences to a patch and applies a list of differences to text to patch it.
Patch() - Constructor for class org.crosswire.common.diff.Patch
Create an empty patch.
Patch(String) - Constructor for class org.crosswire.common.diff.Patch
Create a Patch from a textual representation,
Patch(String, String) - Constructor for class org.crosswire.common.diff.Patch
Create a patch that can turn text1 into text2.
Patch(String, String, List<Difference>) - Constructor for class org.crosswire.common.diff.Patch
Create a patch that can turn text1 into text2.
patch(BibleBook, int, int) - Method in class org.crosswire.jsword.versification.Versification
Fix up these verses so that they are as valid a possible.
Patch.PatchResults - Class in org.crosswire.common.diff
A holder of the results of a patch, with a results indicating which patch entries were able to be applied.
Patch.PatchResults(String, boolean[]) - Constructor for class org.crosswire.common.diff.Patch.PatchResults
 
patchBoundaryPattern - Static variable in class org.crosswire.common.diff.Patch
 
PatchEntry - Class in org.crosswire.common.diff
A PatchEntry is a single "instruction" in a Patch, consisting of a interval over which differences are applied and the differences that should be applied.
PatchEntry() - Constructor for class org.crosswire.common.diff.PatchEntry
 
PatchEntry(String) - Constructor for class org.crosswire.common.diff.PatchEntry
 
patches - Variable in class org.crosswire.common.diff.Patch
 
patchPattern - Static variable in class org.crosswire.common.diff.PatchEntry
 
path - Variable in class org.crosswire.jsword.index.lucene.LuceneIndex
The location of this index
path1(List<Set<String>>, String, String) - Method in class org.crosswire.common.diff.DifferenceEngine
Work from the middle back to the start to determine the path.
path2(List<Set<String>>, String, String) - Method in class org.crosswire.common.diff.DifferenceEngine
Work from the middle back to the end to determine the path.
PATH_CONF - Static variable in class org.crosswire.jsword.book.sword.SwordConstants
The configuration directory with a trailing /
PathChoice - Class in org.crosswire.common.config
A class to convert between strings and objects of a type.
PathChoice() - Constructor for class org.crosswire.common.config.PathChoice
 
pattern - Variable in class org.crosswire.common.diff.Bitap
The pattern to find in the text.
pattern - Variable in class org.crosswire.common.diff.Match
The pattern to find in the text.
PatternFormatter - Class in org.crosswire.common.util
Formats a log entry by pattern.
PatternFormatter() - Constructor for class org.crosswire.common.util.PatternFormatter
 
PbTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the pb (page break) element.
PbTag() - Constructor for class org.crosswire.jsword.book.filter.thml.PbTag
 
peek(int) - Method in class org.crosswire.common.history.History
Get the current item in the "back" list
pendingEndTag - Variable in class org.crosswire.common.xml.PrettySerializingContentHandler
One of the difficulties in SAX parsing is that it does not retain state.
percent - Variable in class org.crosswire.common.progress.Job
The officially reported progress
permanentToLocal(URI) - Method in class org.crosswire.common.config.Config
Take the data stored permanently and copy it to the local storage area, using the configured storage area
PersianLuceneAnalyzer - Class in org.crosswire.jsword.index.lucene.analysis
An Analyzer whose TokenStream is built from a ArabicLetterTokenizer filtered with LowerCaseFilter, ArabicNormalizationFilter, PersianNormalizationFilter and Persian StopFilter (optional)
PersianLuceneAnalyzer() - Constructor for class org.crosswire.jsword.index.lucene.analysis.PersianLuceneAnalyzer
 
persistentNaming - Static variable in class org.crosswire.jsword.passage.PassageUtil
Do we store the original string?
pickBible() - Method in class org.crosswire.jsword.examples.APIExamples
This is an example of the different ways to select a Book from the selection available.
pickLoader(ClassLoader, ClassLoader) - Static method in class org.crosswire.common.util.CWClassLoader
Returns 'true' if 'loader2' is a delegation child of 'loader1' [or if 'loader1'=='loader2'].
picks - Variable in enum org.crosswire.jsword.book.sword.ConfigEntryType
The array of choices.
pickStemmer(String) - Method in class org.crosswire.jsword.index.lucene.analysis.ConfigurableSnowballAnalyzer
Given the name of a stemmer, use that one.
PlainTextFilter - Class in org.crosswire.jsword.book.filter.plaintext
Filter to convert plain text to OSIS format.
PlainTextFilter() - Constructor for class org.crosswire.jsword.book.filter.plaintext.PlainTextFilter
 
PluginUtil - Class in org.crosswire.common.util
A plugin maps one or more implementations to an interface or abstract class via a properties file whose suffix is "plugin".
PluginUtil() - Constructor for class org.crosswire.common.util.PluginUtil
Prevent instantiation
PLUS - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
 
policy - Variable in class org.crosswire.jsword.index.lucene.LuceneIndexManager
 
pos - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
pos - Static variable in class org.crosswire.jsword.examples.DictToOsis
 
POS_TYPE - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant for the pos (part of speech) type.
position - Variable in class org.crosswire.jsword.passage.KeyIterator.Locator
 
postVerse(Key, List<Content>, String) - Method in class org.crosswire.jsword.book.sword.processing.NoOpRawTextProcessor
 
postVerse(Key, List<Content>, String) - Method in interface org.crosswire.jsword.book.sword.processing.RawTextToXmlProcessor
Executes after a verse is read from the raw data.
predictionMapURI - Variable in class org.crosswire.common.progress.Job
The URI to which we load and save timings
PreferredKey - Interface in org.crosswire.jsword.passage
For any time when a component wishes to express a preference for a Key.
prefix(String, String) - Static method in class org.crosswire.common.diff.Commonality
Find the length of a common prefix.
PREFIX - Static variable in class org.crosswire.jsword.book.install.InstallManager
The prefix for the keys in the installer property file.
PREFIX_GLOBALS - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
File prefix for config file
PREFIX_INSTALLED_INDEX_VERSION_BOOK_OVERRIDE - Static variable in class org.crosswire.jsword.index.lucene.InstalledIndex
 
PREFIX_LATEST_INDEX_VERSION_BOOK_OVERRIDE - Static variable in class org.crosswire.jsword.index.lucene.IndexMetadata
 
prepare() - Method in class org.crosswire.jsword.passage.KeyIterator
 
prependText(String) - Method in class org.crosswire.common.diff.Difference
 
prependText(char) - Method in class org.crosswire.common.diff.Difference
 
prepopulateIncfile(RawFileBackendState) - Method in class org.crosswire.jsword.book.sword.RawFileBackend
 
prepopulateIndexFiles(RawFileBackendState) - Method in class org.crosswire.jsword.book.sword.RawFileBackend
 
preRange(VerseRange, List<Content>) - Method in class org.crosswire.jsword.book.sword.processing.NoOpRawTextProcessor
 
preRange(VerseRange, List<Content>) - Method in interface org.crosswire.jsword.book.sword.processing.RawTextToXmlProcessor
Executes before a range is read from the raw data.
prettyHtml(List<Difference>) - Method in class org.crosswire.common.diff.Diff
Convert a Difference list into a pretty HTML report.
PrettySerializingContentHandler - Class in org.crosswire.common.xml
This class provides for the formatted serialization of a SAX stream to a Writer.
PrettySerializingContentHandler() - Constructor for class org.crosswire.common.xml.PrettySerializingContentHandler
A formatting serializer that does not add whitespace to the document.
PrettySerializingContentHandler(FormatType) - Constructor for class org.crosswire.common.xml.PrettySerializingContentHandler
A formatting serializer that adds whitespace to the document according to the specified FormatType.
PrettySerializingContentHandler(FormatType, Writer) - Constructor for class org.crosswire.common.xml.PrettySerializingContentHandler
A formatting serializer that adds whitespace to the document according to the specified FormatType.
preVerseElement - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
preVersePattern - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
preVerseStart - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
printActual() - Method in class org.crosswire.common.xml.XMLProcess
 
printDefaults() - Method in class org.crosswire.common.xml.XMLProcess
 
printError(String, SAXParseException) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
Prints the error message.
printUsage() - Method in class org.crosswire.common.xml.XMLFeatureSet
Prints the usage.
printUsage() - Method in class org.crosswire.common.xml.XMLProcess
 
processContent(Book, Key, Element) - Method in class org.crosswire.jsword.book.filter.thml.AbstractTag
 
processContent(Book, Key, Element) - Method in class org.crosswire.jsword.book.filter.thml.IgnoreTag
 
processContent(Book, Key, Element) - Method in class org.crosswire.jsword.book.filter.thml.ScripRefTag
 
processContent(Book, Key, Element) - Method in class org.crosswire.jsword.book.filter.thml.SkipTag
 
processContent(Book, Key, Element) - Method in interface org.crosswire.jsword.book.filter.thml.Tag
Do additional processing of the tag after the element has been created.
processEntry(KeyValuePair) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
 
processingInstruction(String, String) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
processingInstruction(String, String) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
processingInstruction(String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
processMappings(FileVersificationMapping) - Method in class org.crosswire.jsword.versification.VersificationToKJVMapper
This is the crux of the decoding facility.
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.AbbrTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.AbstractTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.AliasTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.AnonymousTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ATag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BigTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BlockquoteTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BrTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.BTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.CenterTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.CitationTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.DivTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.FontTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ForeignTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.HTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ImgTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ITag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.LiTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.LTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.NameTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.NoteTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.OlTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.PTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.QTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.RootTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ScripRefTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ScriptureTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SmallTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.STag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SubTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SupTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.SyncTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TableTag
 
processTag(Book, Key, Element, Attributes) - Method in interface org.crosswire.jsword.book.filter.thml.Tag
Make changes to the specified OSIS element given the attributes passed in the source document.
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TdTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TermTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.ThTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TrTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.TtTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.UlTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.UTag
 
processTag(Book, Key, Element, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.VerseTag
 
programName - Variable in class org.crosswire.common.options.GetOptions
 
programOptions - Variable in class org.crosswire.common.options.GetOptions
 
Progress - Interface in org.crosswire.common.progress
A Generic way of keeping track of Threads and monitoring their progress.
ProgressMode - Enum in org.crosswire.common.progress
Progress can be one of several modes, which correspond to the Progress.beginJob() calls.
ProgressMode() - Constructor for enum org.crosswire.common.progress.ProgressMode
 
properties2Map(Properties) - Static method in class org.crosswire.common.util.CollectionUtil
Convert a Properties into a Map.
properties2Map(URI) - Static method in class org.crosswire.common.util.CollectionUtil
Convert a Properties located at propURI into a Map.
property - Variable in class org.crosswire.jsword.book.BookFilters.CustomBookFilter.Test
 
PROPERTY_SWORD_HOME - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
System property for sword home directory
PROPERTY_USER_HOME - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
Java system property for users home directory
PropertyMap - Class in org.crosswire.common.util
A PropertyMap is a Map<String,String> sitting over top a Property file.
PropertyMap() - Constructor for class org.crosswire.common.util.PropertyMap
Creates an empty property list with no default values.
PropertyMap(PropertyMap) - Constructor for class org.crosswire.common.util.PropertyMap
Creates an empty property map with the specified defaults.
propertyname - Variable in class org.crosswire.common.config.AbstractReflectedChoice
The property that we call on the reflecting class
props - Variable in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
props - Variable in class org.crosswire.jsword.index.lucene.IndexMetadata
 
props - Variable in class org.crosswire.jsword.index.lucene.InstalledIndex
 
PROTOCOL_FILE - Static variable in class org.crosswire.common.util.NetUtil
Constant for the file: protocol or scheme
PROTOCOL_FTP - Static variable in class org.crosswire.common.util.NetUtil
Constant for the ftp: protocol or scheme
PROTOCOL_HTTP - Static variable in class org.crosswire.common.util.NetUtil
Constant for the http: protocol or scheme
PROTOCOL_JAR - Static variable in class org.crosswire.common.util.NetUtil
Constant for the jar: protocol or scheme
provideSAXEvents(ContentHandler) - Method in class org.crosswire.common.xml.JDOMSAXEventProvider
 
provideSAXEvents(ContentHandler) - Method in interface org.crosswire.common.xml.SAXEventProvider
When SAX events are required the user of this interface can call this method.
provideSAXEvents(ContentHandler) - Method in class org.crosswire.common.xml.StringSAXEventProvider
 
provideSAXEvents(ContentHandler) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
proxyHost - Variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The remote proxy hostname.
proxyPort - Variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The remote proxy port.
psalmTitleElement - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
psalmTitlePattern - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
psalmTitleStart - Static variable in class org.crosswire.jsword.examples.BibleToOsis
 
PTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the p element.
PTag() - Constructor for class org.crosswire.jsword.book.filter.thml.PTag
 
putProperty(String, String) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
putProperty(String, String, boolean) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
putProperty(String, String) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
putProperty(String, String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
putProperty(String, String, boolean) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
putProperty(String, String) - Method in interface org.crosswire.jsword.book.Book
Set a property for this book.
putProperty(String, String, boolean) - Method in interface org.crosswire.jsword.book.Book
Saves an entry to a particular configuration file.
putProperty(String, String) - Method in interface org.crosswire.jsword.book.BookMetaData
Save to shared storage.
putProperty(String, String, boolean) - Method in interface org.crosswire.jsword.book.BookMetaData
Saves an entry to a particular configuration file.
putProperty(String, String, boolean) - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
putProperty(String, String, MetaDataLocator) - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
Allow specification of a specific SwordMetaDataLocator when saving a property.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Copyright ยจ 2003-2015