Serialized Form
itemList
List<E> itemList
- The sequence of items
changedNodes
DrbNodeList changedNodes
- Collection of changed nodes. This collection is filled only if more than
one node is affected by the change. Otherwise the source attribute is
used.
|
Package fr.gael.drb.impl.sds |
|
Package fr.gael.drb.impl.tar |
|
Package fr.gael.drb.query |
expression
fr.gael.drb.query.Expression expression
- Keeps the expression associated to the error. The expression will provide
information regarding the location of the error in the input source.
logger
org.apache.log4j.Logger logger
- Logger of this class.
tokens
TokenElement[] tokens
- TokenElements style and values to be used.
hashTokens
Hashtable<K,V> hashTokens
- Hash table to access tokens.
commentColor
Color commentColor
- Comment color.
defaultFont
Font defaultFont
- Default font.
|
Class fr.gael.drb.query.ParseException extends Exception implements Serializable |
specialConstructor
boolean specialConstructor
currentToken
fr.gael.drb.query.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
String[] tokenImage
eol
String eol
parseException
fr.gael.drb.query.ParseException parseException
- The potential original parse exception. If the static exception is
originating from the token manager, the original exception is kept as
attribute.
token
fr.gael.drb.query.Token token
- Keeps the token class associated to the error. The token will provide
information regarding the location of the error in the input source.
representation
String representation
- String representation of the token.
scanValue
int scanValue
- TokenElement scan value.
color
Color color
- TokenElement color value.
font
Font font
- TokenElement font.
style
Style style
- TokenElement style.
|
Class fr.gael.drb.query.TokenMgrError extends Error implements Serializable |
errorCode
int errorCode
expression
fr.gael.drb.query.Expression expression
- Keeps the expression associated to the error. The expression will provide
information regarding the location of the error in the input source.
logger
org.apache.log4j.Logger logger
- Logger of this class.
commentStyle
MutableAttributeSet commentStyle
- Comment style.
typeExceptionStyle
MutableAttributeSet typeExceptionStyle
- Style of a type exception.
staticExceptionStyle
MutableAttributeSet staticExceptionStyle
- Style of a static exception.
baseStyle
MutableAttributeSet baseStyle
- Base style.
context
GrammarContext context
- Document context to be used.
commentText
String commentText
- Comment on the text (errors to be displayed on a tooltip.
timer
Timer timer
- Timer to update the document.
updater
fr.gael.drb.query.XQueryDocument.DocumentUpdater updater
- Document syntax updater.
|
Package fr.gael.drb.value |
numDigit
int numDigit
- Number of significant digit to be used. A value lower than 0 means that
this number is variable.
value
boolean value
- The Boolean value.
value
boolean[] value
- value
value
byte value
- The Byte value.
value
byte[] value
- The ByteArray value.
dateTime
Timestamp dateTime
- The DateTime value.
dayTime
double dayTime
- The day-time part of this duration (in second).
value
BigDecimal value
- The Decimal value.
value
ArrayList<E> value
- value
value
double value
- The Double value.
value
double[] value
- The DoubleArray value.
yearMonth
long yearMonth
- The year/month part of this duration (in months).
value
float value
- The Float value.
value
float[] value
- the flaot array value
value
int value
- The Int value.
value
int[] value
- The IntegerArray value.
value
BigInteger value
- The Integer value.
value
long value
- The Long value.
value
long[] value
- value
value
short value
- The Short value.
value
short[] value
- value
string
String string
- The String value.
value
byte value
- The Byte value.
value
byte[] value
- The UnsignedByteArray value.
value
int value
- The Int value.
value
int[] value
- The UnsignedIntArray value.
value
long value
- The Long value.
value
long[] value
- The unsigned long value.
value
short value
- The UnsignedShort value.
value
short[] value
- value
yearMonth
long yearMonth
- The year/month part of this duration (in month).
Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .