Data Request Broker
2-3-release
A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

AbstractNumericArray - Class in fr.gael.drb.value
Generic numeric array wrapper.
AbstractNumericArray() - Constructor for class fr.gael.drb.value.AbstractNumericArray
 
AbstractValueArray - Class in fr.gael.drb.value
Generic array value wrapper.
AbstractValueArray() - Constructor for class fr.gael.drb.value.AbstractValueArray
 
add(Value) - Method in class fr.gael.drb.value.Byte
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.DateTime
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Decimal
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Double
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Duration
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Float
This method adds a value
add(Value) - Method in class fr.gael.drb.value.Int
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Integer
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Long
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.Short
Adds the current Value to the current one
add(Value) - Method in class fr.gael.drb.value.String
Compute a string concatenation.
add(Value) - Method in interface fr.gael.drb.value.Sumable
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.UnsignedByte
Adds the current Value to the current one
add(Value) - Method in class fr.gael.drb.value.UnsignedInt
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.UnsignedLong
Compute an addition.
add(Value) - Method in class fr.gael.drb.value.UnsignedShort
Adds the specified value to the current short value.
add(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Compute an addition.
addExternalVariable(ExternalVariable) - Method in class fr.gael.drb.query.Environment
Add external variables.
addItem(int, DrbItem) - Method in class fr.gael.drb.DrbAbstractSequence
Inserts a item at a given position.
addItem(DrbItem) - Method in class fr.gael.drb.DrbAbstractSequence
Appends an item at the end of the item list.
addItem(int, DrbItem) - Method in class fr.gael.drb.DrbDefaultAttributeList
Inserts a item at a given position.
addItem(int, DrbItem) - Method in class fr.gael.drb.DrbDefaultNodeList
Inserts a item at a given position.
addItem(int, DrbItem) - Method in class fr.gael.drb.DrbDefaultSequence
Inserts a item at a given position.
addItem(DrbItem) - Method in class fr.gael.drb.DrbDefaultSequence
Appends an item at the end of the item list.
addItem(int, DrbItem) - Method in interface fr.gael.drb.DrbSequence
Inserts a item at a given position.
addItem(int, DrbItem) - Method in class fr.gael.drb.value.AbstractValueArray
Inserts a item at a given position.
addNamespaces(Namespace) - Method in class fr.gael.drb.xsd.Namespace
Add a set of namespaces to the current set.
addNodesChangeListener(DrbNodesChangeListener) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Adds a listener to the list.
addNodesChangeListener(DrbNodesChangeListener) - Method in interface fr.gael.drb.DrbNodesChangeProducer
Adds a listener to the producer.
ALL - Static variable in interface fr.gael.drb.xsd.XsdInvalid
ALL
ALL_FINAL - Static variable in class fr.gael.drb.xsd.XsdSimpleType
All final derivation.
ALL_MODEL - Static variable in class fr.gael.drb.xsd.XsdModelGroup
All model.
allowsMultiOccurrence() - Method in class fr.gael.drb.DrbAbstractNode
Check if this node may have multiple occurrence
allowsMultiOccurrence() - Method in class fr.gael.drb.impl.file.FileNode
Check if this node may have multiple occurrence
allowsMultiOccurrence() - Method in class fr.gael.drb.impl.URLNode
Check if this node may have multiple occurrence
allowsMultiOccurrence() - Method in class fr.gael.drb.impl.xml.XmlNode
Check if this node may have multiple occurrence
allowsMultiOccurrence() - Method in class fr.gael.drb.impl.zip.ZipNode
Check if this node may have multiple occurrence
and(Value) - Method in class fr.gael.drb.value.Boolean
Compute a Logical-AND.
and(Value) - Method in interface fr.gael.drb.value.Logic
Compute a logical AND.
appendChild(DrbNode) - Method in class fr.gael.drb.DrbAbstractNode
Appends a child at the end of the children list.
appendChild(DrbNode) - Method in class fr.gael.drb.DrbDefaultMutableNode
Appends a child to the node.
appendChild(DrbNode) - Method in interface fr.gael.drb.DrbNode
Appends a child at the end of the children list.
appendChild(DrbNode) - Method in class fr.gael.drb.impl.file.FileNode
Appends a child to the current node.
appendChild(DrbNode) - Method in class fr.gael.drb.impl.xml.XmlNode
Appends a child at the end of the children list.
appendReference(DrbNode) - Method in class fr.gael.drb.DrbAbstractNode
Append a child reference at the end of the children list.
appendReference(DrbNode) - Method in class fr.gael.drb.DrbDefaultMutableNode
Adopt a child at the end of the children list.
Arithmetic - Interface in fr.gael.drb.value
Arithmetic expression evaluation.
ARRAY_ID - Static variable in interface fr.gael.drb.value.Value
Array value identifier.
assign(int, boolean) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(int, byte) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(int, int) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(int, short) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(int, long) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(int, float) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(int, double) - Method in class fr.gael.drb.value.AbstractNumericArray
Assign a value to an index
assign(Value) - Method in class fr.gael.drb.value.Boolean
Assign a new Value.
assign(Value) - Method in class fr.gael.drb.value.BooleanArray
Assign a value.
assign(int, Value) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, boolean) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, byte) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, int) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, short) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, long) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, float) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(int, double) - Method in class fr.gael.drb.value.BooleanArray
Assign a value to an index
assign(Value) - Method in class fr.gael.drb.value.Byte
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.Byte
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.Byte
Assign a byte value.
assign(int) - Method in class fr.gael.drb.value.Byte
Assign an int value.
assign(short) - Method in class fr.gael.drb.value.Byte
Assign short value.
assign(long) - Method in class fr.gael.drb.value.Byte
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.Byte
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.Byte
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.ByteArray
Assign a value.
assign(int, Value) - Method in class fr.gael.drb.value.ByteArray
Replace the element at the specified position in the array with the specified element.
assign(int, boolean) - Method in class fr.gael.drb.value.ByteArray
Assign a boolean value.
assign(int, byte) - Method in class fr.gael.drb.value.ByteArray
Assign a byte value.
assign(int, int) - Method in class fr.gael.drb.value.ByteArray
Assign an int value.
assign(int, short) - Method in class fr.gael.drb.value.ByteArray
Assign short value.
assign(int, long) - Method in class fr.gael.drb.value.ByteArray
Assign a long value.
assign(int, float) - Method in class fr.gael.drb.value.ByteArray
Assign a float value.
assign(int, double) - Method in class fr.gael.drb.value.ByteArray
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.DateTime
Assign a new Value.
assign(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Assign a new Value.
assign(Value) - Method in class fr.gael.drb.value.Decimal
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.Decimal
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.Decimal
Assign a byte value.
assign(short) - Method in class fr.gael.drb.value.Decimal
Assign short value.
assign(int) - Method in class fr.gael.drb.value.Decimal
Assign an int value.
assign(long) - Method in class fr.gael.drb.value.Decimal
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.Decimal
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.Decimal
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.DefaultValueArray
Assign a value.
assign(int, Value) - Method in class fr.gael.drb.value.DefaultValueArray
Assign a value to an index
assign(Value) - Method in class fr.gael.drb.value.Double
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.Double
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.Double
Assign a byte value.
assign(int) - Method in class fr.gael.drb.value.Double
Assign an int value.
assign(long) - Method in class fr.gael.drb.value.Double
Assign a long value.
assign(short) - Method in class fr.gael.drb.value.Double
Assign a short value.
assign(float) - Method in class fr.gael.drb.value.Double
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.Double
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.DoubleArray
Assign a new Value.
assign(int, Value) - Method in class fr.gael.drb.value.DoubleArray
Replace the element at the specified position in the array with the specified element.
assign(int, boolean) - Method in class fr.gael.drb.value.DoubleArray
Assign a boolean value.
assign(int, byte) - Method in class fr.gael.drb.value.DoubleArray
Assign a byte value.
assign(int, int) - Method in class fr.gael.drb.value.DoubleArray
Assign an int value.
assign(int, short) - Method in class fr.gael.drb.value.DoubleArray
Assign short value.
assign(int, long) - Method in class fr.gael.drb.value.DoubleArray
Assign a long value.
assign(int, float) - Method in class fr.gael.drb.value.DoubleArray
Assign a float value.
assign(int, double) - Method in class fr.gael.drb.value.DoubleArray
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.Duration
Assign a new Value.
assign(Value) - Method in class fr.gael.drb.value.Float
This method assigned the value passed in param
assign(boolean) - Method in class fr.gael.drb.value.Float
Assign a boolean Value to the current one.
assign(byte) - Method in class fr.gael.drb.value.Float
Assign a byte Value to the current one.
assign(int) - Method in class fr.gael.drb.value.Float
Assign an int Value to the current one.
assign(short) - Method in class fr.gael.drb.value.Float
Assign a short Value to the current one.
assign(long) - Method in class fr.gael.drb.value.Float
Assign a long Value to the current one.
assign(float) - Method in class fr.gael.drb.value.Float
Assign a float Value to the current one.
assign(double) - Method in class fr.gael.drb.value.Float
Assign a double Value to the current one.
assign(Value) - Method in class fr.gael.drb.value.FloatArray
Assign a new ValueArray to the current one.
assign(int, Value) - Method in class fr.gael.drb.value.FloatArray
Assign a new Value at the given index.
assign(int, boolean) - Method in class fr.gael.drb.value.FloatArray
Assign a new float value to the current Value, at the given index
assign(int, byte) - Method in class fr.gael.drb.value.FloatArray
Assign a new byte value to the current Value, at the given index
assign(int, int) - Method in class fr.gael.drb.value.FloatArray
Assign a new int value to the current Value, at the given index
assign(int, short) - Method in class fr.gael.drb.value.FloatArray
Assign a new short value to the current Value, at the given index
assign(int, long) - Method in class fr.gael.drb.value.FloatArray
Assign a new long value to the current Value, at the given index
assign(int, float) - Method in class fr.gael.drb.value.FloatArray
Assign a new float value to the current Value, at the given index
assign(int, double) - Method in class fr.gael.drb.value.FloatArray
Assign a new double value to the current Value, at the given index
assign(Value) - Method in class fr.gael.drb.value.Int
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.Int
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.Int
Assign a byte value.
assign(short) - Method in class fr.gael.drb.value.Int
Assign short value.
assign(int) - Method in class fr.gael.drb.value.Int
Assign an int value.
assign(long) - Method in class fr.gael.drb.value.Int
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.Int
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.Int
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.IntArray
Assign a new Value.
assign(int, Value) - Method in class fr.gael.drb.value.IntArray
Replace the element at the specified position in the array with the specified element.
assign(int, boolean) - Method in class fr.gael.drb.value.IntArray
Assign a boolean value.
assign(int, byte) - Method in class fr.gael.drb.value.IntArray
Assign a byte value.
assign(int, int) - Method in class fr.gael.drb.value.IntArray
Assign an int value.
assign(int, short) - Method in class fr.gael.drb.value.IntArray
Assign short value.
assign(int, long) - Method in class fr.gael.drb.value.IntArray
Assign a long value.
assign(int, float) - Method in class fr.gael.drb.value.IntArray
Assign a float value.
assign(int, double) - Method in class fr.gael.drb.value.IntArray
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.Integer
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.Integer
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.Integer
Assign a byte value.
assign(short) - Method in class fr.gael.drb.value.Integer
Assign short value.
assign(int) - Method in class fr.gael.drb.value.Integer
Assign an int value.
assign(long) - Method in class fr.gael.drb.value.Integer
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.Integer
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.Integer
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.Long
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.Long
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.Long
Assign a byte value.
assign(short) - Method in class fr.gael.drb.value.Long
Assign short value.
assign(int) - Method in class fr.gael.drb.value.Long
Assign an int value.
assign(long) - Method in class fr.gael.drb.value.Long
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.Long
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.Long
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.LongArray
Assign a new Value.
assign(int, Value) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, boolean) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, byte) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, int) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, short) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, long) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, float) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(int, double) - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
assign(boolean) - Method in interface fr.gael.drb.value.Numeric
Assign a boolean value.
assign(byte) - Method in interface fr.gael.drb.value.Numeric
Assign a byte value.
assign(int) - Method in interface fr.gael.drb.value.Numeric
Assign an int value.
assign(long) - Method in interface fr.gael.drb.value.Numeric
Assign a long value.
assign(short) - Method in interface fr.gael.drb.value.Numeric
Assign short value.
assign(float) - Method in interface fr.gael.drb.value.Numeric
Assign a float value.
assign(double) - Method in interface fr.gael.drb.value.Numeric
Assign a double value.
assign(int, boolean) - Method in interface fr.gael.drb.value.NumericArray
Assign a boolean value.
assign(int, byte) - Method in interface fr.gael.drb.value.NumericArray
Assign a byte value.
assign(int, int) - Method in interface fr.gael.drb.value.NumericArray
Assign an int value.
assign(int, long) - Method in interface fr.gael.drb.value.NumericArray
Assign a long value.
assign(int, short) - Method in interface fr.gael.drb.value.NumericArray
Assign short value.
assign(int, float) - Method in interface fr.gael.drb.value.NumericArray
Assign a float value.
assign(int, double) - Method in interface fr.gael.drb.value.NumericArray
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.Short
assign a new Value to the current one.
assign(boolean) - Method in class fr.gael.drb.value.Short
Assign a boolean Value to the current one.
assign(byte) - Method in class fr.gael.drb.value.Short
Assign a byte Value to the current one.
assign(int) - Method in class fr.gael.drb.value.Short
Assign an int Value to the current one.
assign(short) - Method in class fr.gael.drb.value.Short
Assign a short Value to the current one.
assign(long) - Method in class fr.gael.drb.value.Short
Assign a long Value to the current one.
assign(float) - Method in class fr.gael.drb.value.Short
Assign a float Value to the current one.
assign(double) - Method in class fr.gael.drb.value.Short
Assign a double Value to the current one.
assign(Value) - Method in class fr.gael.drb.value.ShortArray
Assign a value.
assign(int, Value) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, boolean) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, byte) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, int) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, short) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, long) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, float) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(int, double) - Method in class fr.gael.drb.value.ShortArray
Assign a value to an index
assign(Value) - Method in class fr.gael.drb.value.String
Assign a new Value.
assign(Value) - Method in class fr.gael.drb.value.UnsignedByte
assign a new Value to the current one.
assign(boolean) - Method in class fr.gael.drb.value.UnsignedByte
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.UnsignedByte
Assign a byte value.
assign(int) - Method in class fr.gael.drb.value.UnsignedByte
Assign an int value.
assign(short) - Method in class fr.gael.drb.value.UnsignedByte
Assign short value.
assign(long) - Method in class fr.gael.drb.value.UnsignedByte
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.UnsignedByte
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.UnsignedByte
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign a value.
assign(int, Value) - Method in class fr.gael.drb.value.UnsignedByteArray
Replace the element at the specified position in the array with the specified element.
assign(int, boolean) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign a boolean value.
assign(int, byte) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign a byte value.
assign(int, int) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign an int value.
assign(int, short) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign short value.
assign(int, long) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign a long value.
assign(int, float) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign a float value.
assign(int, double) - Method in class fr.gael.drb.value.UnsignedByteArray
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.UnsignedInt
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.UnsignedInt
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.UnsignedInt
Assign a byte value.
assign(short) - Method in class fr.gael.drb.value.UnsignedInt
Assign short value.
assign(int) - Method in class fr.gael.drb.value.UnsignedInt
Assign an int value.
assign(long) - Method in class fr.gael.drb.value.UnsignedInt
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.UnsignedInt
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.UnsignedInt
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign a new Value.
assign(int, Value) - Method in class fr.gael.drb.value.UnsignedIntArray
Replace the element at the specified position in the array with the specified element.
assign(int, boolean) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign a boolean value.
assign(int, byte) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign a byte value.
assign(int, int) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign an int value.
assign(int, short) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign short value.
assign(int, long) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign a long value.
assign(int, float) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign a float value.
assign(int, double) - Method in class fr.gael.drb.value.UnsignedIntArray
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.UnsignedLong
Assign a new Value.
assign(boolean) - Method in class fr.gael.drb.value.UnsignedLong
Assign a boolean value.
assign(byte) - Method in class fr.gael.drb.value.UnsignedLong
Assign a byte value.
assign(int) - Method in class fr.gael.drb.value.UnsignedLong
Assign an int value.
assign(short) - Method in class fr.gael.drb.value.UnsignedLong
Assign short value.
assign(long) - Method in class fr.gael.drb.value.UnsignedLong
Assign a long value.
assign(float) - Method in class fr.gael.drb.value.UnsignedLong
Assign a float value.
assign(double) - Method in class fr.gael.drb.value.UnsignedLong
Assign a double value.
assign(Value) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a new Value.
assign(int, Value) - Method in class fr.gael.drb.value.UnsignedLongArray
Replace the element at the specified position in the array with the specified element.
assign(int, boolean) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(int, byte) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(int, int) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(int, short) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(int, long) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(int, float) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(int, double) - Method in class fr.gael.drb.value.UnsignedLongArray
Assign a value to an index
assign(Value) - Method in class fr.gael.drb.value.UnsignedShort
assign a new Value
assign(boolean) - Method in class fr.gael.drb.value.UnsignedShort
assign a new boolean value
assign(byte) - Method in class fr.gael.drb.value.UnsignedShort
assign a new byte value
assign(int) - Method in class fr.gael.drb.value.UnsignedShort
assign a new int value
assign(short) - Method in class fr.gael.drb.value.UnsignedShort
assign a new short value
assign(long) - Method in class fr.gael.drb.value.UnsignedShort
assign a new long value
assign(float) - Method in class fr.gael.drb.value.UnsignedShort
assign a new float value
assign(double) - Method in class fr.gael.drb.value.UnsignedShort
assign a new double value
assign(Value) - Method in class fr.gael.drb.value.UnsignedShortArray
Assign a value.
assign(int, Value) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, boolean) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, byte) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, int) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, short) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, long) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, float) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(int, double) - Method in class fr.gael.drb.value.UnsignedShortArray
assign
assign(Value) - Method in interface fr.gael.drb.value.Value
Assign a new Value.
assign(int, Value) - Method in interface fr.gael.drb.value.ValueArray
Replace the element at the specified position in the array with the specified element.
assign(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Assign a new Value.
ATOMIC_VARIETY - Static variable in class fr.gael.drb.xsd.XsdSimpleType
Atomic variety
atomize() - Method in class fr.gael.drb.DrbAbstractSequence
The atomic values of this sequence.
atomize() - Method in class fr.gael.drb.DrbDefaultSequence
The atomic values of this sequence.
atomize() - Method in interface fr.gael.drb.DrbSequence
The atomic values of this sequence.
atomize() - Method in class fr.gael.drb.value.AbstractValueArray
The atomic values of this sequence.
attachParent(FileProvider) - Method in class fr.gael.drb.impl.file.FileProvider
This method attach the parend file
ATTRIBUTE_ITEM - Static variable in interface fr.gael.drb.DrbItem
The item is an attribute.
attributes - Variable in class fr.gael.drb.DrbDefaultMutableNode
Node attributes.

B

base - Variable in class fr.gael.drb.xsd.XsdType
The base of this type.
baseNode - Variable in class fr.gael.drb.impl.xml.XmlDocument
baseNode
baseStyle - Variable in class fr.gael.drb.query.XQueryDocument
Base style.
baseType - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Base type
Binary - Class in fr.gael.drb.value
The Binary class is a generic wrapper for binary values.
Binary() - Constructor for class fr.gael.drb.value.Binary
 
BINARY_ID - Static variable in interface fr.gael.drb.value.Value
Binary value identifier.
BINARY_INTEGER_ID - Static variable in interface fr.gael.drb.value.Value
BinaryInteger value identifier.
BinaryInteger - Class in fr.gael.drb.value
The BinaryInteger class is a generic wrapper for binary integer values.
BinaryInteger(int) - Constructor for class fr.gael.drb.value.BinaryInteger
Constructs a BinaryInteger object initialized to the specified int value.
BinaryInteger(int, int) - Constructor for class fr.gael.drb.value.BinaryInteger
Constructs a BinaryInteger object initialized to the specified int value.
bind(String, String) - Method in class fr.gael.drb.xsd.Namespace
Bind a namespace to a prefix.
bitLength - Variable in class fr.gael.drb.impl.sds.Length
The length in bits to add to length in bytes in case of non 8-bits aligned structure.
Boolean - Class in fr.gael.drb.value
The Boolean class is a generic wrapper for boolean values.
Boolean(boolean) - Constructor for class fr.gael.drb.value.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String) - Constructor for class fr.gael.drb.value.Boolean
Allocates a Boolean object representing the value argument.
Boolean(int) - Constructor for class fr.gael.drb.value.Boolean
Allocates a Boolean object representing the value argument.
BOOLEAN_ID - Static variable in interface fr.gael.drb.value.Value
Boolean value identifier.
BooleanArray - Class in fr.gael.drb.value
The BooleanArray class is a generic wrapper for boolean array values.
BooleanArray(boolean[]) - Constructor for class fr.gael.drb.value.BooleanArray
Build an BooleanArray value.
BooleanArray(String) - Constructor for class fr.gael.drb.value.BooleanArray
Build an BooleanArray value.
BooleanArray(int) - Constructor for class fr.gael.drb.value.BooleanArray
Build an BooleanArray value with the specified size.
booleanValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.Boolean
Convert into a boolean value.
booleanValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a boolean
booleanValue() - Method in class fr.gael.drb.value.Byte
Returns this value as a boolean
booleanValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a boolean
booleanValue() - Method in class fr.gael.drb.value.Double
Returns this value as a boolean
booleanValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.Float
Returns the logical representation of the current Value
booleanValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the boolean (logic) Value at the given index.
booleanValue() - Method in class fr.gael.drb.value.Int
Returns this value as a boolean
booleanValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a boolean
booleanValue() - Method in interface fr.gael.drb.value.Logic
Convert into a boolean value.
booleanValue() - Method in class fr.gael.drb.value.Long
Returns the logical representation of the current Value
booleanValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as a boolean.
booleanValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.Short
Returns the logical representation of the current Value
booleanValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.UnsignedByte
gives the logical value of this Value.
booleanValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as a boolean
booleanValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a boolean
booleanValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as a boolean.
booleanValue() - Method in class fr.gael.drb.value.UnsignedShort
indicates if the value is not 0
booleanValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
booleanValue
booleanValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a boolean.
Byte - Class in fr.gael.drb.value
The Byte class is a generic wrapper for byte values.
Byte(byte) - Constructor for class fr.gael.drb.value.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(int) - Constructor for class fr.gael.drb.value.Byte
Allocates a Byte object representing the value argument.
BYTE_ID - Static variable in interface fr.gael.drb.value.Value
Byte value identifier.
ByteArray - Class in fr.gael.drb.value
The ByteArray class is a generic wrapper for byte array values.
ByteArray(byte[]) - Constructor for class fr.gael.drb.value.ByteArray
Build an ByteArray value.
ByteArray(int) - Constructor for class fr.gael.drb.value.ByteArray
Build an ByteArray value.
byteValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a byte
byteValue() - Method in class fr.gael.drb.value.Byte
Convert the value into byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.Double
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.Float
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the byte Value at the given index.
byteValue() - Method in class fr.gael.drb.value.Int
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.Long
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in interface fr.gael.drb.value.Numeric
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.Short
Returns the byte representation of the Value.
byteValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.UnsignedByte
Convert the value into byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a byte (signed 8 bits).
byteValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as a byte (signed 8 bits).
byteValue() - Method in class fr.gael.drb.value.UnsignedShort
return the byte value.
byteValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
byteValue
byteValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a byte (signed 8 bits).
byteValues() - Method in class fr.gael.drb.value.ByteArray
Returns this value as a byte (signed 8 bits).

C

cancel(String) - Method in class fr.gael.drb.query.Query
Cancel current evaluation.
CancelException - Exception in fr.gael.drb.query
Exception thrown on cancellation of a dynamic evaluation.
CancelException(String) - Constructor for exception fr.gael.drb.query.CancelException
Builds a Cancel exception with specific reason message.
children - Variable in class fr.gael.drb.DrbDefaultMutableNode
Chldren of the current node.
children - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Children.
CHOICE_MODEL - Static variable in class fr.gael.drb.xsd.XsdModelGroup
Choice model.
clone() - Method in class fr.gael.drb.query.ExternalVariable
Clones the current instance.
cloneContext() - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Clones the current class.
cloneNamespace() - Method in class fr.gael.drb.xsd.Namespace
Clones the current class.
close(boolean) - Method in class fr.gael.drb.impl.DrbNodeImpl
Closes this node and releases any system resources associated with the implementation.
close(boolean) - Method in class fr.gael.drb.impl.file.FileNode
Closes this node and releases any system resources associated with the implementation.
commentColor - Variable in class fr.gael.drb.query.GrammarContext
Comment color.
commentStyle - Variable in class fr.gael.drb.query.XQueryDocument
Comment style.
commit() - Method in class fr.gael.drb.impl.DrbProvider
Commit any pending change.
commit() - Method in class fr.gael.drb.impl.file.FileProvider
This method commit the provider
commit() - Method in class fr.gael.drb.impl.zip.ZipProvider
commit
compareTo(Value) - Method in class fr.gael.drb.value.AbstractValueArray
Compare this array with another array.
compareTo(Value) - Method in class fr.gael.drb.value.Boolean
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Byte
Compare this value with another value.
compareTo(Value) - Method in interface fr.gael.drb.value.Comparison
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.DateTime
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Decimal
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Double
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Duration
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Float
Compares the current Value to the given one
compareTo(Value) - Method in class fr.gael.drb.value.Int
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Integer
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.Long
Compares the current Value to the given one
compareTo(Value) - Method in class fr.gael.drb.value.Short
Compares the current Value to the given one
compareTo(Value) - Method in class fr.gael.drb.value.String
Compare this string with another string in lexicographic order (a b ...
compareTo(Value) - Method in class fr.gael.drb.value.UnsignedByte
Compares the current Value to the given one
compareTo(Value) - Method in class fr.gael.drb.value.UnsignedInt
Compare this value with another value.
compareTo(Value) - Method in class fr.gael.drb.value.UnsignedLong
Compare the current Value to the given one
compareTo(Value) - Method in class fr.gael.drb.value.UnsignedShort
compare the current value to the given one.
compareTo(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Compare this value with another value.
Comparison - Interface in fr.gael.drb.value
Generic comparison operator.
containsExternalVariable(String) - Method in class fr.gael.drb.query.Environment
Check if an external variable is declared.
containsExternalVariable(QName) - Method in class fr.gael.drb.query.Environment
Check if an external variable is declared.
CONTEXT_TARGET - Static variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Context target identifier.
convertArrayTo(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Convert the array values into the specified type.
convertArrayTo(int) - Method in class fr.gael.drb.value.AbstractValueArray
Convert the array values into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.AbstractValueArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Binary
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.BinaryInteger
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Boolean
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.BooleanArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Byte
Convert this Byte value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.ByteArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.DateTime
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.DayTimeDuration
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Decimal
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.DefaultValueArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Double
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.DoubleArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Duration
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Float
This method converts a type in a value
convertTo(int) - Method in class fr.gael.drb.value.FloatArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Int
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.IntArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Integer
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Long
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.LongArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.Short
Convert this Short value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.ShortArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.String
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedByte
Convert this Byte value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedInt
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedLong
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedShort
In particular this operation that performs non obvious conversions.
convertTo(int) - Method in class fr.gael.drb.value.UnsignedShortArray
Convert the value into the specified type.
convertTo(int) - Method in interface fr.gael.drb.value.Value
Convert the value into the specified type.
convertTo(int) - Method in class fr.gael.drb.value.YearMonthDuration
Convert the value into the specified type.
COUNTABLY_INFINITE - Static variable in interface fr.gael.drb.xsd.XsdValueSpace
Countably infinite cardinality.
createAttribute(String) - Method in class fr.gael.drb.impl.DrbNodeImpl
Create a node with the specified name.
createNewFile(String) - Method in class fr.gael.drb.impl.file.File
Deprecated. As of DRB 2.0, added createNode
createNewFile(String) - Method in class fr.gael.drb.impl.file.FileNode
Creates a new file as children of the current directory.
createNode(String) - Method in class fr.gael.drb.impl.DrbNodeImpl
Create a node with the specified name.
createNode(String) - Method in class fr.gael.drb.impl.file.File
Create a node with the specified name.
createNode(String) - Method in class fr.gael.drb.impl.file.FileNode
Create a node with the specified name.
createNode(URL) - Method in class fr.gael.drb.impl.ftp.FtpNode
This method create a FtpNode with an URL
createNode(URL) - Method in class fr.gael.drb.impl.URLNode
This method create a url node with aa url
createNode(ZipEntry, DrbNode, ZipEntry[]) - Method in class fr.gael.drb.impl.zip.ZipFileNode
This method create a zip node with a zip entry
createPrefix(String, String) - Method in class fr.gael.drb.xsd.Namespace
Create a prefix and bind it to a namespace.
createSchema(DrbNode) - Method in class fr.gael.drb.impl.sds.SdfSchemaBuilder
Builds a SDF Schema from an input node.
CVC_ASSESS_ATTR - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Schema-Validity assessment (Attribute).
CVC_ASSESS_ELT - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Schema-Validity assessment (Element).
CVC_ATTRIBUTE - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Attribute Locally Valid
CVC_AU - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Attribute Locally Valid (Use)
CVC_COMPLEX_TYPE - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Element Locally Valid (Complex Type)
CVC_DATATYPE_VALID - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Datatype Valid
CVC_ELT - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Element Locally Valid
CVC_ENUMERATION_VALID - Static variable in interface fr.gael.drb.xsd.XsdInvalid
Enumeration valid

D

DATE_ID - Static variable in interface fr.gael.drb.value.Value
Date value identifier.
DATE_TIME_ID - Static variable in interface fr.gael.drb.value.Value
Date/Time value identifier.
DateTime - Class in fr.gael.drb.value
The DateTime class is a generic wrapper for Date values.
DateTime() - Constructor for class fr.gael.drb.value.DateTime
Constructs an DateTime object initialized to the current system time.
DateTime(long) - Constructor for class fr.gael.drb.value.DateTime
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DateTime(String) - Constructor for class fr.gael.drb.value.DateTime
Attempts to interpret the string s as a representation of a date and time.
DateTime(byte[]) - Constructor for class fr.gael.drb.value.DateTime
Attempts to interpret the binary buffer as a representation of a date and time (MJD format).
dateTime - Variable in class fr.gael.drb.value.DateTime
The DateTime value.
DAY_ID - Static variable in interface fr.gael.drb.value.Value
Day value identifier.
DAY_TIME_DURATION_ID - Static variable in interface fr.gael.drb.value.Value
Day/Time duration value identifier.
dayTime - Variable in class fr.gael.drb.value.DayTimeDuration
The day-time part of this duration (in second).
DayTimeDuration - Class in fr.gael.drb.value
The DayTimeDuration class is a generic wrapper for day/time duration.
DayTimeDuration(String) - Constructor for class fr.gael.drb.value.DayTimeDuration
Attempts to interpret the string s as a representation of an ISO duration.
DayTimeDuration(double) - Constructor for class fr.gael.drb.value.DayTimeDuration
Build a duration from a number of month and a time.
Decimal - Class in fr.gael.drb.value
The Decimal class is a generic wrapper for decimal values.
Decimal(String) - Constructor for class fr.gael.drb.value.Decimal
Constructs a Decimal object initialized to the specified decimal value.
Decimal(double) - Constructor for class fr.gael.drb.value.Decimal
Constructs a Decimal object initialized to the specified decimal value.
Decimal(BigDecimal) - Constructor for class fr.gael.drb.value.Decimal
Constructs a Decimal object initialized to the specified decimal value.
DECIMAL_ID - Static variable in interface fr.gael.drb.value.Value
Decimal value identifier.
decimalValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a BigDecimal.
decimalValue() - Method in class fr.gael.drb.value.Double
Returns this value as a BigDecimal.
decimalValue() - Method in class fr.gael.drb.value.Float
Returns this value as a BigDecimal.
decimalValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a BigDecimal.
decimalValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a BigDecimal.
decode(String) - Static method in class fr.gael.drb.impl.xml.XmlString
Decode character references or predefined entity reference found inside the input string into unicode character
defaultFont - Variable in class fr.gael.drb.query.GrammarContext
Default font.
defaultNamespaceURI - Variable in class fr.gael.drb.xsd.Namespace
The default namespace URI.
DefaultValueArray - Class in fr.gael.drb.value
Generic array value wrapper.
DefaultValueArray(int) - Constructor for class fr.gael.drb.value.DefaultValueArray
Build an BooleanArray value with the specified size.
derivationMethod - Variable in class fr.gael.drb.xsd.XsdType
The derivation method.
DIGIT_AS_NEEDED - Static variable in class fr.gael.drb.value.BinaryInteger
This flag indicates that the number of significants digit is not fixed.
divide(Value) - Method in interface fr.gael.drb.value.Arithmetic
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Byte
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.DateTime
Compute a division (not supported).
divide(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Decimal
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Double
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Duration
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Float
This method divides a value
divide(Value) - Method in class fr.gael.drb.value.Int
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Integer
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Long
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.Short
Divides the current Value by the current one
divide(Value) - Method in class fr.gael.drb.value.UnsignedByte
Divides the current Value by the current one
divide(Value) - Method in class fr.gael.drb.value.UnsignedInt
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.UnsignedLong
Compute a division.
divide(Value) - Method in class fr.gael.drb.value.UnsignedShort
Divides the specified value by the current short value.
divide(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Compute a division.
document - Variable in class fr.gael.drb.impl.xml.XmlDocument
The Document node.
Double - Class in fr.gael.drb.value
The Double class is a generic wrapper for double values.
Double(double) - Constructor for class fr.gael.drb.value.Double
Constructs an Double object initialized to the specified double value.
DOUBLE_ID - Static variable in interface fr.gael.drb.value.Value
Double value identifier.
DoubleArray - Class in fr.gael.drb.value
The DoubleArray class is a generic wrapper for double array values.
DoubleArray(double[]) - Constructor for class fr.gael.drb.value.DoubleArray
Constructs an DoubleArray object initialized to the specified double[] value.
DoubleArray(int) - Constructor for class fr.gael.drb.value.DoubleArray
Constructs an DoubleArray object with the specified size.
doubleValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a double
doubleValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a double
doubleValue() - Method in class fr.gael.drb.value.Byte
Convert the value into float (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.Double
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.Float
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the double Value at the given index.
doubleValue() - Method in class fr.gael.drb.value.Int
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.Long
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as a double
doubleValue() - Method in interface fr.gael.drb.value.Numeric
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.Short
Returns the double representation of the Value.
doubleValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as a double
doubleValue() - Method in class fr.gael.drb.value.UnsignedByte
Convert the value into float (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a double (signed 64 bits IEEE 754).
doubleValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as a double
doubleValue() - Method in class fr.gael.drb.value.UnsignedShort
return the double value.
doubleValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
doubleValue
doubleValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns the item values as double (signed 64 bits IEEE 754).
DRB_FUNCTIONS_PREFIX - Static variable in class fr.gael.drb.query.Environment
Prefix for DRB built-in functions drb = "http://www.gael.fr/drb"
DRB_FUNCTIONS_URI - Static variable in class fr.gael.drb.query.Environment
Namespace for DRB built-in functions drb = "http://www.gael.fr/drb"
DRB_IDENTIFIER - Static variable in class fr.gael.drb.DrbFactory
Deprecated. caller shall now use DrbFactory.getImplementationVersion()
DrbAbstractAttribute - Class in fr.gael.drb
Abstract attribute implementation.
DrbAbstractAttribute() - Constructor for class fr.gael.drb.DrbAbstractAttribute
 
DrbAbstractNode - Class in fr.gael.drb
This class provides a skeletal implementation of the DrbNode interface, to minimize the effort required to implement this interface.
DrbAbstractNode() - Constructor for class fr.gael.drb.DrbAbstractNode
 
DrbAbstractNodeList - Class in fr.gael.drb
This class provides a skeletal implementation of the DrbNodeList interface, to minimize the effort required to implement this interface.
DrbAbstractNodeList() - Constructor for class fr.gael.drb.DrbAbstractNodeList
 
DrbAbstractSequence - Class in fr.gael.drb
This class provides a skeletal implementation of the DrbSequence interface, to minimize the effort required to implement this interface.
DrbAbstractSequence() - Constructor for class fr.gael.drb.DrbAbstractSequence
 
DrbAttribute - Interface in fr.gael.drb
Generic attribute interface.
DrbAttributeList - Interface in fr.gael.drb
Collection of attributes.
DrbDefaultAttribute - Class in fr.gael.drb
Default attribute implementation.
DrbDefaultAttribute(XsdAttribute, DrbNode) - Constructor for class fr.gael.drb.DrbDefaultAttribute
Schema constructor of an attribute.
DrbDefaultAttribute(String, Value) - Constructor for class fr.gael.drb.DrbDefaultAttribute
Simple constructor of an attribute.
DrbDefaultAttribute(String, Value, DrbNode) - Constructor for class fr.gael.drb.DrbDefaultAttribute
Constructor of an attribute with an owner.
DrbDefaultAttribute(String, Value, boolean) - Constructor for class fr.gael.drb.DrbDefaultAttribute
Constructor of a defaulted attribute.
DrbDefaultAttribute(String, Value, boolean, DrbNode) - Constructor for class fr.gael.drb.DrbDefaultAttribute
Constructor of a defaulted attribute with an owner.
DrbDefaultAttributeList - Class in fr.gael.drb
Generic implementation of DrbAttributeList.
DrbDefaultAttributeList() - Constructor for class fr.gael.drb.DrbDefaultAttributeList
 
DrbDefaultMetadataResolver - Class in fr.gael.drb.impl
Standard Metadata Resolver.
DrbDefaultMetadataResolver() - Constructor for class fr.gael.drb.impl.DrbDefaultMetadataResolver
 
DrbDefaultMutableNode - Class in fr.gael.drb
Simple mutable node implementation.
DrbDefaultMutableNode(String) - Constructor for class fr.gael.drb.DrbDefaultMutableNode
Builds a new instance of DrbDefaultMutableNode.
DrbDefaultMutableNode(String, DrbNode, int, DrbNode, DrbNode) - Constructor for class fr.gael.drb.DrbDefaultMutableNode
Builds a new instance of DrbDefaultMutableNode with a specified parent.
DrbDefaultNodeList - Class in fr.gael.drb
Generic implementation of DrbNodeList.
DrbDefaultNodeList() - Constructor for class fr.gael.drb.DrbDefaultNodeList
 
DrbDefaultNodesChangeProducer - Class in fr.gael.drb
A basic implementation of the DrbNodesChangeProducer.
DrbDefaultNodesChangeProducer() - Constructor for class fr.gael.drb.DrbDefaultNodesChangeProducer
Builds a default node change producer.
DrbDefaultSequence - Class in fr.gael.drb
Generic implementation of DrbSequence.
DrbDefaultSequence() - Constructor for class fr.gael.drb.DrbDefaultSequence
Builds an empty sequence.
DrbDefaultSequence(DrbItem) - Constructor for class fr.gael.drb.DrbDefaultSequence
Build a singleton from a item.
DrbDefaultSequence(DrbSequence) - Constructor for class fr.gael.drb.DrbDefaultSequence
Duplicate an existing sequence
DrbDefaultSequence(DrbDefaultSequence) - Constructor for class fr.gael.drb.DrbDefaultSequence
Duplicate an existing sequence
DrbFactory - Class in fr.gael.drb
Node constructor.
DrbFactory() - Constructor for class fr.gael.drb.DrbFactory
 
DrbFactoryImpl - Interface in fr.gael.drb
Common interface for Node factory implementations.
DrbFactoryResolver - Class in fr.gael.drb.impl
Abstract factory resolver.
DrbFactoryResolver() - Constructor for class fr.gael.drb.impl.DrbFactoryResolver
 
DrbItem - Interface in fr.gael.drb
Item interface.
DrbMutableNode - Interface in fr.gael.drb
Mutable node interface.
DrbNode - Interface in fr.gael.drb
Node interface.
DrbNodeImpl - Class in fr.gael.drb.impl
DrbNode implementation.
DrbNodeImpl() - Constructor for class fr.gael.drb.impl.DrbNodeImpl
 
DrbNodeList - Interface in fr.gael.drb
Collection of nodes.
DrbNodesChangeEvent - Class in fr.gael.drb
Event reporting node changes.
DrbNodesChangeEvent(DrbNode) - Constructor for class fr.gael.drb.DrbNodesChangeEvent
Builds a node change event class with a single affected node.
DrbNodesChangeEvent(DrbNode, DrbNodeList) - Constructor for class fr.gael.drb.DrbNodesChangeEvent
Builds a node change event with multiple affected nodes.
DrbNodesChangeListener - Interface in fr.gael.drb
Interface for listening DRB node changes.
DrbNodesChangeProducer - Interface in fr.gael.drb
Interface identifying any node change procucer.
DrbNodeSpi(DrbNode, DrbNode) - Method in class fr.gael.drb.impl.file.File
Builds a getInstance from a base node and a parent TODO : this operation shall raise an exception in case of null parameter.
DrbProvider - Class in fr.gael.drb.impl
DrbNode provider.
DrbProvider() - Constructor for class fr.gael.drb.impl.DrbProvider
 
DrbSequence - Interface in fr.gael.drb
Collection of item.
DrbUpdateImpl - Interface in fr.gael.drb
Common interface for Node factory implementations.
dump(DrbItem, OutputStream, String) - Static method in class fr.gael.drb.impl.xml.XmlWriter
Dump the infoset structure of a node.
Duration - Class in fr.gael.drb.value
The DateTime class is a generic wrapper for Date values.
Duration(long, double) - Constructor for class fr.gael.drb.value.Duration
Build a duration from a number of month and a time.
DURATION_ID - Static variable in interface fr.gael.drb.value.Value
Duration value identifier.
DynamicException - Exception in fr.gael.drb.impl.sds
Dynamic exception of the SDF engine during evaluation phase.
DynamicException(String) - Constructor for exception fr.gael.drb.impl.sds.DynamicException
Builds a dynamic exception with a message.
DynamicException - Exception in fr.gael.drb.query
Dynamic error of an XQuery dynamic evalutation phase.
DynamicException(Expression, String) - Constructor for exception fr.gael.drb.query.DynamicException
Builds a dynamic exception with a contextual message.

E

ELEMENT_TERM - Static variable in class fr.gael.drb.xsd.XsdParticle
Element term.
EMPTY_FINAL - Static variable in class fr.gael.drb.xsd.XsdSimpleType
Empty final derivation.
encode(String) - Static method in class fr.gael.drb.impl.xml.XmlString
Format an XML string.
ENUMERATION_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:enumeration facet identifier.
Environment - Class in fr.gael.drb.query
Environment of static analysis and dynamic evaluation of an XQuery.
Environment() - Constructor for class fr.gael.drb.query.Environment
Environment constructor.
equals(Object) - Method in class fr.gael.drb.DrbAbstractNode
Indicates whether this node is "equal to" to another node.
equals(Object) - Method in class fr.gael.drb.impl.file.FileNode
Indicates whether this node is "equal to" to another node.
equals(Object) - Method in class fr.gael.drb.impl.URLNode
Indicates whether this node is "equal to" to another node.
equals(Object) - Method in class fr.gael.drb.impl.xml.XmlDocument
Indicates whether this node is "equal to" to another node.
equals(Object) - Method in class fr.gael.drb.impl.xml.XmlNode
Indicates whether this node is "equal to" to another node.
equals(Object) - Method in class fr.gael.drb.impl.zip.ZipNode
Indicates whether this node is "equal to" to another node.
equals(Object) - Method in class fr.gael.drb.query.TokenElement
Compares this object to the specifed object.
equals(Object) - Method in class fr.gael.drb.xsd.XsdName
Check equality with another XsdName
eval() - Method in class fr.gael.drb.query.Query
Deprecated. this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values.
eval(ParameterResolver) - Method in class fr.gael.drb.query.Query
Deprecated. this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values.
eval(DrbNode) - Method in class fr.gael.drb.query.Query
Deprecated. this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values.
eval(DrbNode, ParameterResolver) - Method in class fr.gael.drb.query.Query
Deprecated. this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values.
evaluate(DrbItem, int, int) - Method in class fr.gael.drb.query.Query
Launchs a dynamic evaluation of query with respect to an initial context item.
evaluate(DrbItem) - Method in class fr.gael.drb.query.Query
Launchs a dynamic evaluation of query with respect to an initial context item.
EXTENSION_METHOD - Static variable in class fr.gael.drb.xsd.XsdType
extension method.
ExternalVariable - Class in fr.gael.drb.query
Variable declared as external in the XQuery module prologs.
ExternalVariable(QName, SequenceType, DrbSequence) - Constructor for class fr.gael.drb.query.ExternalVariable
Constructor of an external variable.

F

facets - Variable in class fr.gael.drb.xsd.XsdSimpleType
facets
File - Class in fr.gael.drb.impl.file
File or Directory of a local file system.
File(File, File[], File[]) - Constructor for class fr.gael.drb.impl.file.File
Deprecated. This constructor shall not be used.
File(File) - Constructor for class fr.gael.drb.impl.file.File
Builds a File instance.
File(FileNode) - Constructor for class fr.gael.drb.impl.file.File
Builds a File instance.
FileFactory - Class in fr.gael.drb.impl.file
Factory of local file or directory nodes.
FileFactory() - Constructor for class fr.gael.drb.impl.file.FileFactory
 
FileNode - Class in fr.gael.drb.impl.file
File or Directory of a local file system.
FileProvider - Class in fr.gael.drb.impl.file
File provider.
FileProvider(FileNode) - Constructor for class fr.gael.drb.impl.file.FileProvider
Build a file provider with the file
finals - Variable in class fr.gael.drb.xsd.XsdSimpleType
final properties.
FINITE - Static variable in interface fr.gael.drb.xsd.XsdValueSpace
Finite cardinality.
Float - Class in fr.gael.drb.value
The Float class is a generic wrapper for float values.
Float(float) - Constructor for class fr.gael.drb.value.Float
Constructs an Float object initialized to the specified float value.
FLOAT_ID - Static variable in interface fr.gael.drb.value.Value
Float value identifier.
FloatArray - Class in fr.gael.drb.value
The FloatArray class is a generic wrapper for float array values.
FloatArray(float[]) - Constructor for class fr.gael.drb.value.FloatArray
Constructs a FloatArray initialized to the specified float[] value.
FloatArray(int) - Constructor for class fr.gael.drb.value.FloatArray
Constructs an FloatArray object with the specified length.
floatValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a float
floatValue() - Method in class fr.gael.drb.value.Byte
Convert the value into float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.Double
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.Float
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the float Value at the given index.
floatValue() - Method in class fr.gael.drb.value.Int
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.Long
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in interface fr.gael.drb.value.Numeric
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.Short
Returns the float representation of the Value.
floatValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.UnsignedByte
Convert the value into float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a float (signed 32 bits IEEE 754).
floatValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as a float (signed 32 bits IEEE 754).
floatValue() - Method in class fr.gael.drb.value.UnsignedShort
return the float value.
floatValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
floatValue
floatValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns the item values as float (signed 32 bits IEEE 754).
flush() - Method in class fr.gael.drb.impl.DrbNodeImpl
Performs any pending changes.
flush() - Method in class fr.gael.drb.impl.xml.XmlNode
Performs any pending changes.
fr.gael.drb - package fr.gael.drb
DRB main package containing the main interfaces, default and abstract classes.
fr.gael.drb.impl - package fr.gael.drb.impl
Package containing the implementations.
fr.gael.drb.impl.file - package fr.gael.drb.impl.file
Implementation of DRB for the support of Files and Directories of the local File System.
fr.gael.drb.impl.ftp - package fr.gael.drb.impl.ftp
Implementation of DRB for the support of Files and Directories on FTP.
fr.gael.drb.impl.jar - package fr.gael.drb.impl.jar
Implementation of DRB for the support of Jar files.
fr.gael.drb.impl.sds - package fr.gael.drb.impl.sds
Implementation of DRB for the support of binary files heareafter called Structured Data Sources (SDS).
fr.gael.drb.impl.tar - package fr.gael.drb.impl.tar
Implementation of DRB for the support of Tar files.
fr.gael.drb.impl.xml - package fr.gael.drb.impl.xml
Implementation of DRB for the support of XML documents.
fr.gael.drb.impl.zip - package fr.gael.drb.impl.zip
Implementation of DRB for the support of ZIP files.
fr.gael.drb.query - package fr.gael.drb.query
An implementation of XQuery 1.0 over the DRB API®.
fr.gael.drb.value - package fr.gael.drb.value
Envelope classes and operations for primitive values of DRB.
fr.gael.drb.xsd - package fr.gael.drb.xsd
Implementation of DRB for the support of XSD XML schema files.
FRACTION_DIGITS_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:fractionDigits facet identifier.
FtpFactory - Class in fr.gael.drb.impl.ftp
Factory of FTP nodes.
FtpFactory() - Constructor for class fr.gael.drb.impl.ftp.FtpFactory
 
FtpNode - Class in fr.gael.drb.impl.ftp
FTP node implementation
FtpNode(URL) - Constructor for class fr.gael.drb.impl.ftp.FtpNode
Build a FTP node with an URL

G

GAEL_FUNCTIONS_URI - Static variable in class fr.gael.drb.query.Environment
Namespace for GAEL built-in functions gael = "http://www.gael.fr"
getAppinfos() - Method in class fr.gael.drb.xsd.XsdAnnotation
Return a list of appinfos.
getArrayType() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns the Array type
getArrayType() - Method in class fr.gael.drb.value.BooleanArray
Returns the Array type
getArrayType() - Method in class fr.gael.drb.value.ByteArray
The type of the values embedded in the array.
getArrayType() - Method in class fr.gael.drb.value.DefaultValueArray
Returns the Array type
getArrayType() - Method in class fr.gael.drb.value.DoubleArray
The type of the values embedded in the array.
getArrayType() - Method in class fr.gael.drb.value.FloatArray
Returns the Array type of the current Value.
getArrayType() - Method in class fr.gael.drb.value.IntArray
The type of the values embedded in the array.
getArrayType() - Method in class fr.gael.drb.value.LongArray
Returns the Array type
getArrayType() - Method in class fr.gael.drb.value.ShortArray
Returns the Array type
getArrayType() - Method in class fr.gael.drb.value.UnsignedByteArray
The type of the values embedded in the array.
getArrayType() - Method in class fr.gael.drb.value.UnsignedIntArray
The type of the values embedded in the array.
getArrayType() - Method in class fr.gael.drb.value.UnsignedLongArray
The type of the values embedded in the array.
getArrayType() - Method in class fr.gael.drb.value.UnsignedShortArray
getArrayType
getArrayType() - Method in interface fr.gael.drb.value.ValueArray
The type of the values embedded in the array.
getAttribute(String) - Method in class fr.gael.drb.DrbAbstractNode
Returns an attribute matching a specific name.
getAttributeGroup() - Method in class fr.gael.drb.xsd.XsdComplexType
Returns the attribute group of this type.
getAttributes() - Method in class fr.gael.drb.DrbAbstractNode
The attributes of the nodes.
getAttributes() - Method in class fr.gael.drb.DrbDefaultMutableNode
The attributes of the nodes.
getAttributes() - Method in class fr.gael.drb.impl.file.FileNode
The attributes of the node.
getAttributes() - Method in class fr.gael.drb.impl.ftp.FtpNode
The attributes of the node.
getAttributes() - Method in class fr.gael.drb.impl.xml.XmlDocument
The attributes of the nodes.
getAttributes() - Method in class fr.gael.drb.impl.xml.XmlNode
The attributes of the current node.
getAttributes() - Method in class fr.gael.drb.impl.zip.ZipFileNode
The attributes of the nodes.
getAttributes() - Method in class fr.gael.drb.impl.zip.ZipNode
The attributes of the node The file nodes node have no specific attribute and this operation returns therefore a nullvalue at each call.
getAttributes() - Method in class fr.gael.drb.xsd.XsdNodeImpl
The attributes of the nodes.
getBase() - Method in class fr.gael.drb.xsd.XsdType
Returns the base of this type.
getBaseStyle() - Method in class fr.gael.drb.query.XQueryDocument
Base style accessor.
getBaseURI() - Method in class fr.gael.drb.query.Environment
Returns the base URI of the enviroment.
getBeginColumn() - Method in exception fr.gael.drb.query.DynamicException
Returns the column number where the dynamic error has started.
getBeginColumn() - Method in exception fr.gael.drb.query.StaticException
Returns the column number where the static error has started.
getBeginColumn() - Method in exception fr.gael.drb.query.TypeException
Returns the column number where the type error has started.
getBeginLine() - Method in exception fr.gael.drb.query.DynamicException
Returns the line number where the dynamic error has stared.
getBeginLine() - Method in exception fr.gael.drb.query.StaticException
Returns the line number where the static error has stared.
getBeginLine() - Method in exception fr.gael.drb.query.TypeException
Returns the line number where the type error has stared.
getBitLength() - Method in class fr.gael.drb.impl.sds.Length
Returns the bit length
getCardinality() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the cardinality of this value space.
getCardinality() - Method in class fr.gael.drb.xsd.XsdListType
Returns the cardinality of this value space.
getCardinality() - Method in interface fr.gael.drb.xsd.XsdValueSpace
Returns the cardinality of this value space.
getCategory() - Method in class fr.gael.drb.query.TokenElement
Specifies the category of the token as a string that can be used as a label.
getChangedNodes() - Method in class fr.gael.drb.DrbNodesChangeEvent
Returns the nodes that have been affected by the changes.
getChildAt(int) - Method in class fr.gael.drb.DrbAbstractNode
Reference to a specific child.
getChildAt(int) - Method in class fr.gael.drb.impl.file.FileNode
Reference to a specific child.
getChildAt(int) - Method in class fr.gael.drb.impl.xml.XmlNode
The child located at a specific position.
getChildren() - Method in class fr.gael.drb.DrbAbstractNode
The list of children of the current node.
getChildren() - Method in class fr.gael.drb.DrbDefaultMutableNode
The list of children of the current node.
getChildren() - Method in class fr.gael.drb.impl.file.FileNode
Returns the children list of the current directory.
getChildren() - Method in class fr.gael.drb.impl.ftp.FtpNode
This method return the list of children of the ftp node
getChildren() - Method in class fr.gael.drb.impl.URLNode
The list of child nodes.
getChildren() - Method in class fr.gael.drb.impl.xml.XmlDocument
The list of children of the XML document.
getChildren() - Method in class fr.gael.drb.impl.xml.XmlNode
The children of the current node.
getChildren() - Method in class fr.gael.drb.impl.zip.ZipFileNode
The children of the current node.
getChildren() - Method in class fr.gael.drb.impl.zip.ZipNode
The children of the current node.
getChildren() - Method in interface fr.gael.drb.xsd.XsdInvalid
Returns the children message.
getChildrenCount() - Method in class fr.gael.drb.DrbAbstractNode
Number of children.
getChildrenCount() - Method in class fr.gael.drb.impl.file.FileNode
Number of files or directory hold by the current node (directory).
getChildrenCount() - Method in class fr.gael.drb.impl.xml.XmlNode
Number of children.
getColor() - Method in class fr.gael.drb.query.TokenElement
TokenElement color accessor.
getComment() - Method in class fr.gael.drb.query.XQueryDocument
Accessor of a comment on the current text.
getCompletion(int) - Method in class fr.gael.drb.query.XQueryDocument
Builds the completion item array with the allowed item just after the specified offset in the text.
getComplexContent() - Method in class fr.gael.drb.xsd.XsdComplexType
Returns the complex content of this type.
getComponent() - Method in interface fr.gael.drb.xsd.XsdInvalid
Returns the component.
getCompositor() - Method in class fr.gael.drb.xsd.XsdModelGroup
Returns the compositor of this model group.
getConstraint() - Method in class fr.gael.drb.xsd.XsdElement
Returns the constraint of the value.
getContent() - Method in class fr.gael.drb.DrbAbstractNode
The content of the current node.
getContent() - Method in class fr.gael.drb.impl.xml.XmlDocument
The root content of the XML document.
getContent() - Method in class fr.gael.drb.impl.xml.XmlNode
The content of the current node.
getContent() - Method in class fr.gael.drb.xsd.XsdAppinfo
Returns the content of this appinfo.
getContent() - Method in class fr.gael.drb.xsd.XsdAttributeGroup
Returns the attributes of this group.
getContent() - Method in class fr.gael.drb.xsd.XsdDocumentation
Content of this annotation.
getData() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.BooleanArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.ByteArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.DoubleArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.FloatArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.IntArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.LongArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.ShortArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.UnsignedByteArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.UnsignedIntArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.UnsignedLongArray
Returns the underlying object for optimization.
getData() - Method in class fr.gael.drb.value.UnsignedShortArray
Returns the underlying object for optimization.
getDatatype() - Method in class fr.gael.drb.xsd.XsdComplexType
Returns the simple content of this type.
getDatatype() - Method in class fr.gael.drb.xsd.XsdSimpleType
Returns the content of this type.
getDatatype() - Method in class fr.gael.drb.xsd.XsdType
Returns the simple content of this type.
getDayTime() - Method in class fr.gael.drb.value.DayTimeDuration
Returns the day/time part of this duration in seconds.
getDeclaredPrefixes() - Method in class fr.gael.drb.xsd.Namespace
Returns all the declared prefixes.
getDefaultElementNamespaceURI() - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Returns the default namespace URI of elements and types.
getDefaultElementNamespaceURI() - Method in class fr.gael.drb.query.Environment
Returns the default namespace URI of elements and types.
getDefaultFont() - Method in class fr.gael.drb.query.GrammarContext
Returns the default font.
getDefaultFunctionNamespaceURI() - Method in class fr.gael.drb.query.Environment
Returns the default namespace URI of functions.
getDefaultNamespaceURI() - Method in class fr.gael.drb.xsd.Namespace
Returns the default namespace URI
getDefaultRootElement() - Method in class fr.gael.drb.xsd.XmlSchema
Returns the default root element of this schema
getDefaultSchema() - Static method in class fr.gael.drb.xsd.XmlSchema
Returns the default schema including the standard types.
getDefaultValue() - Method in class fr.gael.drb.query.ExternalVariable
Returns the default value of the variable.
getDefaultValue() - Method in class fr.gael.drb.query.Parameter
Returns the default value of the parameter.
getDefaultVersion() - Static method in class fr.gael.drb.impl.sds.SdfFactory
Allow to get the default version of the namespace use by SdfFactory.
getDerivation(XsdType) - Method in class fr.gael.drb.xsd.XmlSchema
Returns the local derivation of a global type.
getDerivation() - Method in class fr.gael.drb.xsd.XsdType
Returns the local derivation of this type.
getDetailedMessage() - Method in exception fr.gael.drb.query.StaticException
Returns a detailed exception message.
getDocumentations() - Method in class fr.gael.drb.xsd.XsdAnnotation
Returns a list of documentations.
getEffectiveBooleanValue(DrbSequence) - Static method in class fr.gael.drb.query.Query
Returns the effective boolean value of a sequence.
getElement(int) - Method in class fr.gael.drb.value.BooleanArray
Returns the Element value at the specified index
getElement(int) - Method in class fr.gael.drb.value.ByteArray
The value of the element located at the specified index.
getElement(int) - Method in class fr.gael.drb.value.DefaultValueArray
Returns the Element value at the specified index
getElement(int) - Method in class fr.gael.drb.value.DoubleArray
The value of the element located at the specified index.
getElement(int) - Method in class fr.gael.drb.value.FloatArray
Returns the Value at the given index.
getElement(int) - Method in class fr.gael.drb.value.IntArray
The value of the element located at the specified index.
getElement(int) - Method in class fr.gael.drb.value.LongArray
Returns the Element value at the specified index
getElement(int) - Method in class fr.gael.drb.value.ShortArray
Returns the Element value at the specified index
getElement(int) - Method in class fr.gael.drb.value.UnsignedByteArray
The value of the element located at the specified index.
getElement(int) - Method in class fr.gael.drb.value.UnsignedIntArray
The value of the element located at the specified index.
getElement(int) - Method in class fr.gael.drb.value.UnsignedLongArray
The value of the element located at the specified index.
getElement(int) - Method in class fr.gael.drb.value.UnsignedShortArray
get the element
getElement(int) - Method in interface fr.gael.drb.value.ValueArray
Get the element located at the specified index.
getEndColumn() - Method in exception fr.gael.drb.query.DynamicException
Returns the column number where the dynamic error has ended.
getEndColumn() - Method in exception fr.gael.drb.query.StaticException
Returns the column number where the static error has ended.
getEndColumn() - Method in exception fr.gael.drb.query.TypeException
Returns the column number where the type error has ended.
getEndLine() - Method in exception fr.gael.drb.query.DynamicException
Returns the line number where the dynamic error has ended.
getEndLine() - Method in exception fr.gael.drb.query.StaticException
Returns the line number where the static error has ended.
getEndLine() - Method in exception fr.gael.drb.query.TypeException
Returns the line number where the type error has ended.
getEntries() - Method in class fr.gael.drb.impl.zip.ZipFileNode
This method get entries from the zipFile or from the inputStream
getEnvironment() - Method in class fr.gael.drb.query.Query
Returns the environment.
getExclusiveLowerBound() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the exclusive lower bound.
getExclusiveLowerBound() - Method in class fr.gael.drb.xsd.XsdListType
Returns the exclusive lower bound.
getExclusiveLowerBound() - Method in interface fr.gael.drb.xsd.XsdValueSpace
Returns the exclusive lower bound.
getExclusiveUpperBound() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the exclusive upper bound.
getExclusiveUpperBound() - Method in class fr.gael.drb.xsd.XsdListType
Returns the exclusive upper bound.
getExclusiveUpperBound() - Method in interface fr.gael.drb.xsd.XsdValueSpace
Returns the exclusive upper bound.
getExtensionHash() - Static method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Allow to get a hashtable containing mapping between extension and implementations.
getExternalVariable(String) - Method in class fr.gael.drb.query.Environment
Return an external variable if already declared.
getExternalVariable(QName) - Method in class fr.gael.drb.query.Environment
Return an external variable if already declared.
getExternalVariableMap() - Method in class fr.gael.drb.query.Environment
Return a reference to the external variable list.
getExternalVariables() - Method in class fr.gael.drb.query.Environment
Returns the set of external variables.
getExternalVariables() - Method in class fr.gael.drb.query.Query
Returns the set of external variables of the current context/environment.
getFacets() - Method in class fr.gael.drb.xsd.XsdSimpleType
Returns the facets applied to this simple type.
getFilter() - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Returns the filtering flags.
getFinals() - Method in class fr.gael.drb.xsd.XsdSimpleType
Returns a set of final properties.
getFirstChild() - Method in class fr.gael.drb.DrbAbstractNode
Reference to the first child of the current node.
getFirstChild() - Method in class fr.gael.drb.impl.xml.XmlNode
The first child of the current node.
getFont(int) - Method in class fr.gael.drb.query.GrammarContext
Fetch the font to use for a lexical token with the given scan value.
getFont() - Method in class fr.gael.drb.query.TokenElement
TokenElement font accessor.
getForeground(int) - Method in class fr.gael.drb.query.GrammarContext
Fetch the foreground color to use for a lexical token with the given value.
getFormattedBuffer() - Method in class fr.gael.drb.value.AbstractNumericArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.Byte
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer(byte) - Static method in class fr.gael.drb.value.Byte
Return a byte buffer containing the passed value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.ByteArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.DateTime
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.Double
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.DoubleArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.Float
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.FloatArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.Int
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer(int) - Static method in class fr.gael.drb.value.Int
Return a byte buffer containing the passed value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.IntArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.Long
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.LongArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.Short
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer(short) - Static method in class fr.gael.drb.value.Short
Return a byte buffer containing the passed value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.ShortArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedByte
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedByteArray
Returns a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedInt
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedIntArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedLong
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedLongArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedShort
Returns a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in class fr.gael.drb.value.UnsignedShortArray
Return a byte buffer containing the value in a fixed format.
getFormattedBuffer() - Method in interface fr.gael.drb.value.ValueFormat
Return a byte buffer containing the value in a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.Byte
Return a string containing the value with a fixed format.
getFormattedString(int, byte, boolean) - Static method in class fr.gael.drb.value.Byte
Return a string containing the passed value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.ByteArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.DateTime
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.Double
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.DoubleArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.Float
Return a string containing the value with a fixed format.
getFormattedString(int, float) - Static method in class fr.gael.drb.value.Float
Return a string containing the passed value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.FloatArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.Int
Return a string containing the value with a fixed format.
getFormattedString(int, int, boolean) - Static method in class fr.gael.drb.value.Int
Return a string containing the passed value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.IntArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.Long
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.LongArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.Short
Return a string containing the value with a fixed format.
getFormattedString(int, short, boolean) - Static method in class fr.gael.drb.value.Short
Return a string containing the passed value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.ShortArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedByte
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedInt
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedLong
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedShort
Returns a string containing the value with a fixed format.
getFormattedString(int) - Method in class fr.gael.drb.value.UnsignedShortArray
Return a string containing the value with a fixed format.
getFormattedString(int) - Method in interface fr.gael.drb.value.ValueFormat
Return a string containing the value with a fixed format.
getGlobalTypes() - Method in class fr.gael.drb.xsd.XmlSchema
Returns the global type of this schema.
getId() - Method in class fr.gael.drb.xsd.XsdEnumerationFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdFractionDigitsFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdLengthFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdMaxExclusiveFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdMaxInclusiveFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdMaxLengthFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdMinExclusiveFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdMinInclusiveFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdMinLengthFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdPatternFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdTotalDigitsFacet
Identifier of this facet.
getId() - Method in class fr.gael.drb.xsd.XsdWhiteSpaceFacet
Identifier of this facet.
getIdentifier() - Method in interface fr.gael.drb.DrbFactoryImpl
The scheme identifier of the implementation.
getIdentifier() - Method in class fr.gael.drb.impl.DrbProvider
The identifier of this provider.
getIdentifier() - Method in class fr.gael.drb.impl.file.FileFactory
Returns "file" string.
getIdentifier() - Method in class fr.gael.drb.impl.file.FileProvider
This method get the identifier
getIdentifier() - Method in class fr.gael.drb.impl.ftp.FtpFactory
FTP identifier.
getIdentifier() - Method in class fr.gael.drb.impl.jar.JarFactory
JAR identifier.
getIdentifier() - Method in class fr.gael.drb.impl.sds.SdfFactory
The scheme identifier of the implementation.
getIdentifier() - Method in class fr.gael.drb.impl.tar.TarFactory
TAR identifier.
getIdentifier() - Method in class fr.gael.drb.impl.xml.XmlFactory
XML identifier.
getIdentifier() - Method in class fr.gael.drb.impl.zip.GZipFactory
GZIP identifier.
getIdentifier() - Method in class fr.gael.drb.impl.zip.ZipFactory
ZIP identifier.
getIdentifier() - Method in class fr.gael.drb.impl.zip.ZipProvider
getIdentifier
getImpl(Class) - Method in class fr.gael.drb.DrbDefaultMutableNode
Returns a specific implementation.
getImpl(Class) - Method in class fr.gael.drb.impl.DrbNodeImpl
Returns a specific implementation.
getImpl(Class) - Method in class fr.gael.drb.impl.file.FileNode
Returns a specific implementation of the node.
getImpl(Class) - Method in class fr.gael.drb.impl.URLNode
Returns a specific implementation.
getImpl(Class) - Method in class fr.gael.drb.impl.xml.XmlDocument
Returns a specific implementation.
getImpl(Class) - Method in class fr.gael.drb.impl.zip.ZipFileNode
Returns a specific implementation.
getImpl(Class) - Method in class fr.gael.drb.impl.zip.ZipNode
Provide other implementation.
getImplementationVersion() - Static method in class fr.gael.drb.DrbFactory
Returns the implementation version identifier.
getInclusiveLowerBound() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the inclusive lower bound.
getInclusiveLowerBound() - Method in class fr.gael.drb.xsd.XsdListType
Returns the inclusive lower bound.
getInclusiveLowerBound() - Method in interface fr.gael.drb.xsd.XsdValueSpace
Returns the inclusive lower bound.
getInclusiveUpperBound() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the inclusive upper bound.
getInclusiveUpperBound() - Method in class fr.gael.drb.xsd.XsdListType
Returns the inclusive upper bound.
getInclusiveUpperBound() - Method in interface fr.gael.drb.xsd.XsdValueSpace
Returns the inclusive upper bound.
getIndent() - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Returns the indentation.
getIndex() - Method in class fr.gael.drb.DrbAbstractNode
Index of the node.
getIndex() - Method in class fr.gael.drb.DrbDefaultMutableNode
Returns the index of the node.
getIndex() - Method in class fr.gael.drb.impl.file.FileNode
Returns the index of the file in the parent children list.
getIndex() - Method in class fr.gael.drb.impl.xml.XmlDocument
Returns the index of the node.
getIndex() - Method in class fr.gael.drb.impl.xml.XmlNode
The index of the node in the parent children list.
getIndex() - Method in class fr.gael.drb.impl.zip.ZipFileNode
The index of the node in the parent children list.
getInput() - Method in class fr.gael.drb.value.Binary
Get an input stream.
getInputstream(ZipEntry) - Method in class fr.gael.drb.impl.zip.ZipFileNode
Get the ZipInputStream
getInstance(DrbNode, XsdType) - Static method in class fr.gael.drb.xsd.XsdNodeImpl
Create an XsdNode instance.
getInstance(DrbNode) - Method in class fr.gael.drb.xsd.XsdNodeImpl
Builds a XSD implementation from a base node.
getItem(int) - Method in class fr.gael.drb.DrbAbstractNodeList
Returns a specific item of the list.
getItem(int) - Method in class fr.gael.drb.DrbDefaultSequence
Returns a specific item of the list.
getItem(int) - Method in interface fr.gael.drb.DrbSequence
Returns a specific item of the list.
getItem(int) - Method in class fr.gael.drb.value.AbstractValueArray
Returns a specific item of the list.
getItemType() - Method in class fr.gael.drb.DrbAbstractAttribute
A code representing the type of the underlying object, as defined above.
getItemType() - Method in class fr.gael.drb.DrbAbstractNode
A code representing the type of the underlying object, as defined above.
getItemType() - Method in interface fr.gael.drb.DrbItem
A code representing the type of the underlying object, as defined above.
getItemType() - Method in class fr.gael.drb.xsd.XsdListType
Returns the item type of this list.
getItemTypeId() - Method in class fr.gael.drb.xsd.XsdListType
Returns the Value identifier of the items.
getLabel() - Method in class fr.gael.drb.query.ExternalVariable
Deprecated. this operation shall no longer be used as far as the label will no longer be supported in further versions of the engine.
getLang() - Method in class fr.gael.drb.xsd.XsdDocumentation
Lang of this documentation.
getLastChild() - Method in class fr.gael.drb.DrbAbstractNode
Reference to the last child of the current node.
getLastChild() - Method in class fr.gael.drb.impl.xml.XmlNode
The last child of the curren node.
getLength() - Method in interface fr.gael.drb.DrbAttributeList
The number of items in the list.
getLength() - Method in class fr.gael.drb.DrbDefaultSequence
The number of items in the list.
getLength() - Method in interface fr.gael.drb.DrbNodeList
The number of node in the list.
getLength() - Method in interface fr.gael.drb.DrbSequence
The number of items in the list.
getLength() - Method in class fr.gael.drb.impl.sds.Length
Returns the byte length
getLength() - Method in class fr.gael.drb.value.AbstractValueArray
The number of items in the list.
getLength() - Method in class fr.gael.drb.xsd.XsdModelGroup
Returns the length of this model group.
getListenerList() - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Getter of the EventListenerList
getMaxOccurs() - Method in class fr.gael.drb.xsd.XsdParticle
Returns the maximum occurrence.
getMessage() - Method in exception fr.gael.drb.query.DynamicException
Returns the exception message.
getMessage() - Method in exception fr.gael.drb.query.StaticException
Returns a short exception message.
getMessage() - Method in exception fr.gael.drb.query.TypeException
Returns the exception message.
getMessage() - Method in interface fr.gael.drb.xsd.XsdInvalid
Returns a message describing the validation result.
getMetadataResolver() - Static method in class fr.gael.drb.impl.DrbFactoryResolver
 
getMinOccurs() - Method in class fr.gael.drb.xsd.XsdParticle
Returns the minimum occurrence.
getName() - Method in class fr.gael.drb.DrbAbstractNode
Name of the node.
getName() - Method in interface fr.gael.drb.DrbAttribute
Name of the attribute.
getName() - Method in class fr.gael.drb.DrbDefaultAttribute
Name of the attribute.
getName() - Method in class fr.gael.drb.DrbDefaultMutableNode
Name of the node.
getName() - Method in interface fr.gael.drb.DrbFactoryImpl
The name of the implementation.
getName() - Method in interface fr.gael.drb.DrbItem
Name of the item.
getName() - Method in class fr.gael.drb.impl.DrbProvider
The name of this provider.
getName() - Method in class fr.gael.drb.impl.file.FileFactory
Returns "Local file system" string.
getName() - Method in class fr.gael.drb.impl.file.FileNode
Returns the name of the wrapped file.
getName() - Method in class fr.gael.drb.impl.file.FileProvider
This method gets the name
getName() - Method in class fr.gael.drb.impl.ftp.FtpFactory
The name of the ftp implementation.
getName() - Method in class fr.gael.drb.impl.jar.JarFactory
The name of the JAR implementation.
getName() - Method in class fr.gael.drb.impl.sds.SdfFactory
The name of the implementation.
getName() - Method in class fr.gael.drb.impl.tar.TarFactory
The name of the TAR implementation.
getName() - Method in class fr.gael.drb.impl.URLNode
This methods returns the name of the URL node
getName() - Method in class fr.gael.drb.impl.xml.XmlDocument
Name of the node.
getName() - Method in class fr.gael.drb.impl.xml.XmlFactory
The name of the XML implementation.
getName() - Method in class fr.gael.drb.impl.xml.XmlNode
The name of the node.
getName() - Method in class fr.gael.drb.impl.zip.GZipFactory
The name of the GZIP implementation.
getName() - Method in class fr.gael.drb.impl.zip.ZipFactory
The name of the ZIP implementation.
getName() - Method in class fr.gael.drb.impl.zip.ZipFileNode
Name of the node.
getName() - Method in class fr.gael.drb.impl.zip.ZipNode
Name of the node.
getName() - Method in class fr.gael.drb.impl.zip.ZipProvider
get Name
getName() - Method in class fr.gael.drb.query.Parameter
Returns the parameter name.
getName() - Method in class fr.gael.drb.xsd.XsdAttribute
Returns the name of this attribute.
getName() - Method in class fr.gael.drb.xsd.XsdAttributeGroup
Returns the name of this attribute.
getName() - Method in class fr.gael.drb.xsd.XsdElement
Returns the name of this element.
getName() - Method in class fr.gael.drb.xsd.XsdEnumerationFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdFractionDigitsFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdLengthFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdMaxExclusiveFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdMaxInclusiveFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdMaxLengthFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdMinExclusiveFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdMinInclusiveFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdMinLengthFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdPatternFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdTotalDigitsFacet
The name of this facet.
getName() - Method in class fr.gael.drb.xsd.XsdType
Returns the name of this type.
getName() - Method in class fr.gael.drb.xsd.XsdWhiteSpaceFacet
The name of this facet.
getNamedChild(String, int) - Method in class fr.gael.drb.DrbAbstractNode
Returns an occurence of the node matching the specified name.
getNamedChild(String, int) - Method in class fr.gael.drb.impl.file.FileNode
Returns an occurence of child matching a specific name.
getNamedChild(String, int) - Method in class fr.gael.drb.impl.URLNode
Returns an occurence of the node matching the specified name.
getNamedChild(String, int) - Method in class fr.gael.drb.impl.xml.XmlNode
Returns an occurence of child matching a specific name.
getNamedItem(String, int) - Method in class fr.gael.drb.DrbAbstractNodeList
Returns an occurence of item matching a specific name.
getNamedItem(String) - Method in interface fr.gael.drb.DrbAttributeList
Returns the item matching a specific name.
getNamedItem(String) - Method in class fr.gael.drb.DrbDefaultAttributeList
Returns the item matching a specific name.
getNamedItem(String, int) - Method in class fr.gael.drb.DrbDefaultNodeList
Returns an occurence of item matching a specific name.
getNamedItem(String, int) - Method in interface fr.gael.drb.DrbNodeList
Returns an occurence of item matching a specific name.
getNamespace() - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Returns the namespace of the environment.
getNamespace() - Method in class fr.gael.drb.query.Environment
Returns the namespace of the environment.
getNamespaceBindings() - Method in class fr.gael.drb.DrbAbstractNode
Get the namespace bindings.
getNamespaceBindings() - Method in class fr.gael.drb.DrbDefaultMutableNode
Get the namespace bindings.
getNamespaceBindings() - Method in class fr.gael.drb.impl.xml.XmlNode
Get the namespace bindings.
getNamespaceURI() - Method in class fr.gael.drb.DrbAbstractNode
Get namespace URI.
getNamespaceURI() - Method in interface fr.gael.drb.DrbAttribute
Get namespace URI.
getNamespaceURI() - Method in class fr.gael.drb.DrbDefaultAttribute
Get namespace URI.
getNamespaceURI() - Method in class fr.gael.drb.DrbDefaultMutableNode
Get namespace URI.
getNamespaceURI() - Method in interface fr.gael.drb.DrbItem
Get namespace URI.
getNamespaceURI() - Method in class fr.gael.drb.impl.file.FileNode
The file namespace.
getNamespaceURI() - Method in class fr.gael.drb.impl.xml.XmlDocument
Get namespace URI.
getNamespaceURI() - Method in class fr.gael.drb.impl.xml.XmlNode
The namespace URI of the XML node.
getNanos() - Method in class fr.gael.drb.value.DateTime
Gets this DateTime object's nanos value.
getNextSibling() - Method in class fr.gael.drb.DrbAbstractNode
Next sibling of the current node.
getNextSibling() - Method in class fr.gael.drb.DrbDefaultMutableNode
Next sibling of the current node.
getNextSibling() - Method in class fr.gael.drb.impl.xml.XmlNode
The next sibling of the current node.
getNextSibling() - Method in class fr.gael.drb.xsd.XsdNodeImpl
Next sibling of the current file or directory.
getOccurrence() - Method in class fr.gael.drb.DrbAbstractNode
Occurrence of the node.
getOccurrence() - Method in class fr.gael.drb.impl.xml.XmlNode
Occurrence of the node.
getOrderRelation() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the order-relation of this value space.
getOrderRelation() - Method in class fr.gael.drb.xsd.XsdListType
Returns the order-relation of this value space.
getOrderRelation() - Method in interface fr.gael.drb.xsd.XsdValueSpace
Returns the order-relation of this value space.
getOwner() - Method in interface fr.gael.drb.DrbAttribute
The node the owning the current attribute.
getOwner() - Method in class fr.gael.drb.DrbDefaultAttribute
The node the owning the current attribute.
getParameter(Parameter[]) - Method in interface fr.gael.drb.query.ParameterResolver
Deprecated. Returns the values of the parameters.
getParent() - Method in class fr.gael.drb.DrbAbstractNode
The parent of this node.
getParent() - Method in class fr.gael.drb.DrbDefaultMutableNode
The parent of this node.
getParent() - Method in class fr.gael.drb.impl.file.FileNode
Returns the parent file.
getParent() - Method in class fr.gael.drb.impl.URLNode
This method returns the parent node
getParent() - Method in class fr.gael.drb.impl.xml.XmlDocument
The parent of this node.
getParent() - Method in class fr.gael.drb.impl.xml.XmlNode
The parent of the current node.
getParent() - Method in class fr.gael.drb.impl.zip.ZipFileNode
The parent of the current node.
getParent() - Method in class fr.gael.drb.impl.zip.ZipNode
The parent of the current node.
getParent() - Method in class fr.gael.drb.xsd.XsdNodeImpl
The parent of this node.
getParseException() - Method in exception fr.gael.drb.query.StaticException
Accessor of the encapsulated parse exception.
getParticle(int) - Method in class fr.gael.drb.xsd.XsdModelGroup
Returns a particle of this model group.
getPath() - Method in class fr.gael.drb.DrbAbstractNode
The full path of the node.
getPath() - Method in class fr.gael.drb.impl.file.FileNode
Returns the absolute path of the file.
getPath() - Method in class fr.gael.drb.impl.URLNode
Returns the URL path
getPath() - Method in class fr.gael.drb.impl.xml.XmlDocument
The full path of the node.
getPath() - Method in class fr.gael.drb.impl.zip.ZipFileNode
The full path of the node.
getPreviousSibling() - Method in class fr.gael.drb.DrbAbstractNode
Previous sibling of the current node.
getPreviousSibling() - Method in class fr.gael.drb.DrbDefaultMutableNode
Previous sibling of the current node.
getPreviousSibling() - Method in class fr.gael.drb.impl.xml.XmlNode
The previous sibling of the current node.
getPreviousSibling() - Method in class fr.gael.drb.xsd.XsdNodeImpl
Previous sibling of the current file or directory.
getPriority() - Method in class fr.gael.drb.value.Binary
Return the Binary priority.
getPriority() - Method in class fr.gael.drb.value.Boolean
Return the Boolean priority.
getPriority() - Method in class fr.gael.drb.value.BooleanArray
Returns the BooleanArray priority
getPriority() - Method in class fr.gael.drb.value.Byte
Returns the Byte priority
getPriority() - Method in class fr.gael.drb.value.ByteArray
Returns the ByteArray priority
getPriority() - Method in class fr.gael.drb.value.DateTime
Returns the DateTime priority
getPriority() - Method in class fr.gael.drb.value.DayTimeDuration
The absolute priority of the value.
getPriority() - Method in class fr.gael.drb.value.Decimal
Returns the Decimal priority
getPriority() - Method in class fr.gael.drb.value.DefaultValueArray
Returns the BooleanArray priority
getPriority() - Method in class fr.gael.drb.value.Double
Returns the Double priority
getPriority() - Method in class fr.gael.drb.value.DoubleArray
Returns the DoubleArray priority
getPriority() - Method in class fr.gael.drb.value.Duration
The absolute priority of the value.
getPriority() - Method in class fr.gael.drb.value.Float
Returns the Float priority
getPriority() - Method in class fr.gael.drb.value.FloatArray
Returns the FloatArray priority
getPriority() - Method in class fr.gael.drb.value.Int
Returns the Int priority
getPriority() - Method in class fr.gael.drb.value.IntArray
Returns the IntegerArray priority
getPriority() - Method in class fr.gael.drb.value.Integer
Returns the Integer priority
getPriority() - Method in class fr.gael.drb.value.Long
Returns the Long priority
getPriority() - Method in class fr.gael.drb.value.LongArray
Returns the LongArray priority
getPriority() - Method in class fr.gael.drb.value.Short
Returns the current priority.
getPriority() - Method in class fr.gael.drb.value.ShortArray
Returns the ShortArray priority The type must be ARRAY_ID or STRING_ID otherwise a ClassCastException is thrown.
getPriority() - Method in class fr.gael.drb.value.String
Returns the String priority
getPriority() - Method in class fr.gael.drb.value.UnsignedByte
Returns the current priority.
getPriority() - Method in class fr.gael.drb.value.UnsignedByteArray
Returns the UnsignedByteArray priority
getPriority() - Method in class fr.gael.drb.value.UnsignedInt
Returns the UnsignedInt priority
getPriority() - Method in class fr.gael.drb.value.UnsignedIntArray
Returns the IntegerArray priority
getPriority() - Method in class fr.gael.drb.value.UnsignedLong
Returns the Long priority
getPriority() - Method in class fr.gael.drb.value.UnsignedLongArray
Returns the UnsignedLongArray priority
getPriority() - Method in class fr.gael.drb.value.UnsignedShort
Returns the current Value priority.
getPriority() - Method in class fr.gael.drb.value.UnsignedShortArray
Returns the ShortArray priority The type must be ARRAY_ID or STRING_ID otherwise a ClassCastException is thrown.
getPriority() - Method in interface fr.gael.drb.value.Value
The absolute priority of the value.
getPriority() - Method in class fr.gael.drb.value.YearMonthDuration
The absolute priority of the value.
getProperty(String) - Method in class fr.gael.drb.impl.DrbProvider
Get a property given its name.
getProperty(String) - Method in class fr.gael.drb.impl.file.FileProvider
This method get the value of the file name
getProvider() - Method in class fr.gael.drb.impl.DrbNodeImpl
Returns the provider of this node.
getProvider() - Method in class fr.gael.drb.impl.file.FileNode
Returns the provider of this file.
getRoot() - Method in class fr.gael.drb.DrbAbstractNode
Returns the root node.
getRoot() - Method in class fr.gael.drb.DrbDefaultMutableNode
Returns the root node.
getRoot() - Method in class fr.gael.drb.impl.file.FileNode
Returns the root node of the current node.
getRoot() - Method in class fr.gael.drb.impl.xml.XmlDocument
Root node.
getRoot() - Method in class fr.gael.drb.impl.xml.XmlNode
The root node of the XML node.
getRootElement(String) - Method in class fr.gael.drb.xsd.XmlSchema
Returns an element from its qualified name.
getRootElements() - Method in class fr.gael.drb.xsd.XmlSchema
Returns the root elements of this schema
getRootPath() - Method in class fr.gael.drb.DrbDefaultMutableNode
Returns the root path.
getScanValue() - Method in class fr.gael.drb.query.TokenElement
Numeric value of this token.
getSchema() - Method in class fr.gael.drb.xsd.XsdType
Returns the schema of this type.
getSchemaHash() - Static method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Allow to get a hashtable containing mapping between extension and schemas.
getStatus() - Method in interface fr.gael.drb.xsd.XsdInvalid
Returns a status describing the validation result.
getStructure() - Method in class fr.gael.drb.xsd.XsdComplexType
Returns the structure of this type.
getStructure() - Method in class fr.gael.drb.xsd.XsdSimpleType
Returns the structure of this type.
getStructure() - Method in class fr.gael.drb.xsd.XsdType
Returns the structure of this type.
getStyle() - Method in class fr.gael.drb.query.TokenElement
TokenElement style accessor.
getStyleForScanValue(int) - Method in class fr.gael.drb.query.GrammarContext
Fetches the attribute set to use for the given scan code.
getSubstitutionGroupAffiliation() - Method in class fr.gael.drb.xsd.XsdElement
Returns the substitution group affiliation.
getTerm() - Method in class fr.gael.drb.xsd.XsdAny
Returns the term attribute.
getTerm() - Method in class fr.gael.drb.xsd.XsdElement
Returns the term attribute.
getTerm() - Method in class fr.gael.drb.xsd.XsdModelGroup
Returns the term attribute.
getTerm() - Method in class fr.gael.drb.xsd.XsdParticle
Returns the term attribute.
getTime() - Method in class fr.gael.drb.value.DateTime
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this DateTime object.
getType() - Method in class fr.gael.drb.query.Parameter
Returns the type of the parameter.
getType() - Method in class fr.gael.drb.value.Binary
The type identifier of the value.
getType() - Method in class fr.gael.drb.value.BinaryInteger
The type identifier of this Integer value.
getType() - Method in class fr.gael.drb.value.Boolean
The type identifier of the value.
getType() - Method in class fr.gael.drb.value.BooleanArray
The type identifier of this BooleanArray value.
getType() - Method in class fr.gael.drb.value.Byte
The type identifier of this Byte value.
getType() - Method in class fr.gael.drb.value.ByteArray
The type identifier of this BooleanArray value.
getType() - Method in class fr.gael.drb.value.DateTime
The type identifier of this DateTime value.
getType() - Method in class fr.gael.drb.value.DayTimeDuration
The type identifier of the value.
getType() - Method in class fr.gael.drb.value.Decimal
The type identifier of this Decimal value.
getType() - Method in class fr.gael.drb.value.DefaultValueArray
The type identifier of this BooleanArray value.
getType() - Method in class fr.gael.drb.value.Double
The type identifier of this Double value.
getType() - Method in class fr.gael.drb.value.DoubleArray
The type identifier of this Doublerray value.
getType() - Method in class fr.gael.drb.value.Duration
The type identifier of the value.
getType() - Method in class fr.gael.drb.value.Float
The type identifier of this Float value.
getType() - Method in class fr.gael.drb.value.FloatArray
The type identifier of this FloatArray value.
getType() - Method in class fr.gael.drb.value.Int
The type identifier of this Int value.
getType() - Method in class fr.gael.drb.value.IntArray
The type identifier of this IntegerArray value.
getType() - Method in class fr.gael.drb.value.Integer
The type identifier of this Integer value.
getType() - Method in class fr.gael.drb.value.Long
The type identifier of this Long value.
getType() - Method in class fr.gael.drb.value.LongArray
The type identifier of this LongArray value.
getType() - Method in class fr.gael.drb.value.Short
Returns the current type.
getType() - Method in class fr.gael.drb.value.ShortArray
The type identifier of this BooleanArray value.
getType() - Method in class fr.gael.drb.value.String
The type identifier of this String value.
getType() - Method in class fr.gael.drb.value.UnsignedByte
Returns the current type.
getType() - Method in class fr.gael.drb.value.UnsignedByteArray
The type identifier of this BooleanArray value.
getType() - Method in class fr.gael.drb.value.UnsignedInt
The type identifier of this Int value .
getType() - Method in class fr.gael.drb.value.UnsignedIntArray
The type identifier of this IntegerArray value.
getType() - Method in class fr.gael.drb.value.UnsignedLong
The type identifier of this Long value.
getType() - Method in class fr.gael.drb.value.UnsignedLongArray
The type identifier of this UnsignedLongArray value.
getType() - Method in class fr.gael.drb.value.UnsignedShort
Returns the current Value type
getType() - Method in class fr.gael.drb.value.UnsignedShortArray
The type identifier of this BooleanArray value.
getType() - Method in interface fr.gael.drb.value.Value
The type identifier of the value.
getType() - Method in class fr.gael.drb.value.YearMonthDuration
The type identifier of the value.
getType(String) - Method in class fr.gael.drb.xsd.XmlSchema
Returns a type from its qualified name.
getType() - Method in class fr.gael.drb.xsd.XsdAttribute
Returns the type of this attribute.
getType() - Method in class fr.gael.drb.xsd.XsdElement
Returns the type of this element.
getType() - Method in class fr.gael.drb.xsd.XsdNodeImpl
Returns the type of this node or null if it is unknown.
getTypeId() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the identifier of this simple type.
getTypeId() - Method in class fr.gael.drb.xsd.XsdListType
Returns the identifier of this simple type.
getTypeId() - Method in class fr.gael.drb.xsd.XsdSimpleType
Returns the identifier of this simple type.
getUse() - Method in class fr.gael.drb.xsd.XsdAttribute
Returns the use of this attribute.
getUserObject() - Method in class fr.gael.drb.DrbDefaultMutableNode
Returns the user object node.
getValue() - Method in class fr.gael.drb.DrbAbstractNode
The value of the node.
getValue() - Method in interface fr.gael.drb.DrbAttribute
The value of the attribute.
getValue() - Method in class fr.gael.drb.DrbDefaultAttribute
The value of the attribute.
getValue() - Method in class fr.gael.drb.DrbDefaultMutableNode
The value of the node.
getValue() - Method in interface fr.gael.drb.DrbItem
The value of the item.
getValue() - Method in class fr.gael.drb.impl.file.FileNode
The value of the node.
getValue() - Method in class fr.gael.drb.impl.xml.XmlDocument
The value of the node.
getValue() - Method in class fr.gael.drb.impl.xml.XmlNode
The contents of the current node.
getValue() - Method in class fr.gael.drb.query.Parameter
Returns the value of the parameter.
getValue(String) - Method in class fr.gael.drb.xsd.XsdAtomicType
Create a value from a string.
getValue() - Method in class fr.gael.drb.xsd.XsdElement
Returns the value of this element.
getValue() - Method in class fr.gael.drb.xsd.XsdEnumerationFacet
The value of this facet.
getValue() - Method in class fr.gael.drb.xsd.XsdFacet
The value of this facet.
getValue() - Method in class fr.gael.drb.xsd.XsdFractionDigitsFacet
The fractionDigits value
getValue() - Method in class fr.gael.drb.xsd.XsdLengthFacet
The length value
getValue(String) - Method in class fr.gael.drb.xsd.XsdListType
Create a value from a string.
getValue() - Method in class fr.gael.drb.xsd.XsdMaxExclusiveFacet
The maxExclusive value
getValue() - Method in class fr.gael.drb.xsd.XsdMaxInclusiveFacet
The maxInclusive value
getValue() - Method in class fr.gael.drb.xsd.XsdMaxLengthFacet
The maxLength value
getValue() - Method in class fr.gael.drb.xsd.XsdMinExclusiveFacet
The minExclusive value
getValue() - Method in class fr.gael.drb.xsd.XsdMinInclusiveFacet
The minInclusive value
getValue() - Method in class fr.gael.drb.xsd.XsdMinLengthFacet
The minLength value
getValue() - Method in class fr.gael.drb.xsd.XsdPatternFacet
The pattern value
getValue(String) - Method in class fr.gael.drb.xsd.XsdSimpleType
Create a value from a string.
getValue() - Method in class fr.gael.drb.xsd.XsdTotalDigitsFacet
The totalDigits value
getValue() - Method in class fr.gael.drb.xsd.XsdWhiteSpaceFacet
The whiteSpace value
getValueConstraint() - Method in class fr.gael.drb.xsd.XsdAttribute
Returns the value constraint of this attribute.
getValues() - Method in class fr.gael.drb.xsd.XsdEnumerationFacet
The enumeration value
getValueType() - Method in class fr.gael.drb.DrbAbstractNode
The value type of the node.
getValueType() - Method in interface fr.gael.drb.DrbAttribute
The value type of the attribute.
getValueType() - Method in class fr.gael.drb.DrbDefaultAttribute
The value type of the attribute.
getValueType() - Method in class fr.gael.drb.DrbDefaultMutableNode
The value type of the node.
getValueType() - Method in class fr.gael.drb.impl.file.FileNode
The value type of the file.
getValueType() - Method in class fr.gael.drb.impl.xml.XmlDocument
The value type of the node.
getValueType() - Method in class fr.gael.drb.impl.xml.XmlNode
The content type of the node.
getVariety() - Method in class fr.gael.drb.xsd.XsdAtomicType
Returns the variety of this simple type.
getVariety() - Method in class fr.gael.drb.xsd.XsdListType
Returns the variety of this simple type.
getVariety() - Method in class fr.gael.drb.xsd.XsdSimpleType
Returns the variety of this simple type.
getXPathName() - Method in class fr.gael.drb.DrbAbstractNode
Name of the node.
getXPathName(DrbAbstractNode) - Method in class fr.gael.drb.DrbAbstractNode
Name of the node.
getXPathName() - Method in class fr.gael.drb.DrbDefaultMutableNode
Name of the node.
getYearMonth() - Method in class fr.gael.drb.value.YearMonthDuration
Returns the year/month part of this duration in months.
getZipEntry() - Method in class fr.gael.drb.impl.zip.ZipNode
Get the zip entry of the zip file
getZipFileNode() - Method in class fr.gael.drb.impl.zip.ZipNode
Get the zip file node
getZipin() - Method in class fr.gael.drb.impl.zip.ZipEnumeration
Getter of zipin
GrammarContext - Class in fr.gael.drb.query
A collection of styles used to render xquery script.
GrammarContext() - Constructor for class fr.gael.drb.query.GrammarContext
Constructs a set of styles to represent java lexical tokens.
GROUP_MODEL - Static variable in interface fr.gael.drb.xsd.XsdInvalid
GROUP_MODEL
GZipFactory - Class in fr.gael.drb.impl.zip
Factory of GZIP nodes.
GZipFactory() - Constructor for class fr.gael.drb.impl.zip.GZipFactory
 

H

hasChild() - Method in class fr.gael.drb.DrbAbstractNode
Checks if child any child exists.
hasChild() - Method in class fr.gael.drb.impl.file.FileNode
Checks if any child exists.
hasChild() - Method in class fr.gael.drb.impl.xml.XmlNode
Tests if the current node has any child.
hasChild() - Method in class fr.gael.drb.impl.zip.ZipNode
Checks if any child exists.
hasFeature(String) - Method in class fr.gael.drb.impl.DrbProvider
Says whether this provider has a specific feature given its name.
hashCode() - Method in class fr.gael.drb.query.TokenElement
Returns a hashcode for this set of attributes.
hashCode() - Method in class fr.gael.drb.xsd.XsdName
Returns the hash code.
hasImpl(Class) - Method in class fr.gael.drb.DrbDefaultMutableNode
Tests if a specific interface can be provided.
hasImpl(Class) - Method in class fr.gael.drb.impl.DrbNodeImpl
Tests if a specific interface can be provided.
hasImpl(Class) - Method in class fr.gael.drb.impl.file.FileNode
Tests if a specific implementation is supported.
hasImpl(Class) - Method in class fr.gael.drb.impl.URLNode
Tests if a specific interface can be provided.
hasImpl(Class) - Method in class fr.gael.drb.impl.xml.XmlDocument
Tests if a specific interface can be provided.
hasImpl(Class) - Method in class fr.gael.drb.impl.zip.ZipFileNode
Tests if a specific interface can be provided.
hasImpl(Class) - Method in class fr.gael.drb.impl.zip.ZipNode
Checks any implementation.
hasMoreElements() - Method in class fr.gael.drb.impl.zip.ZipEnumeration
Tests if this enumeration contains more elements.
helpMsgFor(String, String) - Static method in class fr.gael.drb.query.Query
Returns the command line help message for the specified subject.

I

IDENTIFIER - Static variable in class fr.gael.drb.impl.zip.ZipProvider
identifier
index - Variable in class fr.gael.drb.DrbDefaultMutableNode
Index of the node in its parent children list.
init(int) - Method in class fr.gael.drb.xsd.XsdAtomicType
Initialize an XsdAtomicType from a primitive.
initFont() - Method in class fr.gael.drb.query.XQueryDocument
Initializes the font.
inputstream - Variable in class fr.gael.drb.impl.URLNode
The inputStream used to read ftp node
insertChild(DrbNode, int) - Method in class fr.gael.drb.DrbAbstractNode
Inserts a child at a given position.
insertChild(DrbNode, int) - Method in class fr.gael.drb.DrbDefaultMutableNode
Inserts a child to the node children list.
insertChild(DrbNode, int) - Method in interface fr.gael.drb.DrbNode
Inserts a child at a given position.
insertChild(DrbNode, int) - Method in class fr.gael.drb.impl.file.FileNode
Inserts a child to the current node children list.
insertChild(DrbNode, int) - Method in class fr.gael.drb.impl.xml.XmlNode
Inserts a child at a given position.
insertString(int, String, AttributeSet) - Method in class fr.gael.drb.query.XQueryDocument
Updates document structure as a result of text insertion.
Int - Class in fr.gael.drb.value
The Int class is a generic wrapper for int values.
Int(int) - Constructor for class fr.gael.drb.value.Int
Constructs an Int object initialized to the specified int value.
Int(String) - Constructor for class fr.gael.drb.value.Int
Constructs an Int object initialized to the specified string value.
INT_ID - Static variable in interface fr.gael.drb.value.Value
Int value identifier.
IntArray - Class in fr.gael.drb.value
The IntArray class is a generic wrapper for int array values.
IntArray(int[]) - Constructor for class fr.gael.drb.value.IntArray
Constructs an Intrray object initialized to the specified int[] value.
IntArray(int) - Constructor for class fr.gael.drb.value.IntArray
Constructs an IntArray object with the specified length.
Integer - Class in fr.gael.drb.value
The Integer class is a generic wrapper for decimal values.
Integer(String) - Constructor for class fr.gael.drb.value.Integer
Constructs a Integer object initialized to the specified integer value.
Integer(byte[]) - Constructor for class fr.gael.drb.value.Integer
Constructs a Integer object initialized to the specified integer buffer.
Integer(long) - Constructor for class fr.gael.drb.value.Integer
Constructs a Integer object initialized to the specified long value.
Integer(int) - Constructor for class fr.gael.drb.value.Integer
Constructs a Integer object initialized to the specified int value.
Integer(BigInteger) - Constructor for class fr.gael.drb.value.Integer
Constructs a Integer object initialized to the specified decimal value.
INTEGER_ID - Static variable in interface fr.gael.drb.value.Value
Integer value identifier.
integerValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a BigInteger.
integerValue() - Method in class fr.gael.drb.value.Double
Returns this value as a BigInteger.
integerValue() - Method in class fr.gael.drb.value.Float
Returns this value as a BigInteger.
integerValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a BigInteger.
integerValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a BigInteger.
intValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a int
intValue() - Method in class fr.gael.drb.value.Byte
Convert the value into integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.Double
Returns this value as a integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.Float
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the int Value at the given index.
intValue() - Method in class fr.gael.drb.value.Int
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.Integer
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.Long
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in interface fr.gael.drb.value.Numeric
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.Short
Returns the int representation of the Value.
intValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.UnsignedByte
Convert the value into integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as an integer (signed 32 bits).
intValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as an integer (signed 32 bits).
intValue() - Method in class fr.gael.drb.value.UnsignedShort
return the int value.
intValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
intValue
intValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as an integer (signed 32 bits).
InvalidHeaderException - Exception in fr.gael.drb.impl.tar
This exception is used to indicate that there is a problem with a TAR archive header.
InvalidHeaderException() - Constructor for exception fr.gael.drb.impl.tar.InvalidHeaderException
Builds an invalid Header Exception
InvalidHeaderException(String) - Constructor for exception fr.gael.drb.impl.tar.InvalidHeaderException
Builds an invalid Header Exception with a specific message
isAbstract() - Method in class fr.gael.drb.xsd.XsdElement
Say wether this element is abstract.
isBackwardCompatibilityMode() - Method in class fr.gael.drb.query.Environment
True denotes whether static and dynamic evaluations should attempt to support depreciated syntaxes, expressions or behaviors.
isBackwardCompatibilityModeSet - Variable in class fr.gael.drb.query.Environment
True if the compatibility mode property has been set by the user or deduced from the corresponding system property.
isBounded() - Method in class fr.gael.drb.xsd.XsdAtomicType
A datatype is bounded if its value space has either an inclusive upper bound or an exclusive upper bound and either an inclusive lower bound and an exclusive lower bound.
isBounded() - Method in class fr.gael.drb.xsd.XsdListType
A datatype is bounded if its value space has either an inclusive upper bound or an exclusive upper bound and either an inclusive lower bound and an exclusive lower bound.
isBounded() - Method in interface fr.gael.drb.xsd.XsdValueSpace
A datatype is bounded if its value space has either an inclusive upper bound or an exclusive upper bound and either an inclusive lower bound and an exclusive lower bound.
isComplex() - Method in class fr.gael.drb.xsd.XsdComplexType
Check if this type is complex.
isComplex() - Method in class fr.gael.drb.xsd.XsdSimpleType
Check if this type is complex.
isComplex() - Method in class fr.gael.drb.xsd.XsdType
Returns whether this type is complex or simple.
isDeepValid() - Method in class fr.gael.drb.xsd.XsdNodeImpl
Check the conformance of a node and its children to its type.
isNillable() - Method in class fr.gael.drb.xsd.XsdModelGroup
Returns true if this particle is nillable or false otherwise.
isNumeric() - Method in class fr.gael.drb.xsd.XsdAtomicType
A datatype is said to be numeric if its values are conceptually quantities (in some mathematical number system).
isNumeric() - Method in class fr.gael.drb.xsd.XsdListType
A datatype is said to be numeric if its values are conceptually quantities (in some mathematical number system).
isNumeric() - Method in interface fr.gael.drb.xsd.XsdValueSpace
A datatype is said to be numeric if its values are conceptually quantities (in some mathematical number system).
isOrdered() - Method in class fr.gael.drb.xsd.XsdAtomicType
A value space, is said to be ordered if there exists an order-relation defined for that value space.
isOrdered() - Method in class fr.gael.drb.xsd.XsdListType
A value space, is said to be ordered if there exists an order-relation defined for that value space.
isOrdered() - Method in interface fr.gael.drb.xsd.XsdValueSpace
A value space, is said to be ordered if there exists an order-relation defined for that value space.
isSame(DrbNode) - Method in class fr.gael.drb.DrbDefaultMutableNode
Checks nodes sameness.
isSpecified() - Method in interface fr.gael.drb.DrbAttribute
The attribute was explicitly given a value.
isSpecified() - Method in class fr.gael.drb.DrbDefaultAttribute
The attribute was explicitly given a value.
isUpdating() - Method in class fr.gael.drb.query.Query
Identifies queries that can modify the state of the context item.
isValid(Value) - Method in interface fr.gael.drb.xsd.ValueValidator
Validates the present value.
isValid(DrbNode) - Method in class fr.gael.drb.xsd.XsdAny
Validates this node.
isValid(DrbNodeList) - Method in class fr.gael.drb.xsd.XsdAny
Validates this node list.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdAtomicType
Check if this value satifies the type definition.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdComplexType
Validates the present value.
isValid(DrbNode) - Method in class fr.gael.drb.xsd.XsdComplexType
Validates this node.
isValid(DrbNode) - Method in class fr.gael.drb.xsd.XsdElement
Validates this node.
isValid(DrbNodeList) - Method in class fr.gael.drb.xsd.XsdElement
Validates this node list.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdEnumerationFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdFractionDigitsFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdLengthFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdMaxExclusiveFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdMaxInclusiveFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdMaxLengthFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdMinExclusiveFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdMinInclusiveFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdMinLengthFacet
Validates the present value.
isValid(DrbNodeList) - Method in class fr.gael.drb.xsd.XsdModelGroup
Validates this node list.
isValid() - Method in interface fr.gael.drb.xsd.XsdNode
Check the conformance of a node to its type.
isValid() - Method in class fr.gael.drb.xsd.XsdNodeImpl
Check the conformance of a node to its type.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdPatternFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdSimpleType
Validates the present value.
isValid(DrbNode) - Method in class fr.gael.drb.xsd.XsdSimpleType
Validates this node.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdTotalDigitsFacet
Validates the present value.
isValid(Value) - Method in class fr.gael.drb.xsd.XsdWhiteSpaceFacet
Validates the present value.
isValidType(Value) - Method in class fr.gael.drb.xsd.XsdAtomicType
Validates the present value.
isValidType(Value) - Method in class fr.gael.drb.xsd.XsdListType
Validates the type of the present value.
isValidType(Value) - Method in class fr.gael.drb.xsd.XsdSimpleType
Validates the type of the present value.
item(int) - Method in interface fr.gael.drb.DrbAttributeList
Returns a specific item of the list.
item(int) - Method in class fr.gael.drb.DrbDefaultAttributeList
Returns a specific item of the list.
item(int) - Method in class fr.gael.drb.DrbDefaultNodeList
Returns a specific item of the list.
item(int) - Method in interface fr.gael.drb.DrbNodeList
Returns a specific item of the list.

J

JarFactory - Class in fr.gael.drb.impl.jar
Factory of JAR nodes.
JarFactory() - Constructor for class fr.gael.drb.impl.jar.JarFactory
 

L

Length - Class in fr.gael.drb.impl.sds
A length.
Length(long, long) - Constructor for class fr.gael.drb.impl.sds.Length
Create a Length instance.
Length(long) - Constructor for class fr.gael.drb.impl.sds.Length
Create a Length instance.
length - Variable in class fr.gael.drb.impl.sds.Length
The length in bytes.
length() - Method in class fr.gael.drb.value.BooleanArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.ByteArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.DefaultValueArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.DoubleArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.FloatArray
Returns the current array length.
length() - Method in class fr.gael.drb.value.IntArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.LongArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.ShortArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.UnsignedByteArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.UnsignedIntArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.UnsignedLongArray
Returns the number of elements in this array.
length() - Method in class fr.gael.drb.value.UnsignedShortArray
Return the length
length() - Method in interface fr.gael.drb.value.ValueArray
Returns the number of elements in this array.
LENGTH_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:length facet identifier.
LIST_FINAL - Static variable in class fr.gael.drb.xsd.XsdSimpleType
Final property for derivation by list.
LIST_METHOD - Static variable in class fr.gael.drb.xsd.XsdListType
List derivation method.
LIST_VARIETY - Static variable in class fr.gael.drb.xsd.XsdSimpleType
List variety
localName - Variable in class fr.gael.drb.xsd.XsdName
The local name.
Logic - Interface in fr.gael.drb.value
Generic logical operator.
Long - Class in fr.gael.drb.value
The Long class is a generic wrapper for long values.
Long(long) - Constructor for class fr.gael.drb.value.Long
Constructs an Long object initialized to the specified ilong value.
LONG_ID - Static variable in interface fr.gael.drb.value.Value
Long value identifier.
LongArray - Class in fr.gael.drb.value
The LongArray class is a generic wrapper for long array values.
LongArray(long[]) - Constructor for class fr.gael.drb.value.LongArray
Constructs a LongArray object initialized to the specified long[] value.
LongArray(int) - Constructor for class fr.gael.drb.value.LongArray
Constructs an LongArray object with the specified length.
longValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a long
longValue() - Method in class fr.gael.drb.value.Byte
Convert the value into long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.Double
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.Float
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the long Value at the given index.
longValue() - Method in class fr.gael.drb.value.Int
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.Long
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in interface fr.gael.drb.value.Numeric
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.Short
Returns the long representation of the Value.
longValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.UnsignedByte
Convert the value into long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a long integer (signed 64 bits).
longValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as a long integer (signed 64 bits).
longValue() - Method in class fr.gael.drb.value.UnsignedShort
return the long value.
longValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
longValue
longValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a long integer (signed 64 bits).

M

main(String[]) - Static method in class fr.gael.drb.DrbDefaultMutableNode
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.DrbDefaultSequence
Make this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.DrbFactory
Command line that returns the implementation version of the software.
main(String[]) - Static method in class fr.gael.drb.impl.sds.SdfFactory
Makes the class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.impl.sds.SdfSchemaBuilder
Makes the class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.impl.xml.XmlFactory
Make this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.impl.xml.XmlWriter
Make this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.query.Query
XQuery engine command line (CLI).
main(String[]) - Static method in class fr.gael.drb.value.AbstractValueArray
Main.
main(String[]) - Static method in class fr.gael.drb.value.Byte
main
main(String[]) - Static method in class fr.gael.drb.value.DateTime
Unitary tests operation.
main(String[]) - Static method in class fr.gael.drb.value.DayTimeDuration
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.value.Duration
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.value.Float
main
main(String[]) - Static method in class fr.gael.drb.value.Int
main to test this class.
main(String[]) - Static method in class fr.gael.drb.value.UnsignedByte
 
main(String[]) - Static method in class fr.gael.drb.value.UnsignedInt
main
main(String[]) - Static method in class fr.gael.drb.value.UnsignedIntArray
Main to test this class
main(String[]) - Static method in class fr.gael.drb.value.UnsignedShortArray
mian
main(String[]) - Static method in class fr.gael.drb.value.YearMonthDuration
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XmlSchema
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdAny
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdAnyAttribute
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdAtomicType
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdAttribute
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdAttributeGroup
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdComplexType
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdEnumerationFacet
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdFactory
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdListType
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdModelGroup
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdNodeImpl
Makes this class runnable for testing.
main(String[]) - Static method in class fr.gael.drb.xsd.XsdWildcard
Makes this class runnable for testing.
MAJOR_VERSION - Static variable in class fr.gael.drb.DrbFactory
Deprecated. caller shall now use DrbFactory.getImplementationVersion()
MAP_ID - Static variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Map identifier.
MATH_FUNCTIONS_URI - Static variable in class fr.gael.drb.query.Environment
Namespace for Math built-in functions math = "http://exslt.org/math"
MAX_EXCLUSIVE_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:maxExclusive facet identifier.
MAX_INCLUSIVE_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:maxInclusive facet identifier.
MAX_LENGTH_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:maxLength facet identifier.
MAXIMUM_DOM_SIZE - Static variable in class fr.gael.drb.impl.xml.XmlFactory
The maximum file size for the DOM implementation.
MIN_EXCLUSIVE_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:minExclusive facet identifier.
MIN_INCLUSIVE_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:minInclusive facet identifier.
MIN_LENGTH_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:minLength facet identifier.
MINIMAL_MINOR_VERSION - Static variable in class fr.gael.drb.DrbFactory
Deprecated. caller shall now use DrbFactory.getImplementationVersion()
MODEL_GROUP_TERM - Static variable in class fr.gael.drb.xsd.XsdParticle
Model Group term.
modulus(Value) - Method in interface fr.gael.drb.value.Arithmetic
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Byte
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.DateTime
Compute a modulus (not supported).
modulus(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Decimal
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Double
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Duration
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Float
Calculates the current value modulus the given one.
modulus(Value) - Method in class fr.gael.drb.value.Int
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Integer
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Long
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.Short
Calculates the current value modulus the given one.
modulus(Value) - Method in class fr.gael.drb.value.UnsignedByte
Calculates the current value modulus the given one.
modulus(Value) - Method in class fr.gael.drb.value.UnsignedInt
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.UnsignedLong
Compute a modulus.
modulus(Value) - Method in class fr.gael.drb.value.UnsignedShort
Compute the modulus of the current short value by the specified value.
modulus(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Compute a modulus.
MONTH_DAY_ID - Static variable in interface fr.gael.drb.value.Value
Month/Day value identifier.
MONTH_ID - Static variable in interface fr.gael.drb.value.Value
Month value identifier.
multiply(Value) - Method in interface fr.gael.drb.value.Arithmetic
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Byte
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.DateTime
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Decimal
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Double
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Duration
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Float
This method multiplies a value
multiply(Value) - Method in class fr.gael.drb.value.Int
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Integer
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Long
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.Short
Multiplies the current Value by the current one
multiply(Value) - Method in class fr.gael.drb.value.UnsignedByte
Multiplies the current Value by the current one
multiply(Value) - Method in class fr.gael.drb.value.UnsignedInt
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.UnsignedLong
Compute a multiplication.
multiply(Value) - Method in class fr.gael.drb.value.UnsignedShort
Multiply the specified value by the current short value.
multiply(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Compute a multiplication.

N

name - Variable in class fr.gael.drb.DrbDefaultMutableNode
Node name.
name - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Name of this node
NAME - Static variable in class fr.gael.drb.impl.zip.ZipProvider
name of zip
name - Variable in class fr.gael.drb.xsd.XsdType
Name of this type definition.
NAMESPACE - Static variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Namespace of this node.
Namespace - Class in fr.gael.drb.xsd
Declaration of a namespace.
Namespace() - Constructor for class fr.gael.drb.xsd.Namespace
 
namespaceMap - Variable in class fr.gael.drb.xsd.Namespace
The namespace binding.
namespaces - Variable in class fr.gael.drb.xsd.XmlSchema
Namespace definition.
namespaceURI - Variable in class fr.gael.drb.DrbDefaultMutableNode
Node namespace identifier.
namespaceURI - Variable in class fr.gael.drb.xsd.XsdName
The namespace URI.
nextElement() - Method in class fr.gael.drb.impl.zip.ZipEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextSibling - Variable in class fr.gael.drb.DrbDefaultMutableNode
Next sibling of the current node.
NODE_ITEM - Static variable in interface fr.gael.drb.DrbItem
The item is a node.
nodesChanged(DrbNodesChangeEvent) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Dispatches the received node change event to all the listener.
nodesChanged(DrbNodesChangeEvent) - Method in interface fr.gael.drb.DrbNodesChangeListener
Invoked after a node (or a set of siblings) has changed.
nodesInserted(DrbNodesChangeEvent) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Dispatches the received node insertion event to all the listener.
nodesInserted(DrbNodesChangeEvent) - Method in interface fr.gael.drb.DrbNodesChangeListener
Invoked after nodes have been inserted.
nodesRemoved(DrbNodesChangeEvent) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Dispatches the received node removal event to all the listener.
nodesRemoved(DrbNodesChangeEvent) - Method in interface fr.gael.drb.DrbNodesChangeListener
Invoked after nodes have been removed.
NONE - Static variable in interface fr.gael.drb.xsd.XsdInvalid
NONE
NULL_ID - Static variable in interface fr.gael.drb.value.Value
NULL value identifier.
Numeric - Interface in fr.gael.drb.value
Standard numeric values : from boolean to double.
NUMERIC_ID - Static variable in interface fr.gael.drb.value.Value
Numeric value identifier.
NumericArray - Interface in fr.gael.drb.value
Numeric array value wrapper.

O

open(String) - Static method in class fr.gael.drb.DrbFactory
Deprecated. caller shall now use Query directly for creating nodes from an XQuery script.
open(DrbNode) - Static method in class fr.gael.drb.DrbFactory
Opens a given base node.
open(URL) - Method in interface fr.gael.drb.DrbFactoryImpl
Opens the node matching a given path.
open(DrbNode) - Method in interface fr.gael.drb.DrbFactoryImpl
Opens the node from an existing node.
open(URL, DrbNode) - Method in interface fr.gael.drb.DrbFactoryImpl
Opens the node matching a given URI from an existing node.
open(URL) - Method in class fr.gael.drb.impl.file.FileFactory
Create a file node matching the provided URI.
open(String) - Method in class fr.gael.drb.impl.file.FileFactory
Create a file node matching the provided path.
open(DrbNode) - Method in class fr.gael.drb.impl.file.FileFactory
Opens the node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.file.FileFactory
Opens the node matching a given URI from an existing node.
open(File) - Method in class fr.gael.drb.impl.file.FileFactory
Creates a file node from an abstract path file.
open(URL) - Method in class fr.gael.drb.impl.ftp.FtpFactory
FTP root node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.ftp.FtpFactory
FTP root node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.ftp.FtpFactory
FTP node matching a given URI from an existing node.
open(URL) - Method in class fr.gael.drb.impl.jar.JarFactory
JAR root node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.jar.JarFactory
XML root node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.jar.JarFactory
XML node matching a given URI from an existing node.
open(URL) - Method in class fr.gael.drb.impl.sds.SdfFactory
Opens the node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.sds.SdfFactory
Opens the node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.sds.SdfFactory
Opens the node matching a given URI from an existing node.
open(DrbNode, DrbNode, String) - Method in class fr.gael.drb.impl.sds.SdfFactory
Opens a node using the base node and associated the schema node.
open(DrbNode, XmlSchema, String) - Method in class fr.gael.drb.impl.sds.SdfFactory
Opens a node using the base node and associated the XML-Schema.
open(URL) - Method in class fr.gael.drb.impl.tar.TarFactory
TAR root node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.tar.TarFactory
TAR root node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.tar.TarFactory
TAR node matching a given URI from an existing node.
open(URL) - Method in class fr.gael.drb.impl.xml.XmlFactory
XML root node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.xml.XmlFactory
XML root node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.xml.XmlFactory
XML node matching a given URI from an existing node.
open(URL) - Method in class fr.gael.drb.impl.zip.GZipFactory
ZIP root node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.zip.GZipFactory
ZIP root node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.zip.GZipFactory
ZIP node matching a given URI from an existing node.
open(URL) - Method in class fr.gael.drb.impl.zip.ZipFactory
ZIP root node matching a given URI.
open(DrbNode) - Method in class fr.gael.drb.impl.zip.ZipFactory
ZIP root node from an existing node.
open(URL, DrbNode) - Method in class fr.gael.drb.impl.zip.ZipFactory
ZIP node matching a given URI from an existing node.
open(DrbNode) - Method in class fr.gael.drb.xsd.XsdFactory
Load a schema from the specified node
open(DrbNode, DrbNode) - Method in class fr.gael.drb.xsd.XsdFactory
Load a schema from the specified node
open(DrbNode, DrbNode, XmlSchema) - Method in class fr.gael.drb.xsd.XsdFactory
Load a schema from the specified node
openAs(String, String) - Static method in class fr.gael.drb.DrbFactory
Opens a root node from an URI using a specific implementation.
openURI(String) - Static method in class fr.gael.drb.DrbFactory
Opens the root node of a given URI.
openURI(String, boolean) - Static method in class fr.gael.drb.DrbFactory
Opens the root node of a given URI.
or(Value) - Method in class fr.gael.drb.value.Boolean
Compute a logical OR.
or(Value) - Method in interface fr.gael.drb.value.Logic
Compute a logical OR.
OTHER_ID - Static variable in interface fr.gael.drb.value.Value
Other value identifier.

P

Parameter - Class in fr.gael.drb.query
A parameter to be or already resolved.
Parameter(String, int, Value) - Constructor for class fr.gael.drb.query.Parameter
Builds a parameter class
ParameterResolver - Interface in fr.gael.drb.query
Deprecated.  
parent - Variable in class fr.gael.drb.DrbDefaultMutableNode
Parent of the current node.
parent - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Parent node.
parseDuration(String) - Static method in class fr.gael.drb.value.Duration
Attempts to interpret the string s as a representation of an ISO 8601 duration.
parseUpdate(int, int) - Method in class fr.gael.drb.query.XQueryDocument
Updates document structure as a result of text change.
parseUpdateOld(int, int) - Method in class fr.gael.drb.query.XQueryDocument
Updates document structure as a result of text change.
PARTIAL - Static variable in interface fr.gael.drb.xsd.XsdValueSpace
Partial order.
PATTERN_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:pattern facet identifier.
prefixMap - Variable in class fr.gael.drb.xsd.Namespace
The prefix binding.
preserveSpace - Variable in class fr.gael.drb.impl.xml.XmlWriter.Context
Preserve space flag.
previousSibling - Variable in class fr.gael.drb.DrbDefaultMutableNode
Previous sibling of the current node.
primitive - Variable in class fr.gael.drb.xsd.XsdAtomicType
Primitive of this atomic type.
print(String) - Method in class fr.gael.drb.impl.sds.SdfViewDescriptor
Prints header.
PRIORITY - Static variable in class fr.gael.drb.value.Byte
The Byte priority.
PRIORITY - Static variable in class fr.gael.drb.value.Decimal
The Decimal priority.
PRIORITY - Static variable in class fr.gael.drb.value.Double
The Double priority.
PRIORITY - Static variable in class fr.gael.drb.value.Int
The Int priority.
PRIORITY - Static variable in class fr.gael.drb.value.Integer
The Integer priority.
PRIORITY - Static variable in class fr.gael.drb.value.Long
The Long priority.
PRIORITY - Static variable in class fr.gael.drb.value.UnsignedInt
The UnsignedInt priority.
PRIORITY - Static variable in class fr.gael.drb.value.UnsignedLong
The Long priority.
put(DrbNode, URL) - Method in interface fr.gael.drb.DrbUpdateImpl
Put a node at the given path.
put(DrbNode, DrbNode) - Method in interface fr.gael.drb.DrbUpdateImpl
Opens the node from an existing node.
put(DrbNode, URL, DrbNode) - Method in interface fr.gael.drb.DrbUpdateImpl
Opens the node matching a given URI from an existing node.
put(DrbNode, URL) - Method in class fr.gael.drb.impl.xml.XmlFactory
Put a node at the given path.
put(DrbNode, DrbNode) - Method in class fr.gael.drb.impl.xml.XmlFactory
Put a node as child of an existing node.
put(DrbNode, URL, DrbNode) - Method in class fr.gael.drb.impl.xml.XmlFactory
Opens the node matching a given URI from an existing node.

Q

query - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Query that gives the context of the node map.
Query - Class in fr.gael.drb.query
Top level class for the evaluation of a query.
Query(String) - Constructor for class fr.gael.drb.query.Query
Builds a Query class instance from a simple string.
Query(InputStream) - Constructor for class fr.gael.drb.query.Query
Builds a Query class instance from an input stream.
Query(String, Environment) - Constructor for class fr.gael.drb.query.Query
Builds a Query class instance from a simple string considereing a specific environment.
Query(String, StaticContext) - Constructor for class fr.gael.drb.query.Query
Builds a Query class instance from a simple string considereing a specific static context.
Query(InputStream, Environment) - Constructor for class fr.gael.drb.query.Query
Builds a Query class instance from an input stream considereing a specific environment.
Query(InputStream, StaticContext) - Constructor for class fr.gael.drb.query.Query
Builds a Query class instance from an input stream considering a specific static context.

R

referenceNode - Variable in class fr.gael.drb.DrbDefaultMutableNode
Node reference.
refineElement(XsdElement, DrbNode, int) - Method in class fr.gael.drb.impl.sds.SdfSchemaBuilder
Refine a XML Element.
registerFactory(String, String) - Static method in class fr.gael.drb.impl.DrbFactoryResolver
Registers an implementation that handle the specified format.
registerImplementation(DrbFactoryImpl, String) - Static method in class fr.gael.drb.DrbFactory
Register an implementation that handle the specified format.
registerItemNameExtension(String, String) - Static method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Registers an extension.
registerMetadata(MetadataResolver) - Static method in class fr.gael.drb.impl.DrbFactoryResolver
Deprecated. DrbFactoryResolver no longer support multiple DrbMetadataResolver's. For compatibility purpose, this method now is equivalent to DrbFactoryResolver.setMetadataResolver(DrbMetadataResolver) that replaces the current value. This method may be removed in a successive version.
registerSchema(String, String) - Static method in class fr.gael.drb.impl.DrbFactoryResolver
Deprecated. the schema location should now be deduced from the DrbMetadata associated to the items. Calls to this operations now are equivalent to DrbFactoryResolver.getMetadataResolver(). registerSchemaLocation(extension, schema_location). This only if the current resolver is the DrbDefaultMetadataResolver.
registerSchemaLocation(String, String) - Static method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Registers a schema location path.
remove(int, int) - Method in class fr.gael.drb.query.XQueryDocument
Updates document structure as a result of text removal.
removeChild(int) - Method in class fr.gael.drb.DrbAbstractNode
Removes an existing child.
removeChild(int) - Method in class fr.gael.drb.DrbDefaultMutableNode
Removes an existing child.
removeChild(int) - Method in interface fr.gael.drb.DrbNode
Removes an existing child.
removeChild(int) - Method in class fr.gael.drb.impl.file.FileNode
Removes a file from the children list.
removeChild(int) - Method in class fr.gael.drb.impl.xml.XmlNode
Removes an existing child.
removeItem(int) - Method in class fr.gael.drb.DrbAbstractSequence
Removes an existing item.
removeItem(int) - Method in class fr.gael.drb.DrbDefaultSequence
Removes an existing item.
removeItem(int) - Method in interface fr.gael.drb.DrbSequence
Removes an existing item.
removeItem(int) - Method in class fr.gael.drb.value.AbstractValueArray
Removes an existing item.
removeNodesChangeListener(DrbNodesChangeListener) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Removes a listener from the list.
removeNodesChangeListener(DrbNodesChangeListener) - Method in interface fr.gael.drb.DrbNodesChangeProducer
Removes a listener to the producer.
rename(String) - Method in class fr.gael.drb.DrbAbstractNode
Changes the name of the node.
rename(String) - Method in class fr.gael.drb.DrbDefaultAttribute
Changes the name of the item.
rename(String) - Method in class fr.gael.drb.DrbDefaultMutableNode
Changes the name of the node.
rename(String) - Method in interface fr.gael.drb.DrbItem
Changes the name of the item.
rename(String) - Method in class fr.gael.drb.impl.file.FileNode
Changes the name of the node.
rename(String) - Method in class fr.gael.drb.impl.xml.XmlNode
Changes the name of the node.
replaceChild(int, DrbNode) - Method in class fr.gael.drb.DrbAbstractNode
Replaces a child of the current node.
replaceChild(int, DrbNode) - Method in class fr.gael.drb.DrbDefaultMutableNode
Replaces a child of the current node.
replaceChild(int, DrbNode) - Method in interface fr.gael.drb.DrbNode
Replaces a child of the current node.
replaceChild(int, DrbNode) - Method in class fr.gael.drb.impl.file.FileNode
Replaces a child of the current node.
replaceChild(int, DrbNode) - Method in class fr.gael.drb.impl.xml.XmlNode
Replaces a child of the current node.
resolveImpl(String) - Static method in class fr.gael.drb.impl.DrbFactoryResolver
Retrieves an implementation factory denoted by a given implementation identifier.
resolveImpl(DrbNode) - Static method in class fr.gael.drb.impl.DrbFactoryResolver
Resolve a specific implementation that handle the specified base node.
resolveMetadata(String) - Method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Resolve a specific implementation by its identifier.
resolveMetadata(DrbItem) - Method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Resolve the metadata from a single item.
resolveMetadata(DrbSequence) - Method in class fr.gael.drb.impl.DrbDefaultMetadataResolver
Resolve the metadata from a sequence.
resolveNamespace(String) - Method in class fr.gael.drb.xsd.Namespace
Returns the namespace from a prefix.
resolvePrefix(String) - Method in class fr.gael.drb.xsd.Namespace
Returns the prefix from a namespace.
resolveQName(String) - Method in class fr.gael.drb.query.Environment
Returns a qualified name from its string form.
resolveQName(String, String) - Method in class fr.gael.drb.query.Environment
Returns a qualified name from its string form.
resolver - Variable in class fr.gael.drb.query.Environment
Host the deprecated parameter resolver.
RESTRICTION_FINAL - Static variable in class fr.gael.drb.xsd.XsdSimpleType
Final property for derivation by restriction.
RESTRICTION_METHOD - Static variable in class fr.gael.drb.xsd.XsdType
restriction method.
rootPath - Variable in class fr.gael.drb.DrbDefaultMutableNode
The root node path.

S

save(DrbNode) - Method in class fr.gael.drb.impl.xml.XmlWriter
Writes the input tree nodes into an output stream.
save(DrbNode, XmlWriter.Context, boolean) - Method in class fr.gael.drb.impl.xml.XmlWriter
Writes the input tree nodes.
schema - Variable in class fr.gael.drb.xsd.XsdType
The XML-Schema of this type.
SDF_2002_02_NAMESPACE - Static variable in class fr.gael.drb.impl.sds.SdfFactory
The SDF 2002/02 namespace URI.
SDF_2004_12_NAMESPACE - Static variable in class fr.gael.drb.impl.sds.SdfFactory
The SDF 2004/12 namespace URI.
SDF_2005_04_NAMESPACE - Static variable in class fr.gael.drb.impl.sds.SdfFactory
The SDF 2005/04 namespace URI.
SdfFactory - Class in fr.gael.drb.impl.sds
Factory for Structured Data Files.
SdfFactory() - Constructor for class fr.gael.drb.impl.sds.SdfFactory
Builds a default factory
SdfSchemaBuilder - Class in fr.gael.drb.impl.sds
Factory for SDF/XML-Schema.
SdfSchemaBuilder() - Constructor for class fr.gael.drb.impl.sds.SdfSchemaBuilder
Create an SDF/XML-Schema generator with default parameters.
SdfViewDescriptor - Class in fr.gael.drb.impl.sds
SdfViewDescriptor class.
SdfViewDescriptor(XsdElement) - Constructor for class fr.gael.drb.impl.sds.SdfViewDescriptor
Class constructor.
SdfViewDescriptor(XsdElement, Hashtable) - Constructor for class fr.gael.drb.impl.sds.SdfViewDescriptor
Class constructor.
search(DrbNodeList, int) - Method in class fr.gael.drb.xsd.XsdAny
Search a pattern in the list.
search(DrbNodeList, int) - Method in class fr.gael.drb.xsd.XsdElement
Search a pattern in the list.
search(DrbNodeList, int) - Method in class fr.gael.drb.xsd.XsdModelGroup
Search a pattern in the list.
SELF_TARGET - Static variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Self target identifier.
SEQUENCE_MODEL - Static variable in class fr.gael.drb.xsd.XsdModelGroup
Sequence model.
setAttributes(DrbAttributeList) - Method in class fr.gael.drb.DrbAbstractNode
Set the attribute list of a node.
setAttributes(DrbAttributeList) - Method in class fr.gael.drb.DrbDefaultMutableNode
Sets the attribute list to the node.
setAttributes(DrbAttributeList) - Method in interface fr.gael.drb.DrbNode
Set the attribute list of a node.
setAttributes(DrbAttributeList) - Method in class fr.gael.drb.impl.xml.XmlNode
Set the attribute list of a node.
setBackwardCompatibilityMode(boolean) - Method in class fr.gael.drb.query.Environment
True denotes whether static and dynamic evaluations should attempt to support depreciated syntaxes, expressions or behaviors.
setBaseURI(String) - Method in class fr.gael.drb.query.Environment
Set the base URI of the environment.
setContent(DrbSequence) - Method in class fr.gael.drb.DrbDefaultMutableNode
Set the content of the node.
setDefaultElementNamespaceURI(String) - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Set the default namespace URI for elements and types.
setDefaultElementNamespaceURI(String) - Method in class fr.gael.drb.query.Environment
Set the default namespace URI for elements and types.
setDefaultFontSize(float) - Method in class fr.gael.drb.query.GrammarContext
Sets the default font size.
setDefaultFontSize(float) - Method in class fr.gael.drb.query.XQueryDocument
Sets the default font size.
setDefaultFunctionNamespaceURI(String) - Method in class fr.gael.drb.query.Environment
Set the default namespace URI for functions.
setDefaultNamespaceURI(String) - Method in class fr.gael.drb.xsd.Namespace
Set the default namespace URI.
setDefaultValue(Value) - Method in class fr.gael.drb.query.Parameter
Set the default value of the parameter.
setExternalVariableMap(Map<QName, ExternalVariable>) - Method in class fr.gael.drb.query.Environment
Set a new external variable list.
setFilter(int) - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Set the filter provided in parameter.
setFont(Font) - Method in class fr.gael.drb.query.TokenElement
Sets the new font of this token.
setIndent(int) - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Set the indent provided in parameter.
setIndex(int) - Method in class fr.gael.drb.DrbDefaultMutableNode
Sets the index of the node.
setLabel(String) - Method in class fr.gael.drb.query.ExternalVariable
Deprecated. this operation shall no longer be used as far as the label will no longer be supported in further versions of the engine.
setLength(long, long) - Method in class fr.gael.drb.impl.sds.Length
Set the length
setLength(long) - Method in class fr.gael.drb.impl.sds.Length
Set the length
setListenerList(EventListenerList) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Setter of the EventListenerList
setMetadataResolver(DrbMetadataResolver) - Static method in class fr.gael.drb.impl.DrbFactoryResolver
 
setName(String) - Method in class fr.gael.drb.query.Parameter
Set the parameter name.
setNamespace(Namespace) - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Set the namespace provided in parameter.
setNamespace(Namespace) - Method in class fr.gael.drb.query.Environment
Set the namespace provided in parameter.
setNamespaceBindings(Namespace) - Method in class fr.gael.drb.DrbAbstractNode
Set the namespace bindings.
setNamespaceBindings(Namespace) - Method in class fr.gael.drb.DrbDefaultMutableNode
Sets the namespace bindings.
setNamespaceURI(String) - Method in class fr.gael.drb.DrbAbstractNode
Sets a namespace resource identifier.
setNamespaceURI(String) - Method in class fr.gael.drb.DrbDefaultAttribute
Sets the namespace URI.
setNamespaceURI(String) - Method in class fr.gael.drb.DrbDefaultMutableNode
Sets the namespace URI.
setNamespaceURI(String) - Method in interface fr.gael.drb.DrbItem
Sets a namespace resource identifier.
setNamespaceURI(String) - Method in interface fr.gael.drb.DrbNode
Sets a namespace resource identifier.
setNamespaceURI(String) - Method in class fr.gael.drb.impl.file.FileNode
The namespace of a file cannot be changed.
setNamespaceURI(String) - Method in class fr.gael.drb.impl.xml.XmlNode
Sets a namespace resource identifier.
setNanos(int) - Method in class fr.gael.drb.value.DateTime
Sets this DateTime object's nanos field to the given value.
setOccurs(int, int) - Method in class fr.gael.drb.xsd.XsdParticle
Set the min and max occurs parameters.
setParent(DrbNode) - Method in class fr.gael.drb.DrbDefaultMutableNode
Sets the parent of this node.
setPreserveSpace(boolean) - Method in class fr.gael.drb.impl.xml.XmlWriter.Context
Change the preserve space flag.
setProperty(String, Object) - Method in class fr.gael.drb.impl.DrbProvider
Set a property.
setProperty(String, Object) - Method in class fr.gael.drb.impl.file.FileProvider
This method sets the properties of the file which have the name in params
setRootPath(String) - Method in class fr.gael.drb.DrbDefaultMutableNode
Set the path of the root node.
setSchema(String) - Method in class fr.gael.drb.impl.sds.SdfFactory
Sets the default SDF-Schema location In case of success a structure change event is fired on the current node.
setStyle(Style) - Method in class fr.gael.drb.query.TokenElement
Sets this token style.
setTime(long) - Method in class fr.gael.drb.value.DateTime
Sets this Timestamp object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setType(int) - Method in class fr.gael.drb.query.Parameter
Set the parameter type.
setUserObject(Object) - Method in class fr.gael.drb.DrbDefaultMutableNode
Set the user object node.
setValue(Value) - Method in class fr.gael.drb.DrbAbstractNode
Changes the value of the node.
setValue(Value) - Method in class fr.gael.drb.DrbDefaultAttribute
Changes the value of the item.
setValue(Value) - Method in class fr.gael.drb.DrbDefaultMutableNode
Changes the value of the node.
setValue(Value) - Method in interface fr.gael.drb.DrbItem
Changes the value of the item.
setValue(Value) - Method in interface fr.gael.drb.DrbNode
Changes the value of the node.
setValue(Value) - Method in class fr.gael.drb.impl.file.FileNode
Sets the value pf a file.
setValue(Value) - Method in class fr.gael.drb.impl.xml.XmlNode
Changes the value of the node.
setValue(Value) - Method in class fr.gael.drb.query.Parameter
Set the value of the parameter.
setValue(Value) - Method in class fr.gael.drb.xsd.XsdNodeImpl
Changes the value of the node.
Short - Class in fr.gael.drb.value
The Short class is a generic wrapper for short values.
Short(short) - Constructor for class fr.gael.drb.value.Short
Constructs a Short object initialized to the specified short value.
Short(int) - Constructor for class fr.gael.drb.value.Short
Allocates a Short object representing the value argument.
SHORT_ID - Static variable in interface fr.gael.drb.value.Value
Short value identifier.
ShortArray - Class in fr.gael.drb.value
The ShortArray class is a generic wrapper for short array values.
ShortArray(short[]) - Constructor for class fr.gael.drb.value.ShortArray
Build a ShortArray value.
ShortArray(int) - Constructor for class fr.gael.drb.value.ShortArray
Build a ShortArray value.
shortValue(int) - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.BooleanArray
Returns this value as a short
shortValue() - Method in class fr.gael.drb.value.Byte
Convert the value into short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.ByteArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.Decimal
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.Double
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.DoubleArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.Float
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.FloatArray
Returns the short Value at the given index.
shortValue() - Method in class fr.gael.drb.value.Int
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.IntArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.Integer
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.Long
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.LongArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in interface fr.gael.drb.value.Numeric
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in interface fr.gael.drb.value.NumericArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.Short
Returns the short representation of the Value.
shortValue(int) - Method in class fr.gael.drb.value.ShortArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.UnsignedByte
Convert the value into short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.UnsignedByteArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.UnsignedInt
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.UnsignedIntArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.UnsignedLong
Returns this value as a short integer (signed 16 bits).
shortValue(int) - Method in class fr.gael.drb.value.UnsignedLongArray
Returns this value as a short integer (signed 16 bits).
shortValue() - Method in class fr.gael.drb.value.UnsignedShort
return the short value.
shortValue(int) - Method in class fr.gael.drb.value.UnsignedShortArray
shortValue
shortValues() - Method in class fr.gael.drb.value.AbstractNumericArray
Returns this value as a short integer (signed 16 bits).
shortValues() - Method in class fr.gael.drb.value.ShortArray
Returns this value as a short integer (signed 16 bits).
shortValues() - Method in class fr.gael.drb.value.UnsignedShortArray
Returns this value as a short integer (signed 16 bits).
SHOW_ALL - Static variable in class fr.gael.drb.impl.xml.XmlWriter
Show all items.
SHOW_ATTRIBUTE - Static variable in class fr.gael.drb.impl.xml.XmlWriter
Show attribute items.
SHOW_COMMENT - Static variable in class fr.gael.drb.impl.xml.XmlWriter
Show comment items.
SHOW_NOTATION - Static variable in class fr.gael.drb.impl.xml.XmlWriter
Show NOTATION items.
SHOW_PROCESSING_INSTRUCTION - Static variable in class fr.gael.drb.impl.xml.XmlWriter
Show PI items.
StaticException - Exception in fr.gael.drb.impl.sds
Static exception of an SDF static analysis phase.
StaticException(String) - Constructor for exception fr.gael.drb.impl.sds.StaticException
Builds a static exception with a message.
StaticException - Exception in fr.gael.drb.query
Static exception of an XQuery static analysis phase.
StaticException(String, Token) - Constructor for exception fr.gael.drb.query.StaticException
Builds a static exception with a message.
StaticException(ParseException) - Constructor for exception fr.gael.drb.query.StaticException
Builds a static exception from a parse exception of the token manager.
staticExceptionStyle - Variable in class fr.gael.drb.query.XQueryDocument
Style of a static exception.
String - Class in fr.gael.drb.value
The String class is a generic wrapper for string values.
String() - Constructor for class fr.gael.drb.value.String
Constructs an String object initialized to empty string.
String(byte[]) - Constructor for class fr.gael.drb.value.String
Constructs an String object initialized to the specified byte array.
String(String) - Constructor for class fr.gael.drb.value.String
Constructs an String object initialized to the specified standard string.
string - Variable in class fr.gael.drb.value.String
The String value.
STRING_ID - Static variable in interface fr.gael.drb.value.Value
String value identifier.
structureChanged(DrbNodesChangeEvent) - Method in class fr.gael.drb.DrbDefaultNodesChangeProducer
Dispatches the received structure change event to all the listener.
structureChanged(DrbNodesChangeEvent) - Method in interface fr.gael.drb.DrbNodesChangeListener
Invoked when the DRB tree structure has been drastically changed.
sub(Value) - Method in interface fr.gael.drb.value.Arithmetic
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Byte
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.DateTime
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.DayTimeDuration
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Decimal
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Double
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Duration
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Float
This method subs a value
sub(Value) - Method in class fr.gael.drb.value.Int
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Integer
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Long
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.Short
Substracts the current Value by the current one
sub(Value) - Method in class fr.gael.drb.value.UnsignedByte
Substracts the current Value by the current one
sub(Value) - Method in class fr.gael.drb.value.UnsignedInt
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.UnsignedLong
Compute a substraction.
sub(Value) - Method in class fr.gael.drb.value.UnsignedShort
Substracts the specified value to the current short value.
sub(Value) - Method in class fr.gael.drb.value.YearMonthDuration
Compute a substraction.
Sumable - Interface in fr.gael.drb.value
Sumable expression evaluation.

T

TarFactory - Class in fr.gael.drb.impl.tar
Factory of TAR nodes.
TarFactory() - Constructor for class fr.gael.drb.impl.tar.TarFactory
 
target - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Target of the query (context or self).
TIME_ID - Static variable in interface fr.gael.drb.value.Value
Time value identifier.
timer - Variable in class fr.gael.drb.query.XQueryDocument
Timer to update the document.
TOKEN_ATTRIBUTE - Static variable in class fr.gael.drb.query.TokenElement
Key to be used in AttributeSet's holding a value of TokenElement.
TokenElement - Class in fr.gael.drb.query
Simple class to represent a lexical token.
toLocal(String) - Static method in class fr.gael.drb.xsd.Namespace
Returns the local part of the specified qualified name.
toNode() - Method in class fr.gael.drb.xsd.XmlSchema
Format this component into a string.
toPrefix(String) - Static method in class fr.gael.drb.xsd.Namespace
Returns the prefix of the specified qualified name.
toString() - Method in class fr.gael.drb.DrbAbstractAttribute
Returns a description of the current attribute.
toString() - Method in class fr.gael.drb.DrbAbstractNode
Returns the node as a string.
toString() - Method in class fr.gael.drb.DrbDefaultAttribute
Returns a description of the current attribute.
toString() - Method in class fr.gael.drb.DrbDefaultMutableNode
Returns the node as a string.
toString() - Method in class fr.gael.drb.DrbDefaultNodeList
Prints the node list contents.
toString() - Method in class fr.gael.drb.DrbDefaultSequence
Returns the string representation of this sequence
toString() - Method in class fr.gael.drb.impl.file.FileNode
Overrides the default string representation.
toString() - Method in class fr.gael.drb.impl.sds.Length
toString
toString() - Method in class fr.gael.drb.impl.xml.XmlNode
String representqtion of the object.
toString() - Method in class fr.gael.drb.query.Environment
Returns relevant information of the environment.
toString() - Method in class fr.gael.drb.query.Parameter
Prints out a parameter.
toString() - Method in class fr.gael.drb.query.TokenElement
A human presentable form of the token, useful for things like lists, debugging, etc.
toString() - Method in class fr.gael.drb.value.Binary
Returns this value as string.
toString() - Method in class fr.gael.drb.value.BinaryInteger
Returns a new String object representing this BinaryInteger.
toString() - Method in class fr.gael.drb.value.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class fr.gael.drb.value.BooleanArray
Returns the boolean array
toString() - Method in class fr.gael.drb.value.Byte
Returns a new String object representing the specified Byte.
toString() - Method in class fr.gael.drb.value.ByteArray
Returns a new String object representing this ByteArray.
toString() - Method in class fr.gael.drb.value.DateTime
Return the date in a string.
toString() - Method in class fr.gael.drb.value.DayTimeDuration
Return the duration in a string.
toString() - Method in class fr.gael.drb.value.Decimal
Returns a new String object representing this Decimal.
toString() - Method in class fr.gael.drb.value.DefaultValueArray
Returns the string representation of this array
toString() - Method in class fr.gael.drb.value.Double
Returns a new String object representing this Integer.
toString() - Method in class fr.gael.drb.value.DoubleArray
Returns a new String object representing this DoubleArray.
toString() - Method in class fr.gael.drb.value.Duration
Return the duration in a string.
toString() - Method in class fr.gael.drb.value.Float
Returns a new String object representing this Float
toString() - Method in class fr.gael.drb.value.FloatArray
Returns the String representation of the Value.
toString() - Method in class fr.gael.drb.value.Int
Returns a new String object representing this Int.
toString() - Method in class fr.gael.drb.value.IntArray
Returns a new String object representing this IntegerArray.
toString() - Method in class fr.gael.drb.value.Integer
Returns a new String object representing this Integer.
toString() - Method in class fr.gael.drb.value.Long
Returns a new String object representing this Long
toString() - Method in class fr.gael.drb.value.LongArray
Assign a value to an index
toString() - Method in class fr.gael.drb.value.Short
Returns a new String object representing this Short.
toString() - Method in class fr.gael.drb.value.ShortArray
toString
toString() - Method in class fr.gael.drb.value.String
Returns a new standard String object representing this value.
toString() - Method in class fr.gael.drb.value.UnsignedByte
Returns a new String object representing the specified Byte.
toString() - Method in class fr.gael.drb.value.UnsignedByteArray
Returns a new String object representing this UnsignedByteArray.
toString() - Method in class fr.gael.drb.value.UnsignedInt
Returns a new String object representing this BinaryInt.
toString(int) - Static method in class fr.gael.drb.value.UnsignedInt
Returns a new String object representing this BinaryInt.
toString() - Method in class fr.gael.drb.value.UnsignedIntArray
Returns a new String object representing this IntegerArray.
toString(long) - Static method in class fr.gael.drb.value.UnsignedLong
Returns a new String object representing this Integer.
toString() - Method in class fr.gael.drb.value.UnsignedLong
Returns a new String object representing this Unsigned Long.
toString() - Method in class fr.gael.drb.value.UnsignedLongArray
Returns the String representation of this object
toString() - Method in class fr.gael.drb.value.UnsignedShort
Prints the value of the Short in a character string.
toString() - Method in class fr.gael.drb.value.UnsignedShortArray
toString
toString() - Method in class fr.gael.drb.value.YearMonthDuration
Return the duration in a string.
toString() - Method in class fr.gael.drb.xsd.Namespace
Returns the list of (prefix, URI) couples on a line per line basis.
toString() - Method in class fr.gael.drb.xsd.XsdEnumerationFacet
Return the enumeration values
toString() - Method in class fr.gael.drb.xsd.XsdNodeImpl
This object (which is already a string!) is itself returned.
toString() - Method in class fr.gael.drb.xsd.XsdType
Returns a string description of this type.
TOTAL - Static variable in interface fr.gael.drb.xsd.XsdValueSpace
Total order.
TOTAL_DIGITS_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:totalDigits facet identifier.
toXML(String) - Static method in class fr.gael.drb.impl.xml.XmlNode
Format an XML string.
TypeException - Exception in fr.gael.drb.query
Type exception of an XQuery static analysis or dynamic evalutation phases.
TypeException(Expression, String) - Constructor for exception fr.gael.drb.query.TypeException
Builds a type exception with a contextual message.
typeExceptionStyle - Variable in class fr.gael.drb.query.XQueryDocument
Style of a type exception.

U

unaryMinus() - Method in interface fr.gael.drb.value.Arithmetic
Compute an unary minus.
unaryMinus() - Method in class fr.gael.drb.value.Byte
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.DateTime
Compute an unary minus (not supported).
unaryMinus() - Method in class fr.gael.drb.value.DayTimeDuration
Compute an unary minus.
unaryMinus() - Method in class fr.gael.drb.value.Decimal
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.Double
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.Duration
Compute an unary minus.
unaryMinus() - Method in class fr.gael.drb.value.Float
This method converts a float in a unary minus value
unaryMinus() - Method in class fr.gael.drb.value.Int
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.Integer
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.Long
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.Short
unary Minus
unaryMinus() - Method in class fr.gael.drb.value.UnsignedByte
unary Minus
unaryMinus() - Method in class fr.gael.drb.value.UnsignedInt
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.UnsignedLong
Compute the unary minus of this value.
unaryMinus() - Method in class fr.gael.drb.value.UnsignedShort
Returns a Value containing the opposite of the current Value.
unaryMinus() - Method in class fr.gael.drb.value.YearMonthDuration
Compute an unary minus.
unbind(String) - Method in class fr.gael.drb.xsd.Namespace
Unbind a prefix.
UNBOUNDED_OCCURS - Static variable in class fr.gael.drb.xsd.XsdParticle
Unbounded occurrence.
UNCOUNTABLY_INFINITE - Static variable in interface fr.gael.drb.xsd.XsdValueSpace
Un-countably infinite cardinality.
UNDEFINED - Static variable in interface fr.gael.drb.xsd.XsdValueSpace
Undefined value.
UNDEFINED_ITEM - Static variable in interface fr.gael.drb.DrbItem
The item type is undefined.
UNION_FINAL - Static variable in class fr.gael.drb.xsd.XsdSimpleType
Final property for derivation by union.
UNION_VARIETY - Static variable in class fr.gael.drb.xsd.XsdSimpleType
Union variety
UNKNOWN_ID - Static variable in interface fr.gael.drb.value.Value
UNKNOWN value identifier.
UNSIGNED_BYTE_ID - Static variable in interface fr.gael.drb.value.Value
UnsignedByte value identifier.
UNSIGNED_INT_ID - Static variable in interface fr.gael.drb.value.Value
UnsignedInt value identifier.
UNSIGNED_LONG_ID - Static variable in interface fr.gael.drb.value.Value
UnsignedLong value identifier.
UNSIGNED_SHORT_ID - Static variable in interface fr.gael.drb.value.Value
UnsignedShort value identifier.
UnsignedByte - Class in fr.gael.drb.value
The UnsignedByte class is a generic wrapper for unsigned byte values.
UnsignedByte(byte) - Constructor for class fr.gael.drb.value.UnsignedByte
Constructs a Byte object initialized to the specified byte value.
UnsignedByte(int) - Constructor for class fr.gael.drb.value.UnsignedByte
Allocates a Byte object representing the value argument.
UnsignedByte(byte[]) - Constructor for class fr.gael.drb.value.UnsignedByte
Constructs a UnsignedByte object initialized to the specified integer buffer.
UnsignedByte(byte[], int) - Constructor for class fr.gael.drb.value.UnsignedByte
Constructs a UnsignedByte object initialized to the specified integer buffer.
UnsignedByteArray - Class in fr.gael.drb.value
The UnsignedByteArray class is a generic wrapper for unsigned byte array values.
UnsignedByteArray(byte[]) - Constructor for class fr.gael.drb.value.UnsignedByteArray
Builds an UnsignedByteArray value from an array of bytes.
UnsignedByteArray(int) - Constructor for class fr.gael.drb.value.UnsignedByteArray
Builds an empty UnsignedByteArray value with a specific size.
UnsignedInt - Class in fr.gael.drb.value
The UnsignedInt class is a wrapper for unsigned integer values.
UnsignedInt(int) - Constructor for class fr.gael.drb.value.UnsignedInt
Constructs a UnsignedInt initialized to the specified int value.
UnsignedIntArray - Class in fr.gael.drb.value
The UnsignedIntegerArray class is a generic wrapper for unsigned int array values.
UnsignedIntArray(int[]) - Constructor for class fr.gael.drb.value.UnsignedIntArray
Constructs an UnsignedIntArray object initialized to the specified int[] value.
UnsignedIntArray(int) - Constructor for class fr.gael.drb.value.UnsignedIntArray
Constructs an UnsignedIntArray object with the specified length.
UnsignedLong - Class in fr.gael.drb.value
The UnsignedLong class is a generic wrapper for unsigned long values.
UnsignedLong(long) - Constructor for class fr.gael.drb.value.UnsignedLong
Constructs an UnsignedLong object initialized to the specified long value.
UnsignedLongArray - Class in fr.gael.drb.value
The UnsignedLongArray class is a generic wrapper for unsigned long array values.
UnsignedLongArray(long[]) - Constructor for class fr.gael.drb.value.UnsignedLongArray
Constructs a UnsignedLongArray object initialized to the specified long[] value.
UnsignedLongArray(int) - Constructor for class fr.gael.drb.value.UnsignedLongArray
Constructs an UnsignedLongArray object with the specified length.
UnsignedShort - Class in fr.gael.drb.value
The UnsignedShort class is a generic wrapper for unsigned short values.
UnsignedShort(short) - Constructor for class fr.gael.drb.value.UnsignedShort
Builds an UnsignedShort object initialized to the specified short value.
UnsignedShort(int) - Constructor for class fr.gael.drb.value.UnsignedShort
Builds an UnsignedShort object initialized to the specified int value.
UnsignedShortArray - Class in fr.gael.drb.value
The UnsignedShortArray class is a generic wrapper for unsigned short array values.
UnsignedShortArray(short[]) - Constructor for class fr.gael.drb.value.UnsignedShortArray
Build an UnsignedShortArray value.
UnsignedShortArray(int) - Constructor for class fr.gael.drb.value.UnsignedShortArray
Build a ShortArray value.
updater - Variable in class fr.gael.drb.query.XQueryDocument
Document syntax updater.
url - Variable in class fr.gael.drb.impl.URLNode
The URL
URLNode - Class in fr.gael.drb.impl
URL node implementation
URLNode(URL) - Constructor for class fr.gael.drb.impl.URLNode
Creates a URLNode with an url
usage() - Static method in class fr.gael.drb.query.Query
Returns the command line usage of main operation.
userObject - Variable in class fr.gael.drb.DrbDefaultMutableNode
User object.

V

validate(String, String, boolean) - Static method in class fr.gael.drb.xsd.XmlSchema
Allow to validate an xml file using an xml schema file.
validate(Value) - Method in class fr.gael.drb.xsd.XsdListType
Validates the present value.
validate(Value) - Method in class fr.gael.drb.xsd.XsdSimpleType
Validates the present value.
value - Variable in class fr.gael.drb.DrbDefaultMutableNode
Node avlue.
value - Variable in class fr.gael.drb.value.Byte
The Byte value.
value - Variable in class fr.gael.drb.value.Decimal
The Decimal value.
value - Variable in class fr.gael.drb.value.Int
The Int value.
value - Variable in class fr.gael.drb.value.Integer
The Integer value.
value - Variable in class fr.gael.drb.value.Long
The Long value.
value - Variable in class fr.gael.drb.value.UnsignedInt
The Int value.
value - Variable in class fr.gael.drb.value.UnsignedLong
The Long value.
Value - Interface in fr.gael.drb.value
Generic value wrapper for multiple purposes.
VALUE_ITEM - Static variable in interface fr.gael.drb.DrbItem
The item is a value.
VALUE_TAG - Static variable in class fr.gael.drb.xsd.XsdFacet
value tag.
ValueArray - Interface in fr.gael.drb.value
Generic array value wrapper.
ValueFormat - Interface in fr.gael.drb.value
Interface to format the value.
valueQuery - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
???
valueType - Variable in class fr.gael.drb.impl.sds.SdfViewDescriptor
Value type.
ValueValidator - Interface in fr.gael.drb.xsd
Interface for validation of values.

W

WHITE_SPACE_ID - Static variable in class fr.gael.drb.xsd.XsdFacet
xs:whiteSpace facet identifier.
WILDCARD_TERM - Static variable in class fr.gael.drb.xsd.XsdParticle
Wildcard term.
wrap(short[]) - Static method in class fr.gael.drb.value.ShortArray
Wrap the given array
wrap(short[]) - Static method in class fr.gael.drb.value.UnsignedShortArray
Wrap the given array
writeXML(DrbNode, OutputStream) - Static method in class fr.gael.drb.impl.xml.XmlFactory
Writes the input tree nodes into a file.
writeXML(DrbNode, OutputStream) - Static method in class fr.gael.drb.impl.xml.XmlWriter
Writes the input tree nodes into a file.
writeXML(DrbNode, OutputStream, XmlWriter.Context, boolean) - Static method in class fr.gael.drb.impl.xml.XmlWriter
Writes the input tree nodes into a file.

X

XML_NAMESPACE - Static variable in class fr.gael.drb.impl.xml.XmlNode
XML Namespace
XML_PREFIX - Static variable in class fr.gael.drb.impl.xml.XmlNode
XML Prefix
XML_SCHEMA_INSTANCE - Static variable in class fr.gael.drb.xsd.Namespace
XML_SCHEMA_INSTANCE
XML_SCHEMA_NAMESPACE - Static variable in class fr.gael.drb.xsd.Namespace
XML_SCHEMA_NAMESPACE
XmlDocument - Class in fr.gael.drb.impl.xml
DOM Document
XmlDocument(String) - Constructor for class fr.gael.drb.impl.xml.XmlDocument
Builds a new XmlDocument from a string.
XmlDocument(Reader) - Constructor for class fr.gael.drb.impl.xml.XmlDocument
Builds a new XmlDocument from a standard reader .
XmlDocument(InputStream) - Constructor for class fr.gael.drb.impl.xml.XmlDocument
Builds a new XmlDocument from an input stream.
XmlDocument(DrbNode) - Constructor for class fr.gael.drb.impl.xml.XmlDocument
Builds a new XmlDocument from a file node.
XmlDocument(InputSource) - Constructor for class fr.gael.drb.impl.xml.XmlDocument
Builds a new XmlDocument from a InputSource
XmlDocument(Document) - Constructor for class fr.gael.drb.impl.xml.XmlDocument
Builds a new XmlDocument from a Document node
XmlFactory - Class in fr.gael.drb.impl.xml
Factory of XML nodes.
XmlFactory() - Constructor for class fr.gael.drb.impl.xml.XmlFactory
 
XmlNode - Class in fr.gael.drb.impl.xml
XML node implementation.
XmlNode(Node) - Constructor for class fr.gael.drb.impl.xml.XmlNode
Deprecated. As of DRB 2.2, added the XmlDocument class.
XmlNode(InputStream, DrbNode) - Constructor for class fr.gael.drb.impl.xml.XmlNode
Deprecated. As of DRB 2.2, added the XmlDocument class.
XmlNode(Reader, DrbNode) - Constructor for class fr.gael.drb.impl.xml.XmlNode
Deprecated. As of DRB 2.2, added the XmlDocument class.
XmlNode(String) - Constructor for class fr.gael.drb.impl.xml.XmlNode
Deprecated. As of DRB 2.2, added the XmlDocument class.
XmlNode(Node, DrbNode) - Constructor for class fr.gael.drb.impl.xml.XmlNode
Deprecated. As of DRB 2.2, added the XmlDocument class.
XMLNS_NAMESPACE - Static variable in class fr.gael.drb.impl.xml.XmlNode
XMLNS Namespace
XMLNS_PREFIX - Static variable in class fr.gael.drb.impl.xml.XmlNode
XMLNS Prefix
XmlSchema - Class in fr.gael.drb.xsd
Declaration of an XML-Schema.
XmlSchema(XsdElement[], XsdType[], Namespace) - Constructor for class fr.gael.drb.xsd.XmlSchema
Build an XML-Schema
XmlString - Class in fr.gael.drb.impl.xml
Process character conversion on string.
XmlString() - Constructor for class fr.gael.drb.impl.xml.XmlString
 
XmlWriter - Class in fr.gael.drb.impl.xml
Writer of XML nodes.
XmlWriter(OutputStream) - Constructor for class fr.gael.drb.impl.xml.XmlWriter
Builds a XML Writer from an output stream.
XmlWriter(Writer, String) - Constructor for class fr.gael.drb.impl.xml.XmlWriter
Builds a XML Writer from a writer.
XmlWriter(DrbNode) - Constructor for class fr.gael.drb.impl.xml.XmlWriter
Builds a XML Writer from an output node.
XmlWriter.Context - Class in fr.gael.drb.impl.xml
The dynamic context.
XmlWriter.Context() - Constructor for class fr.gael.drb.impl.xml.XmlWriter.Context
Environment constructor.
XmlWriter.Context(Namespace, String) - Constructor for class fr.gael.drb.impl.xml.XmlWriter.Context
Environment constructor.
XPATH_FUNCTIONS_URI - Static variable in class fr.gael.drb.query.Environment
Namespace for XPath built-in functions fn = "http://www.w3.org/2005/xpath-functions"
XQT_ERRORS_PREFIX - Static variable in class fr.gael.drb.query.Environment
Prefix for XPath and XQuery error codes and messages err = "http://www.w3.org/2005/xqt-errors"
XQT_ERRORS_URI - Static variable in class fr.gael.drb.query.Environment
Namespace for XPath and XQuery error codes and messages err = "http://www.w3.org/2005/xqt-errors"
XQUERY_LOCAL_FUNCTIONS_URI - Static variable in class fr.gael.drb.query.Environment
Namespace for XPath and XQuery error codes and messages local = "http://www.w3.org/2005/xquery-local-functions"
XQueryDocument - Class in fr.gael.drb.query
XQuery document class.
XQueryDocument() - Constructor for class fr.gael.drb.query.XQueryDocument
builds an empty XQueryDocument with default styles.
XsdAnnotation - Class in fr.gael.drb.xsd
Declaration of an XML-Schema annotation.
XsdAnnotation(XsdAppinfo[], XsdDocumentation[]) - Constructor for class fr.gael.drb.xsd.XsdAnnotation
Build an annotation.
XsdAny - Class in fr.gael.drb.xsd
Declaration of the XML-Schema element wildcard.
XsdAnyAttribute - Class in fr.gael.drb.xsd
Declaration of the XML-Schema attribute wildcard.
XsdAppinfo - Class in fr.gael.drb.xsd
Declaration of an XML-Schema appinfo.
XsdAppinfo(DrbItem) - Constructor for class fr.gael.drb.xsd.XsdAppinfo
Build an appinfo.
XsdAppinfo(DrbSequence) - Constructor for class fr.gael.drb.xsd.XsdAppinfo
Build an appinfo.
XsdAtomicType - Class in fr.gael.drb.xsd
Declaration of an XML-Schema atomic type.
XsdAtomicType(int) - Constructor for class fr.gael.drb.xsd.XsdAtomicType
Build an XsdAtomicType from a primitive.
XsdAttribute - Class in fr.gael.drb.xsd
Declaration of a general XML-Schema attribute.
XsdAttributeGroup - Class in fr.gael.drb.xsd
Declaration of a general XML-Schema attribute group.
XsdComplexType - Class in fr.gael.drb.xsd
Declaration of an XML-Schema complex type.
XsdComplexType(String, XsdModelGroup, XsdType) - Constructor for class fr.gael.drb.xsd.XsdComplexType
Build a complex type with a complex content.
XsdComplexType(String, XsdAttributeGroup, XsdModelGroup, XsdType, int) - Constructor for class fr.gael.drb.xsd.XsdComplexType
Build a complex type with a complex content.
XsdDocumentation - Class in fr.gael.drb.xsd
Declaration of an XML-Schema documentation.
XsdDocumentation(DrbItem) - Constructor for class fr.gael.drb.xsd.XsdDocumentation
Build a documentation.
XsdDocumentation(DrbSequence) - Constructor for class fr.gael.drb.xsd.XsdDocumentation
Build a documentation.
XsdElement - Class in fr.gael.drb.xsd
Declaration of a general XML-Schema element.
XsdElement(int, int, String, XsdType) - Constructor for class fr.gael.drb.xsd.XsdElement
Build an XML-Schema element.
XsdEnumerationFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema enumeration Facet.
XsdFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema Facet.
XsdFacet() - Constructor for class fr.gael.drb.xsd.XsdFacet
 
XsdFactory - Class in fr.gael.drb.xsd
The XML-Schema factory.
XsdFactory() - Constructor for class fr.gael.drb.xsd.XsdFactory
 
XsdFractionDigitsFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema fractionDigits Facet.
XsdInvalid - Interface in fr.gael.drb.xsd
Output of the XML-Schema validator.
XsdLengthFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema length Facet.
XsdListType - Class in fr.gael.drb.xsd
Declaration of an XML-Schema list type.
XsdListType(String, XsdSimpleType, XsdFacet[]) - Constructor for class fr.gael.drb.xsd.XsdListType
Build an XsdListType.
XsdListType(XsdSimpleType, XsdFacet[]) - Constructor for class fr.gael.drb.xsd.XsdListType
Build an XsdListType.
XsdMaxExclusiveFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema maxExclusive Facet.
XsdMaxInclusiveFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema maxInclusive Facet.
XsdMaxLengthFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema maxLength Facet.
XsdMinExclusiveFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema minExclusive Facet.
XsdMinInclusiveFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema minInclusive Facet.
XsdMinLengthFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema minLength Facet.
XsdModelGroup - Class in fr.gael.drb.xsd
Declaration of an XML-Schema model group.
XsdModelGroup(int, int, XsdParticle[], int) - Constructor for class fr.gael.drb.xsd.XsdModelGroup
Build a model group.
XsdName - Class in fr.gael.drb.xsd
Declaration of a Xsd name.
XsdName(String, String) - Constructor for class fr.gael.drb.xsd.XsdName
Build an Xsd name.
XsdNode - Interface in fr.gael.drb.xsd
A XML-Schema validator wrapper for DrbNodes.
XsdNodeImpl - Class in fr.gael.drb.xsd
A XML-Schema validator wrapper for DrbNodes.
XsdNodeImpl(XsdNodeImpl, DrbNode, XsdType) - Constructor for class fr.gael.drb.xsd.XsdNodeImpl
Build an DrbNodeFilter instance.
XsdParticle - Class in fr.gael.drb.xsd
Declaration of an XML-Schema particle.
XsdParticle() - Constructor for class fr.gael.drb.xsd.XsdParticle
Build a particle.
XsdParticle(int, int) - Constructor for class fr.gael.drb.xsd.XsdParticle
Build a particle.
XsdPatternFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema pattern Facet.
XsdSimpleType - Class in fr.gael.drb.xsd
Declaration of an XML-Schema simple type.
XsdSimpleType() - Constructor for class fr.gael.drb.xsd.XsdSimpleType
Build a default type definition
XsdSimpleType(String, XsdSimpleType) - Constructor for class fr.gael.drb.xsd.XsdSimpleType
Build a default type definition
XsdTotalDigitsFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema totalDigits Facet.
XsdType - Class in fr.gael.drb.xsd
Declaration of a general XML-Schema type.
XsdType() - Constructor for class fr.gael.drb.xsd.XsdType
Build a default type definition
XsdType(String, XsdType) - Constructor for class fr.gael.drb.xsd.XsdType
Build a default type definition
XsdValueSpace - Interface in fr.gael.drb.xsd
Declaration of the XML-Schema value space.
XsdWhiteSpaceFacet - Class in fr.gael.drb.xsd
Declaration of an XML-Schema whiteSpace Facet.
XsdWildcard - Class in fr.gael.drb.xsd
Declaration of the XML-Schema wildcard.

Y

YEAR_ID - Static variable in interface fr.gael.drb.value.Value
Year value identifier.
YEAR_MONTH_DURATION_ID - Static variable in interface fr.gael.drb.value.Value
Year/Month duration value identifier.
YEAR_MONTH_ID - Static variable in interface fr.gael.drb.value.Value
Year/Month value identifier.
yearMonth - Variable in class fr.gael.drb.value.Duration
The year/month part of this duration (in months).
yearMonth - Variable in class fr.gael.drb.value.YearMonthDuration
The year/month part of this duration (in month).
YearMonthDuration - Class in fr.gael.drb.value
The YearMonthDuration class is a generic wrapper for year/month duration.
YearMonthDuration(long) - Constructor for class fr.gael.drb.value.YearMonthDuration
Build a duration from a number of years and months.

Z

ZipEnumeration - Class in fr.gael.drb.impl.zip
This class is used to the Enumeration implementation for a zipFileNode created with an inputStream
ZipEnumeration(InputStream) - Constructor for class fr.gael.drb.impl.zip.ZipEnumeration
Builds a new enumeration with the inputStreram
ZipFactory - Class in fr.gael.drb.impl.zip
Factory of ZIP nodes.
ZipFactory() - Constructor for class fr.gael.drb.impl.zip.ZipFactory
 
zipFile - Variable in class fr.gael.drb.impl.zip.ZipFileNode
the ZipFile
ZipFileNode - Class in fr.gael.drb.impl.zip
Zip File implementation
ZipFileNode(InputStream, DrbNode) - Constructor for class fr.gael.drb.impl.zip.ZipFileNode
Builds a new ZipFileNode from an inputStream
ZipFileNode(File, DrbNode) - Constructor for class fr.gael.drb.impl.zip.ZipFileNode
Builds a new ZipFileNode from a file.
ZipFileNode(ZipFile, DrbNode) - Constructor for class fr.gael.drb.impl.zip.ZipFileNode
Builds a new ZipFileNode from a file.
ZipNode - Class in fr.gael.drb.impl.zip
This class is used to Zip Node implementation.
ZipNode(ZipFileNode, ZipEntry, DrbNode, ZipEntry[]) - Constructor for class fr.gael.drb.impl.zip.ZipNode
Builds a new zipFile from a ZipFileNode and a zipEntry.
ZipProvider - Class in fr.gael.drb.impl.zip
Zip provider implementation
ZipProvider() - Constructor for class fr.gael.drb.impl.zip.ZipProvider
 

A B C D E F G H I J L M N O P Q R S T U V W X Y Z
Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .