Serialized Form


Package javax.xml.xquery

Class javax.xml.xquery.XQCancelledException extends XQQueryException implements Serializable

Class javax.xml.xquery.XQConnectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

ex

XQException ex
The XQException that will be thrown to the application when an error occurs and the pooled connection is no longer usable.

Class javax.xml.xquery.XQException extends java.lang.Exception implements Serializable

Serialized Fields

vendorCode

java.lang.String vendorCode
Vendor code.


nextException

XQException nextException
Exception reference.

Class javax.xml.xquery.XQQueryException extends XQException implements Serializable

Serialized Fields

errorCode

javax.xml.namespace.QName errorCode

errorObject

XQSequence errorObject

stackTrace

XQStackTraceElement[] stackTrace

line

int line

column

int column

position

int position

moduleURI

java.lang.String moduleURI

Class javax.xml.xquery.XQStackTraceElement extends java.lang.Object implements Serializable

Serialized Fields

module

java.lang.String module

line

int line

column

int column

position

int position

function

javax.xml.namespace.QName function

variables

XQStackTraceVariable[] variables

Class javax.xml.xquery.XQStackTraceVariable extends java.lang.Object implements Serializable

Serialized Fields

qname

javax.xml.namespace.QName qname

value

java.lang.String value

Package org.basex.build

Class org.basex.build.BuildException extends java.io.IOException implements Serializable


Package org.basex.build.fs.metadata

Class org.basex.build.fs.metadata.MetaDataException extends java.io.IOException implements Serializable


Package org.basex.core

Class org.basex.core.ProgressException extends java.lang.RuntimeException implements Serializable


Package org.basex.fs

Class org.basex.fs.FSException extends java.io.IOException implements Serializable


Package org.basex.gui

Class org.basex.gui.GUI extends javax.swing.JFrame implements Serializable

Serialized Fields

status

GUIStatus status
Status line.


views

ViewContainer views
Content panel, containing all views.


input

GUIInput input
Input field.


filter

BaseXButton filter
Filter button.


hist

BaseXButton hist
History button.


top

BaseXBack top
Top panel.


menu

GUIMenu menu
Result panel.


buttons

BaseXBack buttons
Button panel.


nav

BaseXBack nav
Query panel.


query

QueryView query
Search view.


text

TextView text
Text view.


info

InfoView info
Info view.


help

TextView help
Help view.


mode

BaseXCombo mode
Current input Mode.


go

BaseXButton go
Execution Button.


fullscr

javax.swing.JFrame fullscr
Fullscreen Window.


control

BaseXBack control
Control panel.


hits

BaseXLabel hits
Results label.


toolbar

GUIToolBar toolbar
Buttons.


menuHeight

int menuHeight
Menu panel height.


threadID

int threadID
Thread counter.


proc

Process proc
Current process.

Class org.basex.gui.GUIInput extends BaseXTextField implements Serializable

Serialized Fields

pop

org.basex.gui.GUIInput.ComboPopup pop
BasicComboPopup Menu.


box

BaseXCombo box
JComboBox.


pre

java.lang.String pre
String for temporary input.

Class org.basex.gui.GUIMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

items

javax.swing.JMenuItem[] items
Referenced menu items.

Class org.basex.gui.GUIStatus extends BaseXPanel implements Serializable

Serialized Fields

status

java.lang.String status
Current status text.


oldStatus

java.lang.String oldStatus
Current path.


memfocus

boolean memfocus
Current focus on memory.


error

boolean error
Error flag.


max

long max
Maximum memory.


used

long used
Used memory.

Class org.basex.gui.GUIToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

toolbar

GUICommand[] toolbar
Toolbar commands.


Package org.basex.gui.dialog

Class org.basex.gui.dialog.Dialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ok

boolean ok
Remembers if the window was correctly closed.


panel

BaseXBack panel
Reference to the root panel.

Class org.basex.gui.dialog.DialogAbout extends Dialog implements Serializable

Class org.basex.gui.dialog.DialogColors extends Dialog implements Serializable

Serialized Fields

sliderRed

BaseXSlider sliderRed
Slider reference.


sliderGreen

BaseXSlider sliderGreen
Slider reference.


sliderBlue

BaseXSlider sliderBlue
Slider reference.

Class org.basex.gui.dialog.DialogCreate extends Dialog implements Serializable

Serialized Fields

path

BaseXTextField path
Database Input.


filter

BaseXTextField filter
Database Input.


dbname

BaseXTextField dbname
Database name.


info

BaseXLabel info
Database info.


intparse

BaseXCheckBox intparse
Internal XML parsing.


chop

BaseXCheckBox chop
Whitespace chopping.


entities

BaseXCheckBox entities
Entities mode.


dtd

BaseXCheckBox dtd
DTD mode.


txtindex

BaseXCheckBox txtindex
Indexing mode.


atvindex

BaseXCheckBox atvindex
Indexing mode.


ftxindex

BaseXCheckBox ftxindex
Word Indexing mode.


ft

BaseXCheckBox[] ft
Fulltext indexing.


buttons

BaseXBack buttons
Buttons.


db

StringList db
Available databases.

Class org.basex.gui.dialog.DialogEdit extends Dialog implements Serializable

Serialized Fields

result

java.lang.String[] result
Resulting update arguments.


kind

int kind
Node kind.


input

BaseXTextField input
Text area.


input3

BaseXText input3
Text area.


input2

BaseXText input2
Text area.


old1

java.lang.String old1
Old content.


old2

java.lang.String old2
Old content.


buttons

BaseXBack buttons
Button panel.


pre

int pre
Pre value.

Class org.basex.gui.dialog.DialogFontChooser extends Dialog implements Serializable

Serialized Fields

font

BaseXListChooser font
Font name chooser.


font2

BaseXListChooser font2
Font name chooser.


type

BaseXListChooser type
Font type chooser.


size

BaseXListChooser size
Font size chooser.


aalias

BaseXCheckBox aalias
Anti-Aliasing mode.

Class org.basex.gui.dialog.DialogImportFS extends Dialog implements Serializable

Serialized Fields

db

StringList db
Available databases.


path

BaseXTextField path
Directory path.


dbname

BaseXTextField dbname
Database name.


info

BaseXLabel info
Database info.


all

BaseXCheckBox all
Parsing complete filesystem.


button

BaseXButton button
Browse button.


meta

BaseXCheckBox meta
ID3 parsing.


cont

BaseXCheckBox cont
Context inclusion.


buttons

BaseXBack buttons
Button panel.


maxsize

BaseXCombo maxsize
ComboBox.

Class org.basex.gui.dialog.DialogInfo extends Dialog implements Serializable

Serialized Fields

indexes

BaseXCheckBox[] indexes
Index Checkbox.


ft

BaseXCheckBox[] ft
Fulltext indexing.


fl

BaseXLabel[] fl
Fulltext labels.


ftedit

boolean ftedit
Editable fulltext options.


opt

boolean opt
Optimize flag.

Class org.basex.gui.dialog.DialogInsert extends Dialog implements Serializable

Serialized Fields

result

java.lang.String[] result
Resulting query.


kind

int kind
Node kind.


input

BaseXTextField input
Text area.


input2

BaseXText input2
Text area.


radio

BaseXRadio[] radio
Insert kind selection buttons.


buttons

BaseXBack buttons
Button panel.

Class org.basex.gui.dialog.DialogMapLayout extends Dialog implements Serializable

Serialized Fields

choice

BaseXListChooser choice
Map layouts.


prop

BaseXSlider prop
Layout slider.


simple

BaseXCheckBox simple
Simple layout.


atts

BaseXCheckBox atts
Show attributes.


propLabel

BaseXLabel propLabel
Temporary reference to the old map layout.

Class org.basex.gui.dialog.DialogOpen extends Dialog implements Serializable

Serialized Fields

choice

BaseXListChooser choice
List of currently available databases.


doc

BaseXLabel doc
Information panel.


detail

BaseXText detail
Information panel.


buttons

BaseXBack buttons
Buttons.

Class org.basex.gui.dialog.DialogPrefs extends Dialog implements Serializable

Serialized Fields

creds

BaseXLabel creds
Language label.


lang

BaseXCombo lang
Language Combo Box.


path

BaseXTextField path
Directory path.


focus

BaseXCheckBox focus
Focus checkbox.


names

BaseXCheckBox names
Show names checkbox.


simpfd

BaseXCheckBox simpfd
Simple file dialog checkbox.


javalook

BaseXCheckBox javalook
Simple file dialog checkbox.


dots

BaseXSlider dots
Dot size in plot view.

Class org.basex.gui.dialog.DialogProgress extends Dialog implements Serializable

Serialized Fields

timer

javax.swing.Timer timer
Refresh action.


info

BaseXLabel info
Information label.


prog

Progress prog
Progress reference.


bar

javax.swing.JProgressBar bar
Progress bar.


ww

int ww
Current progress length.

Class org.basex.gui.dialog.DialogRename extends Dialog implements Serializable

Serialized Fields

old

java.lang.String old
Old name.


name

BaseXTextField name
New name.


buttons

BaseXBack buttons
Buttons.


info

BaseXLabel info
Info label.


db

StringList db
Available databases.


Package org.basex.gui.layout

Class org.basex.gui.layout.BaseXBack extends javax.swing.JPanel implements Serializable

Serialized Fields

mode

GUIConstants.Fill mode
Design of color gradient.

Class org.basex.gui.layout.BaseXBar extends BaseXPanel implements Serializable

Serialized Fields

step

int step
Current scrolling speed.


animated

boolean animated
Flag reporting if the scrollbar animation is running.


comp

javax.swing.JComponent comp
Reference to the scrolled component.


ww

int ww
Scrollbar width.


hh

int hh
Scrollbar height.


barPos

int barPos
Scrollbar slider position.


barSize

int barSize
Scrollbar slider size.


dragPos

int dragPos
Scrollbar dragging position.


button

boolean button
Flag for button clicks.


up

boolean up
Flag for scrolling upward.


down

boolean down
Flag for scrolling downward.


sliding

boolean sliding
Flag for sliding the scrollbar.


moving

boolean moving
Flag for moving upward.


pos

int pos
Current panel position.


height

int height
Current panel height.


barOffset

int barOffset
Scrollbar slider offset.


visible

boolean visible
Flag for permanent scrollbar visibility.

Class org.basex.gui.layout.BaseXButton extends javax.swing.JButton implements Serializable

Class org.basex.gui.layout.BaseXCheckBox extends javax.swing.JCheckBox implements Serializable

Class org.basex.gui.layout.BaseXCombo extends javax.swing.JComboBox implements Serializable

Serialized Fields

last

java.lang.String last
Last Input.


help

byte[] help
Button help.

Class org.basex.gui.layout.BaseXDSlider extends BaseXPanel implements Serializable

Serialized Fields

min

double min
Current slider value.


max

double max
Current slider value.


totMin

double totMin
Minimum slider value.


totMax

double totMax
Maximum slider value.


kb

boolean kb
Size representation in kilobytes.


date

boolean date
Size representation as date.


itr

boolean itr
Integer flag.


log

boolean log
Logarithmic scale.


listener

java.awt.event.ActionListener listener
Listener.


oldMin

double oldMin
Cached slider value.


oldMax

double oldMax
Cached slider value.


mouX

int mouX
Mouse position for dragging operations.


left

boolean left
Left button flag.


right

boolean right
Right button flag.


center

boolean center
Right button flag.

Class org.basex.gui.layout.BaseXLabel extends javax.swing.JLabel implements Serializable

Class org.basex.gui.layout.BaseXListChooser extends BaseXBack implements Serializable

Serialized Fields

list

javax.swing.JList list
List.


values

java.lang.String[] values
List Values.


text

BaseXTextField text
Text field.


num

boolean num
Numeric list.


scroll

javax.swing.JScrollPane scroll
Scroll pane.

Class org.basex.gui.layout.BaseXPanel extends BaseXBack implements Serializable

Class org.basex.gui.layout.BaseXPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

popup

GUICommand[] popup
Popup reference.

Class org.basex.gui.layout.BaseXRadio extends javax.swing.JRadioButton implements Serializable

Class org.basex.gui.layout.BaseXSlider extends BaseXPanel implements Serializable

Serialized Fields

listener

Dialog listener
Listener.


min

int min
Minimum slider value.


max

int max
Maximum slider value.


curr

int curr
Current slider value.


oldCurr

int oldCurr
Current slider value.


mouseX

int mouseX
Mouse position for dragging operations.

Class org.basex.gui.layout.BaseXSplit extends BaseXBack implements Serializable

Serialized Fields

l

boolean l
Layout: horizontal = true, vertical = false.


s

double[] s
Panel positions.


t

double[] t
Temporary panel positions.


d

double d
Temporary drag position.

Class org.basex.gui.layout.BaseXSplitSep extends BaseXBack implements Serializable

Serialized Fields

l

boolean l
Layout: horizontal = true, vertical = false.

Class org.basex.gui.layout.BaseXText extends BaseXPanel implements Serializable

Serialized Fields

text

org.basex.gui.layout.BaseXTextTokens text
Text array to be written.


rend

BaseXTextRenderer rend
Renderer reference.


undo

Undo undo
Undo history.


scroll

BaseXBar scroll
Scrollbar reference.


editable

boolean editable
Editable flag.


popup

BaseXPopup popup
Popup Menu.


col

int col
Last horizontal position.


cursor

javax.swing.Timer cursor
Cursor.


calc

Action calc
Calculation counter.

Class org.basex.gui.layout.BaseXTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

last

java.lang.String last
Last Input.


help

byte[] help
Button help.

Class org.basex.gui.layout.BaseXTextRenderer extends BaseXBack implements Serializable

Serialized Fields

font

java.awt.Font font
Font.


fontH

int fontH
Font height.


fwidth

int[] fwidth
Character widths.


bar

BaseXBar bar
Vertical start position.


wordW

int wordW
Width of current word.


word

java.lang.String word
Character widths.


off

int off
Border offset.


x

int x
Current x coordinate.


y

int y
Current y coordinate.


w

int w
Current width.


h

int h
Current height.


text

org.basex.gui.layout.BaseXTextTokens text
Text array to be written.


syntax

BaseXSyntax syntax
Vertical start position.


cursor

boolean cursor
Visibility of cursor.


Package org.basex.gui.view

Class org.basex.gui.view.View extends BaseXPanel implements Serializable

Class org.basex.gui.view.ViewContainer extends BaseXBack implements Serializable

Serialized Fields

count

int count
Thread counter.


out

boolean out
States if component was moved out of the window.


layout

org.basex.gui.view.ViewAlignment layout
View Layout.


panels

ViewPanel[][] panels
View panels.


views

ViewPanel[] views
View Array.


source

ViewPanel source
Source View.


target

ViewPanel target
Target View.


logo

java.awt.Image logo
Logo reference.


orient

org.basex.gui.view.ViewContainer.Target orient
Target orientation.


sp

java.awt.Point sp
Temporary mouse position.


pos

int[] pos
Temporary rectangle position.

Class org.basex.gui.view.ViewMover extends BaseXPanel implements Serializable

Serialized Fields

active

boolean active
Flag if current mover is active.

Class org.basex.gui.view.ViewPanel extends BaseXBack implements Serializable

Serialized Fields

view

View view
View reference.


Package org.basex.gui.view.info

Class org.basex.gui.view.info.InfoView extends View implements Serializable

Serialized Fields

header

BaseXLabel header
Header label.


timer

BaseXLabel timer
Timer label.


north

BaseXBack north
Timer label.


area

BaseXText area
Text Area.


focus

int focus
Focused bar.


stat

IntList stat
Query statistics.


compile

StringList compile
Query statistics strings.


strings

StringList strings
Query statistics strings.


evaluate

StringList evaluate
Query statistics strings.


plan

StringList plan
Query plan.


query

java.lang.String query
Query.


result

java.lang.String result
Compiled Query.


w

int w
Panel Width.


h

int h
Panel Height.


bw

int bw
Bar widths.


bs

int bs
Bar size.


Package org.basex.gui.view.map

Class org.basex.gui.view.map.MapView extends View implements Serializable

Serialized Fields

layout

MapRect layout
Layout rectangle.


mainRects

java.util.ArrayList<E> mainRects
Array of current rectangles.


painter

org.basex.gui.view.map.MapPainter painter
Data specific map layout.


rectHist

MapRect[] rectHist
Rectangle history.


zoomStep

int zoomStep
Current zooming Step (set to 0 when no zooming takes place).


mainRect

MapRect mainRect
Main rectangle.


selBox

MapRect selBox
Dragged rectangle.


zoomIn

boolean zoomIn
Flag for zooming in/out.


zoomSpeed

int zoomSpeed
Zooming speed.


mouseX

int mouseX
Horizontal mouse position.


mouseY

int mouseY
Vertical mouse position.


dragTol

int dragTol
Drag tolerance.


mainMap

java.awt.image.BufferedImage mainMap
TreeMap.


zoomMap

java.awt.image.BufferedImage zoomMap
Zoomed TreeMap.


slide

boolean slide
Slide show flag.


slideSpeed

int slideSpeed
Slide show flag.


slideForward

boolean slideForward
Slide show flag.


Package org.basex.gui.view.plot

Class org.basex.gui.view.plot.PlotView extends View implements Serializable

Serialized Fields

plotData

PlotData plotData
Data reference.


itemImg

java.awt.image.BufferedImage itemImg
Item image.


itemImgMarked

java.awt.image.BufferedImage itemImgMarked
Marked item image.


itemImgFocused

java.awt.image.BufferedImage itemImgFocused
Focused item image.


itemImgSub

java.awt.image.BufferedImage itemImgSub
Child node of marked node.


plotImg

java.awt.image.BufferedImage plotImg
Buffered plot image.


markedImg

java.awt.image.BufferedImage markedImg
Buffered image of marked items.


mouseX

int mouseX
X coordinate of mouse pointer.


mouseY

int mouseY
Y coordinate of mouse pointer.


plotChanged

boolean plotChanged
Keeps track of changes in the plot.


plotHeight

int plotHeight
Current plot height.


plotWidth

int plotWidth
Current plot width.


xCombo

BaseXCombo xCombo
X axis selector.


yCombo

BaseXCombo yCombo
Y axis selector.


itemCombo

BaseXCombo itemCombo
Item selector combo.


dragging

boolean dragging
Flag for mouse dragging actions.


drawSubNodes

boolean drawSubNodes
Indicates if global marked nodes should be drawn.


markingChanged

boolean markingChanged
Indicates if the buffered image for marked nodes has to be redrawn.


rightClick

boolean rightClick
Indicates if a filter operation is self implied or was trigger by another view.


nextContext

Nodes nextContext
Context which is displayed in the plot after a context change which was triggered by the plot itself.


selectionBox

org.basex.gui.view.plot.PlotBoundingBox selectionBox
Bounding box which supports selection of multiple items.


Package org.basex.gui.view.query

Class org.basex.gui.view.query.QueryView extends View implements Serializable

Serialized Fields

panels

org.basex.gui.view.query.QueryPanel[] panels
Input mode panels.


mode

int mode
Input mode.


input

BaseXButton[] input
Input mode buttons.


search

org.basex.gui.view.query.QueryPanel search
Current query panel.


header

BaseXLabel header
Header string.


back

BaseXBack back
Button box.


open

BaseXButton open
Open button.


save

BaseXButton save
Save button.


Package org.basex.gui.view.real

Class org.basex.gui.view.real.RealView extends View implements Serializable

Serialized Fields

pointerx

int pointerx
Horizontal Coords of the pointer.


pointery

int pointery
Vertical Coords of the pointer.


fontHeight

int fontHeight
Current font height.


margin

int margin
Distance from the node to the border.


lvdistance

int lvdistance
Vertical Distance between node levels.


topdistance

int topdistance
Distance of the tree from the top border.


elementColor

java.awt.Color elementColor
Color for element node.


attributeColor

java.awt.Color attributeColor
Color for attribute node.


commentColor

java.awt.Color commentColor
Color for attribute node.


piColor

java.awt.Color piColor
Color for process instruction node.


textColor

java.awt.Color textColor
Color for text node.


prePostMulti

int prePostMulti
multiplier for pre/post values.


sumNodeSizeInLine

int sumNodeSizeInLine
the sum of all size values of a node line.


parentList

IntList parentList
the list of all parent nodes of a node line.


parentPos

java.util.HashMap<K,V> parentPos
array with position of the parent node.


rects

java.util.ArrayList<E> rects
array of current rectangles.


rectCount

int rectCount
nodes in current line.


mousePosX

int mousePosX
current mouse position x.


mousePosY

int mousePosY
current mouse position y.


wwidth

int wwidth
window width.


wheight

int wheight
window height.


focusedRealRect

RealRect focusedRealRect
current focused rect.


realImage

java.awt.image.BufferedImage realImage
current Image of visualization.


Package org.basex.gui.view.table

Class org.basex.gui.view.table.TableContent extends BaseXBack implements Serializable

Serialized Fields

scroll

BaseXBar scroll
Scrollbar reference.


tdata

org.basex.gui.view.table.TableData tdata
View reference.


focusedString

java.lang.String focusedString
Currently focused string.

Class org.basex.gui.view.table.TableView extends View implements Serializable

Serialized Fields

zoomstep

int zoomstep
Current zoom step.


tdata

org.basex.gui.view.table.TableData tdata
Table data.


header

org.basex.gui.view.table.TableHeader header
Table header.


content

TableContent content
Table content area.


scroll

BaseXBar scroll
Table scrollbar.


Package org.basex.gui.view.text

Class org.basex.gui.view.text.TextView extends View implements Serializable

Serialized Fields

area

BaseXText area
Text Area.


header

BaseXLabel header
Header string.


export

BaseXButton export
Open button.


Package org.basex.gui.view.tree

Class org.basex.gui.view.tree.TreeView extends View implements Serializable

Serialized Fields

opened

boolean[] opened
References closed nodes.


lineH

int lineH
Line Height.


focusedPos

int focusedPos
Focused tree position.


closedBox

java.awt.image.BufferedImage closedBox
Closed Box.


openedBox

java.awt.image.BufferedImage openedBox
Opened Box.


emptyBox

java.awt.image.BufferedImage emptyBox
Empty Box.


mpos

int mpos
Currently marked position.


scroll

BaseXBar scroll
Scroll Bar.


totalW

int totalW
Vertical mouse position.


startY

int startY
Start y value.


treeH

int treeH
Total tree Height.


boxW

int boxW
Box Size.


boxMargin

int boxMargin
Box Margin.


Package org.basex.query

Class org.basex.query.QueryException extends java.lang.Exception implements Serializable

Serialized Fields

file

IO file
File reference.


complete

StringList complete
Possible completions.


code

java.lang.String code
Error code.


line

int line
Error line.


col

int col
Error column.


Package org.basex.query.xpath.locpath

Class org.basex.query.xpath.locpath.ExprInfoList extends java.lang.Object implements Serializable


Package org.basex.query.xquery

Class org.basex.query.xquery.XQException extends QueryException implements Serializable


Package org.xmldb.api.base

Class org.xmldb.api.base.XMLDBException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode
errorCode


vendorErrorCode

int vendorErrorCode
vendorErrorCode