Serialized Form

Class org.thdl.tib.scanner.AboutDialog implements Serializable


Class org.thdl.tib.scanner.AlmostDefaultTableCellRenderer implements Serializable

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground


Class org.thdl.tib.scanner.AppletScannerFilter implements Serializable

Serialized Fields

mnuSelectAll

JMenuItem mnuSelectAll

aboutItem

JMenuItem aboutItem

mnuClear

JMenuItem mnuClear

mnuCut

JMenuItem mnuCut

mnuCopy

JMenuItem mnuCopy

mnuPaste

JMenuItem mnuPaste

mnuDelete

JMenuItem mnuDelete

tibScript

JCheckBoxMenuItem tibScript

mnuEdit

JMenu mnuEdit

objModified

Object objModified

sp

org.thdl.tib.scanner.ScannerPanel sp


Class org.thdl.tib.bibl.DiacriticPanel implements Serializable

Serialized Fields

frame

org.thdl.tib.bibl.TibFrame frame

jtc

JTextComponent jtc

controller

org.thdl.tib.bibl.TiblEdit controller

chosenChar

char chosenChar

hasPicked

boolean hasPicked

isGeneral

boolean isGeneral


Class org.thdl.tib.scanner.DictionaryTable implements Serializable

Serialized Fields

padre

org.thdl.tib.scanner.DuffScannerPanel padre

tibetanHeight

int tibetanHeight

normalHeight

int normalHeight

duffRenderer

TableCellRenderer duffRenderer

normalRenderer

TableCellRenderer normalRenderer


Class org.thdl.tib.scanner.DictionaryTableModel implements Serializable

Serialized Fields

array

org.thdl.tib.scanner.Word[] array

arrayTibetan

org.thdl.tib.text.DuffData[][] arrayTibetan

tibetanActivated

boolean tibetanActivated


Class org.thdl.tib.bibl.DiscDialog implements Serializable

Serialized Fields

parent

org.thdl.tib.bibl.TibFrame parent

doc

org.thdl.tib.bibl.TibDoc doc

textDisc

Element textDisc

styleBox

JComboBox styleBox

typeBox

JComboBox typeBox

discBox

JComboBox discBox

content

JPanel content

tempPanel

JPanel tempPanel

filler

JPanel filler

jta

DiscDialog.DiscTextPane jta

headLabel

JLabel headLabel

header

JLabel header

boldAction

Action boldAction

italicAction

Action italicAction

bgColor

Color bgColor

fillerSize

Dimension fillerSize

dialogSize

Dimension dialogSize

contentSize

Dimension contentSize

maxLine

Dimension maxLine

marg

int marg

sectionSelection

int sectionSelection

returnType

int returnType

actions

Hashtable actions

titleTypes

String[] titleTypes


Class org.thdl.tib.bibl.DiscDialog.DiscTextPane implements Serializable

Serialized Fields

styleTable

Object[][] styleTable

normal

StyleContext.NamedStyle normal

NEW_PARA

String NEW_PARA


Class org.thdl.tib.bibl.DiscDialog.StyleBoxRenderer implements Serializable


Class org.thdl.tib.bibl.DoxWindow implements Serializable

Serialized Fields

controller

org.thdl.tib.bibl.TiblEdit controller

mainDox

String[] mainDox

mainEng

String[] mainEng

subDox

String[][] subDox

ati

String[] ati

anu

String[] anu

maha

String[] maha

subSubDox

String[][][] subSubDox

semsSde

String[] semsSde

manNgagSde

String[] manNgagSde

yangTi

String[] yangTi

rgyudSde

String[] rgyudSde

sgrubSde

String[] sgrubSde

subSubSubDox

String[][][][] subSubSubDox

rgyud18

String[] rgyud18

sgrubSdeSub

String[] sgrubSdeSub

bkaBrgyad

String[] bkaBrgyad

subEng

String[][] subEng

atiEng

String[] atiEng

anuEng

String[] anuEng

mahaEng

String[] mahaEng

subSubEng

String[][][] subSubEng

semsSdeEng

String[] semsSdeEng

manNgagSdeEng

String[] manNgagSdeEng

yangTiEng

String[] yangTiEng

rgyudSdeEng

String[] rgyudSdeEng

sgrubSdeEng

String[] sgrubSdeEng

subSubSubEng

String[][][][] subSubSubEng

rgyud18Eng

String[] rgyud18Eng

sgrubSdeSubEng

String[] sgrubSdeSubEng

bkaBrgyadEng

String[] bkaBrgyadEng

frame

JFrame frame

contentPanel

JPanel contentPanel

mainDoxBox

DoxWindow.TCombo mainDoxBox

subDoxBox

DoxWindow.TCombo subDoxBox

subSubDoxBox

DoxWindow.TCombo subSubDoxBox

subSubSubDoxBox

DoxWindow.TCombo subSubSubDoxBox

numberInCategory

JTextField numberInCategory

tib

JRadioButton tib

eng

JRadioButton eng

submit

JButton submit

cancel

JButton cancel

fileName

JLabel fileName


Class org.thdl.tib.bibl.DoxWindow.TCombo implements Serializable

Serialized Fields

parent

DoxWindow.TCombo parent

lang

String lang

size

Dimension size


Class org.thdl.tib.scanner.DuffCellRenderer implements Serializable

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground


Class org.thdl.tib.text.DuffCellRenderer implements Serializable

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground


Class org.thdl.tib.input.DuffPane implements Serializable

Serialized Fields

statBar

org.thdl.util.StatusBar statBar
The status bar to update with messages about the current input mode. Are we expecting a vowel? a subscript? et cetera.


charList

ArrayList charList
A central part of the Tibetan keyboard. As keys are typed, they are added to charList if they constitute a valid Wylie character. charList is added to in this manner until the user types punctuation, a vowel, or some action or function key. Later, when glyphs are printed to the screen, the #newGlyphList is computed on the basis of charList.


oldGlyphList

List oldGlyphList
This field holds a copy of the last #newGlyphList. Then, when a key is pressed, #charList is updated, a new newGlyphList is computed, and the newGlyphList is compared against this field. The text on the screen is then modified to reflect the new newGlyphList.


newGlyphList

List newGlyphList
A central component of the Tibetan input method. While charList keeps track of the characters that have been entered, it does not organize them correctly into the proper glyphs. For example, charList might have four characters in it, 'b', 's', 'g', and 'r', but it does not know that they should be drawn as two glyphs, 'b' and 's-g-r'. newGlyphList is a list of glyphs (DuffCodes) which is formed by


holdCurrent

StringBuffer holdCurrent
This field keeps track of what is currently being typed, to account for characters (such as Wylie 'tsh') which correspond to more than one keystroke in the keyboard. It is cleared or readjusted when it is clear that the user has moved on to a different character. For example, after the user types 'khr', holdCurrent will contain only 'r', since 'khr' is not a valid character.


isTopHypothesis

boolean isTopHypothesis
This field says whether or not the character atop #charList has been finalized, and therefore whether subsequent keystrokes are allowed to displace this character. For example, if 'k' is at the top of charList, and isTopHypothesis is true, then typing 'h' would replace 'k' with 'kh'. On the other hand, were isTopHypothesis false, then typing 'h' would add 'h' to the top of charList instead. In short, is the top character on #charList a fact or just a hypothesis?


isTypingVowel

boolean isTypingVowel
Is the user in the process of typing a vowel?


isDefinitelyTibetan

boolean isDefinitelyTibetan
Is it definitely the case that the user is typing Tibetan, rather than Sanskrit?


isDefinitelyTibetan_default

boolean isDefinitelyTibetan_default
According to the active keyboard, what value #isDefinitelyTibetan should be assigned by default when the keyboard is initialized by initKeyboard


isDefinitelyTibetan_withStackKey

boolean isDefinitelyTibetan_withStackKey
According to the active keyboard, what value #isDefinitelyTibetan should be assigned if the user has initiated a stack by typing a stack key. For example, in the Wylie keyboard, there is a Sanskrit stacking key ('+'), but no Tibetan stacking key. Therefore, if the user is stacking with '+', this field should be false, since what the user is typing must be Sanskrit, not Tibetan.


isDefinitelySanskrit

boolean isDefinitelySanskrit
True iff it is definitely the case that the user is typing Sanskrit (for example a Sanskrit stack), rather than Tibetan


isDefinitelySanskrit_default

boolean isDefinitelySanskrit_default
According to the active keyboard, the value #isDefinitelySanskrit should be assigned by default when the keyboard is initialized by initKeyboard


isDefinitelySanskrit_withStackKey

boolean isDefinitelySanskrit_withStackKey
According to the active keyboard, the value that should be assigned to #isDefinitelySanskrit if the user has initiated a stack by typing a stack key. For example, in the Wylie keyboard, there is a Sanskrit stacking key ('+'), but no Tibetan stacking key. Therefore, if the user is stacking with '+', this field should be true, since what the user is typing must be Sanskrit, not Tibetan.


isStackingOn

boolean isStackingOn
True iff consonant stacking is allowed at the moment. In the Wylie keyboard, consonant stacking is usually on, since stacking is automatic. However, in the TCC and Sambhota keyboards, stacking is off by default, since you can only stack when you've pressed a stacking key.


isStackingOn_default

boolean isStackingOn_default
True iff, according to the active keyboard, stacking is on by default assuming no stack key has been pressed.


isStackingRightToLeft

boolean isStackingRightToLeft
Automatic stacking in Wylie is from right to left. For example, if the user types 'brg', the resulting glyph sequence is 'b' plus 'rg', not 'br' plus 'g'. If stacking results from the use of a stack key, it is from left to right.


lastStart

int lastStart
used for tracking changes in Wylie to TMW conversion


isTibetan

boolean isTibetan
true iff the user is in Tibetan typing mode. This is true by default.


isRomanEnabled

boolean isRomanEnabled
true iff the user is allowed to type non-Tibetan. This is true by default


caret

Caret caret
The caret of TibetanPane.doc, used to keep track of the current entry/edit/deletion position.


rootStyle

Style rootStyle

skipUpdate

boolean skipUpdate

isCutAndPasteEnabled

boolean isCutAndPasteEnabled

romanFontFamily

String romanFontFamily

romanFontSize

int romanFontSize

romanAttributeSet

MutableAttributeSet romanAttributeSet

rtfBoard

Clipboard rtfBoard

numberOfGlyphsForLastVowel

int numberOfGlyphsForLastVowel
If the character last displayed was a vowel, this is how many glyphs the vowel was composed of. (Some vowels, such as Wylie 'I', consist of two glyphs.) We use the getter and setter for this variable and never the variable itself.


Class org.thdl.tib.scanner.DuffScannerPanel implements Serializable

Serialized Fields

fullDef

TextArea fullDef

txtInput

TextArea txtInput

duffInput

org.thdl.tib.input.DuffPane duffInput

inputPanel

JPanel inputPanel

listDef

JScrollPane listDef

table

org.thdl.tib.scanner.DictionaryTable table

model

org.thdl.tib.scanner.DictionaryTableModel model

showingTibetan

boolean showingTibetan


Class org.thdl.tib.bibl.EditAction implements Serializable


Class org.thdl.tib.bibl.FileAction implements Serializable


Class org.thdl.tib.bibl.InsertAction implements Serializable


Class org.thdl.tib.bibl.IntroSign implements Serializable

Serialized Fields

cp

JPanel cp

outPanel

JPanel outPanel

topline

String topline

title

String title

org

String org

byline

String byline

xKit

Toolkit xKit

wndSize

Dimension wndSize

signSize

Dimension signSize

frameSize

Dimension frameSize

bgColor

Color bgColor

fgColor

Color fgColor

headFont

Font headFont

labelFont

Font labelFont

HOME

String HOME

imageURL

String imageURL


Class org.thdl.tib.text.InvalidWylieException implements Serializable

Serialized Fields

wylie

String wylie

offset

int offset


Class org.thdl.tib.input.Jskad implements Serializable

Serialized Fields

fontFamilies

JComboBox fontFamilies

fontSizes

JComboBox fontSizes

fileChooser

JFileChooser fileChooser

rtfFilter

FileFilter rtfFilter

txtFilter

FileFilter txtFilter

fontSize

int fontSize

parentObject

Object parentObject

dp

org.thdl.tib.input.DuffPane dp
The text editing window which this Jskad object embeds.


hasChanged

boolean hasChanged
Has the document been saved since it was last changed?


fileName

String fileName
The filename, if any, associated with this instance of Jskad.


statusBar

org.thdl.util.StatusBar statusBar
the status bar for this frame


Class org.thdl.tib.scanner.OnLineScannerFilter implements Serializable


Class org.thdl.quilldriver.QD implements Serializable

Serialized Fields

project

QD.Project project

speakerTable

QD.SpeakerTable speakerTable

player

org.thdl.media.SmartMoviePanel player

videoFrame

JInternalFrame videoFrame

textFrame

JInternalFrame textFrame

actionFrame

JInternalFrame actionFrame

jtp

JTabbedPane jtp

tcp

QD.TimeCodeManager tcp

spm

QD.SpeakerManager spm

pane

JTextPane pane

actions

Hashtable actions

clockIcon

ImageIcon clockIcon

componentStyle

Style componentStyle

timeFlavor

DataFlavor timeFlavor

editMenu

JMenu editMenu

searchMenu

JMenu searchMenu

replaceTextItem

JMenuItem replaceTextItem

messages

ResourceBundle messages

work

List work

currentWork

QD.Work currentWork

sharedDP

org.thdl.tib.input.DuffPane sharedDP

sharedDP2

org.thdl.tib.input.DuffPane sharedDP2

findDoc

StyledDocument findDoc

replaceDoc

StyledDocument replaceDoc

cutKey

KeyStroke cutKey

copyKey

KeyStroke copyKey

pasteKey

KeyStroke pasteKey

selectAllKey

KeyStroke selectAllKey

insert1TimeKey

KeyStroke insert1TimeKey

insert2TimesKey

KeyStroke insert2TimesKey

insertSpeakerKey

KeyStroke insertSpeakerKey

findKey

KeyStroke findKey

replaceKey

KeyStroke replaceKey

activeKeyboard

org.thdl.tib.input.JskadKeyboard activeKeyboard

wylieKeyboard

org.thdl.tib.input.JskadKeyboard wylieKeyboard


Class org.thdl.quilldriver.QDPlayer implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

mediaURL

URL mediaURL

orderStartID

Vector orderStartID

orderEndID

Vector orderEndID

pileStart

Stack pileStart

pileEnd

Stack pileEnd

hashStart

Hashtable hashStart

hashEnd

Hashtable hashEnd

player

Player player

visualComponent

Component visualComponent

controlComponent

Component controlComponent

panel

Panel panel

vPanel

JPanel vPanel

parent

Container parent

timer

Timer timer

stopTime

Time stopTime

pauseTime

Time pauseTime

stillLoadingVideo

boolean stillLoadingVideo

isMediaAudio

boolean isMediaAudio

isSized

boolean isSized

to

Float to


Class org.thdl.quilldriver.QDShell implements Serializable

Serialized Fields

messages

ResourceBundle messages

qd

org.thdl.quilldriver.QD qd


Class org.thdl.tib.scanner.RemoteScannerFilter implements Serializable


Class org.thdl.util.RTFPane implements Serializable


Class org.thdl.savant.Savant implements Serializable

Serialized Fields

sp

org.thdl.media.SmartMoviePanel sp

tp

org.thdl.savant.TwoWayTextPlayer tp

videoFrame

JInternalFrame videoFrame

textFrame

JInternalFrame textFrame

vocabFrame

JInternalFrame vocabFrame

fullScreen

JFrame fullScreen

isFullScreen

boolean isFullScreen

fullScreenSize

Dimension fullScreenSize

textPanel

JPanel textPanel

vocabPanel

JScrollPane vocabPanel

mediaURL

URL mediaURL

extras

URL extras

transcriptViews

org.thdl.savant.TranscriptView[] transcriptViews

orientation

int orientation

messages

ResourceBundle messages

TOP_TO_BOTTOM

int TOP_TO_BOTTOM
See Also:
Constant Field Values

LEFT_TO_RIGHT

int LEFT_TO_RIGHT
See Also:
Constant Field Values


Class org.thdl.savant.SavantShell implements Serializable

Serialized Fields

savant

org.thdl.savant.Savant savant

messages

ResourceBundle messages


Class org.thdl.tib.scanner.ScannerPanel implements Serializable

Serialized Fields

status

Label status

chkDicts

Checkbox[] chkDicts

cmdTranslate

Button cmdTranslate

scanner

org.thdl.tib.scanner.TibetanScanner scanner


Class org.thdl.util.SimpleFrame implements Serializable


Class org.thdl.tib.scanner.SimpleScannerPanel implements Serializable

Serialized Fields

txtInput

TextArea txtInput

txtOutput

TextArea txtOutput


Class org.thdl.util.SimpleSpinner implements Serializable

Serialized Fields

textSpinner

JTextField textSpinner

jSpinner

Object jSpinner

getSetParameterTypes

Class[] getSetParameterTypes

getMethod

Method getMethod

setMethod

Method setMethod


Class org.thdl.media.SmartJMFPlayer implements Serializable

Serialized Fields

mediaURL

URL mediaURL

player

Player player

visualComponent

Component visualComponent

controlComponent

Component controlComponent

panel

Panel panel

vPanel

JPanel vPanel

parent

Container parent

timer

Timer timer

stopTime

Time stopTime

pauseTime

Time pauseTime

isMediaAudio

boolean isMediaAudio

isSized

boolean isSized

isRealized

boolean isRealized

isCached

boolean isCached

to

Float to


Class org.thdl.media.SmartMoviePanel implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

orderStartID

Vector orderStartID

orderEndID

Vector orderEndID

pileStart

Stack pileStart

pileEnd

Stack pileEnd

hashStart

Hashtable hashStart

hashEnd

Hashtable hashEnd

annTimer

Timer annTimer


Class org.thdl.media.SmartMoviePanelException implements Serializable


Class org.thdl.media.SmartQT4JApplet implements Serializable

Serialized Fields

myPlayer

org.thdl.media.SmartQT4JPlayer myPlayer


Class org.thdl.media.SmartQT4JPlayer implements Serializable

Serialized Fields

theJumpper

SmartQT4JPlayer.myJumpCallBack theJumpper

theRater

SmartQT4JPlayer.myRateCallBack theRater

mediaUrl

URL mediaUrl

myMoviesTimeBase

TimeBase myMoviesTimeBase

canvas

QTCanvas canvas

player

QTPlayer player


Class org.thdl.util.StatusBar implements Serializable

Serialized Fields

statuses

Stack statuses
The current status is the String on top of the stack.


label

JLabel label


Class org.thdl.savant.TextHighlightPlayer implements Serializable

Serialized Fields

text

JTextComponent text

hashStart

Hashtable hashStart

hashEnd

Hashtable hashEnd

highlights

Hashtable highlights

highlighter

Highlighter highlighter

highlightPainter

Highlighter.HighlightPainter highlightPainter

viewport

JViewport viewport


Class org.thdl.tib.bibl.TextPane implements Serializable

Serialized Fields

controller

org.thdl.tib.bibl.TiblEdit controller

tibDoc

org.thdl.tib.bibl.TibDoc tibDoc

This is the TibDoc that is the XML document from which the information for the JTextPane's document comes. It needs to be here so we can use it functionality to navigate the XML hierarchy and extract certain information.


titleRefs

Object[][] titleRefs

This is a two-dimensional array of Elements that holds the titles displayed in this text pane, with the strings starting position, and length. It is used to reference the element for editing when the cursor is positioned on a specific title.


caretPos

int caretPos


Class org.thdl.savant.TextPlayer implements Serializable

Serialized Fields

text

JTextComponent text

hashStart

Hashtable hashStart

hashEnd

Hashtable hashEnd

highlights

Hashtable highlights

highlighter

Highlighter highlighter

highlightPainter

Highlighter.HighlightPainter highlightPainter


Class org.thdl.util.ThdlAbstractAction implements Serializable


Class org.thdl.util.ThdlLazyException implements Serializable

Serialized Fields

wrappedException

Throwable wrappedException
the wrapped exception


Class org.thdl.tib.bibl.TibDialog implements Serializable

Serialized Fields

controller

org.thdl.tib.bibl.TiblEdit controller

frame

org.thdl.tib.bibl.TibFrame frame

specs

String[] specs

response

String response

num

int num

results

Hashtable results

jl

JLabel[] jl

jtf

JTextField[] jtf

type

String type

isStartUp

boolean isStartUp


Class org.thdl.tib.bibl.TibDoc implements Serializable

Serialized Fields

head

Element head

Generic variables for headers, parents, elements/self, and children.


