Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.DrbSequence

Packages that use DrbSequence
fr.gael.drb DRB main package containing the main interfaces, default and abstract classes. 
fr.gael.drb.impl Package containing the implementations. 
fr.gael.drb.impl.xml Implementation of DRB for the support of XML documents. 
fr.gael.drb.query An implementation of XQuery 1.0 over the DRB API®. 
fr.gael.drb.value Envelope classes and operations for primitive values of DRB. 
fr.gael.drb.xsd Implementation of DRB for the support of XSD XML schema files. 
 

Uses of DrbSequence in fr.gael.drb
 

Subinterfaces of DrbSequence in fr.gael.drb
 interface DrbAttributeList
          Collection of attributes.
 interface DrbNodeList
          Collection of nodes.
 

Classes in fr.gael.drb that implement DrbSequence
 class DrbAbstractNodeList
          This class provides a skeletal implementation of the DrbNodeList interface, to minimize the effort required to implement this interface.
 class DrbAbstractSequence
          This class provides a skeletal implementation of the DrbSequence interface, to minimize the effort required to implement this interface.
 class DrbDefaultAttributeList
          Generic implementation of DrbAttributeList.
 class DrbDefaultNodeList
          Generic implementation of DrbNodeList.
 class DrbDefaultSequence
          Generic implementation of DrbSequence.
 

Methods in fr.gael.drb that return DrbSequence
 DrbSequence DrbAbstractSequence.addItem(DrbItem item)
          Appends an item at the end of the item list.
 DrbSequence DrbDefaultSequence.addItem(DrbItem item)
          Appends an item at the end of the item list.
 DrbSequence DrbDefaultNodeList.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 DrbSequence DrbDefaultAttributeList.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 DrbSequence DrbAbstractSequence.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 DrbSequence DrbDefaultSequence.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 DrbSequence DrbSequence.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 DrbSequence DrbAbstractNode.getContent()
          The content of the current node.
 DrbSequence DrbAbstractSequence.removeItem(int index)
          Removes an existing item.
 DrbSequence DrbDefaultSequence.removeItem(int index)
          Removes an existing item.
 DrbSequence DrbSequence.removeItem(int index)
          Removes an existing item.
 

Methods in fr.gael.drb with parameters of type DrbSequence
 void DrbDefaultMutableNode.setContent(DrbSequence sequence)
          Set the content of the node.
 

Constructors in fr.gael.drb with parameters of type DrbSequence
DrbDefaultSequence(DrbSequence sequence)
          Duplicate an existing sequence
 

Uses of DrbSequence in fr.gael.drb.impl
 

Methods in fr.gael.drb.impl with parameters of type DrbSequence
 fr.gael.drb.meta.DrbMetadata DrbDefaultMetadataResolver.resolveMetadata(DrbSequence sequence)
          Resolve the metadata from a sequence.
 

Uses of DrbSequence in fr.gael.drb.impl.xml
 

Methods in fr.gael.drb.impl.xml that return DrbSequence
 DrbSequence XmlNode.getContent()
          The content of the current node.
 DrbSequence XmlDocument.getContent()
          The root content of the XML document.
 

Uses of DrbSequence in fr.gael.drb.query
 

Methods in fr.gael.drb.query that return DrbSequence
 DrbSequence Query.evaluate(DrbItem context_item)
          Launchs a dynamic evaluation of query with respect to an initial context item.
 DrbSequence Query.evaluate(DrbItem context_item, int context_position, int context_size)
          Launchs a dynamic evaluation of query with respect to an initial context item.
 DrbSequence ExternalVariable.getDefaultValue()
          Returns the default value of the variable.
 

Methods in fr.gael.drb.query with parameters of type DrbSequence
static boolean Query.getEffectiveBooleanValue(DrbSequence sequence)
          Returns the effective boolean value of a sequence.
 

Constructors in fr.gael.drb.query with parameters of type DrbSequence
ExternalVariable(fr.gael.drb.query.QName name, fr.gael.drb.query.SequenceType sequence_type, DrbSequence default_value)
          Constructor of an external variable.
 

Uses of DrbSequence in fr.gael.drb.value
 

Subinterfaces of DrbSequence in fr.gael.drb.value
 interface NumericArray
          Numeric array value wrapper.
 interface ValueArray
          Generic array value wrapper.
 

Classes in fr.gael.drb.value that implement DrbSequence
 class AbstractNumericArray
          Generic numeric array wrapper.
 class AbstractValueArray
          Generic array value wrapper.
 class BooleanArray
          The BooleanArray class is a generic wrapper for boolean array values.
 class ByteArray
          The ByteArray class is a generic wrapper for byte array values.
 class DefaultValueArray
          Generic array value wrapper.
 class DoubleArray
          The DoubleArray class is a generic wrapper for double array values.
 class FloatArray
          The FloatArray class is a generic wrapper for float array values.
 class IntArray
          The IntArray class is a generic wrapper for int array values.
 class LongArray
          The LongArray class is a generic wrapper for long array values.
 class ShortArray
          The ShortArray class is a generic wrapper for short array values.
 class UnsignedByteArray
          The UnsignedByteArray class is a generic wrapper for unsigned byte array values.
 class UnsignedIntArray
          The UnsignedIntegerArray class is a generic wrapper for unsigned int array values.
 class UnsignedLongArray
          The UnsignedLongArray class is a generic wrapper for unsigned long array values.
 class UnsignedShortArray
          The UnsignedShortArray class is a generic wrapper for unsigned short array values.
 

Methods in fr.gael.drb.value that return DrbSequence
 DrbSequence AbstractValueArray.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 DrbSequence AbstractValueArray.removeItem(int index)
          Removes an existing item.
 

Uses of DrbSequence in fr.gael.drb.xsd
 

Methods in fr.gael.drb.xsd that return DrbSequence
 DrbSequence XsdDocumentation.getContent()
          Content of this annotation.
 DrbSequence XsdAppinfo.getContent()
          Returns the content of this appinfo.
 

Constructors in fr.gael.drb.xsd with parameters of type DrbSequence
XsdAppinfo(DrbSequence content)
          Build an appinfo.
XsdDocumentation(DrbSequence content)
          Build a documentation.
 


Data Request Broker - DRB API®
2-3-release

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