parent

Element parent

Generic variables for headers, parents, elements/self, and children.


element

Element element

Generic variables for headers, parents, elements/self, and children.


child

Element child

Generic variables for headers, parents, elements/self, and children.


tf

org.thdl.tib.bibl.TitleFactory tf

The TitleFactory associated with this Tibbibl XML document.


idf

org.thdl.tib.bibl.IDFactory idf

The IDFactory associated with this Tibbibl XML document.


Class org.thdl.tib.text.TibetanDocument implements Serializable

Serialized Fields

tibetanFontSize

int tibetanFontSize


Class org.thdl.tib.text.TibetanKeyboard.InvalidKeyboardException implements Serializable


Class org.thdl.tib.input.TibetanPane implements Serializable

Serialized Fields

doc

org.thdl.tib.text.TibetanDocument doc
The document displayed by this object.


rtfFlavor

DataFlavor rtfFlavor

rtfEd

RTFEditorKit rtfEd


Class org.thdl.tib.text.TibetanRTFEditorKit implements Serializable

Serialized Fields

f

TibetanRTFViewFactory f
the Tibetan-aware ViewFactory


Class org.thdl.tib.bibl.TibFrame implements Serializable

Serialized Fields

controller

org.thdl.tib.bibl.TiblEdit controller

fileMenu

JMenu fileMenu

editMenu

JMenu editMenu

insertMenu

JMenu insertMenu

provMenu

JMenu provMenu

viewMenu

JMenu viewMenu

openItem

JMenuItem openItem

closeItem

JMenuItem closeItem

saveItem

JMenuItem saveItem

saveAsItem

JMenuItem saveAsItem

exportItem

JMenuItem exportItem

exitItem

JMenuItem exitItem

cutItem

JMenuItem cutItem

copyItem

JMenuItem copyItem

pasteItem

JMenuItem pasteItem

editTransItem

JMenuItem editTransItem

editNormItem

JMenuItem editNormItem

removeAppItem

JMenuItem removeAppItem

removeTitleItem

JMenuItem removeTitleItem

removeEditionItem

JMenuItem removeEditionItem

critTitleItem

JMenuItem critTitleItem

edTitleItem

JMenuItem edTitleItem

variantItem

JMenuItem variantItem

insertEdItem

JMenuItem insertEdItem

insertDiscItem

JMenuItem insertDiscItem

diacItem

JCheckBoxMenuItem diacItem

edConsultItem

JCheckBoxMenuItem edConsultItem

masterIDItem

JMenuItem masterIDItem

userIDItem

JMenuItem userIDItem

aboutItem

JMenuItem aboutItem

recentFileItems

JMenuItem[] recentFileItems

contentPanel

JPanel contentPanel

rightSp

JComponent rightSp

leftSp

JComponent leftSp

bottomSp

JComponent bottomSp

topSp

JComponent topSp

horizontalSplit

JSplitPane horizontalSplit

verticalSplit

JSplitPane verticalSplit

tp

org.thdl.tib.bibl.TextPane tp

dp

org.thdl.tib.bibl.DiacriticPanel dp

tibTable

org.thdl.tib.bibl.TibTable tibTable

styleElements

Vector styleElements


Class org.thdl.tib.bibl.TibTable.TibTableCellRenderer implements Serializable

Serialized Fields

mainrow

int mainrow


Class org.thdl.tib.bibl.TibTable.TibTableModel implements Serializable

Serialized Fields

columnNames

Object[] columnNames

data

Object[][] data

editable

boolean editable

isEditions

boolean isEditions


Class org.thdl.savant.TwoWayTextPlayer implements Serializable

Serialized Fields

orderedOffsets

TreeMap orderedOffsets

sound

org.thdl.media.SmartMoviePanel sound

doubleClickDelay

long doubleClickDelay

lastClickTime

long lastClickTime

lastClickPoint

Point lastClickPoint


Class org.thdl.tib.bibl.ViewAction implements Serializable


Class org.thdl.tib.bibl.XMLDoc implements Serializable

Serialized Fields

root

Element root

sysid

Element sysid

temp

Element temp

id

Attribute id

tagList

Vector tagList

editorId

String editorId

editorsName

String editorsName

xop

XMLOutputter xop



These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo