Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.DrbItem

Packages that use DrbItem
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.file Implementation of DRB for the support of Files and Directories of the local File System. 
fr.gael.drb.impl.ftp Implementation of DRB for the support of Files and Directories on FTP. 
fr.gael.drb.impl.spi Service provider package. 
fr.gael.drb.impl.xml Implementation of DRB for the support of XML documents. 
fr.gael.drb.impl.zip Implementation of DRB for the support of ZIP files. 
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 DrbItem in fr.gael.drb
 

Subinterfaces of DrbItem in fr.gael.drb
 interface DrbAttribute
          Generic attribute interface.
 interface DrbMutableNode
          Mutable node interface.
 interface DrbNode
          Node interface.
(package private)  interface fr.gael.drb.DrbSimpleNode
          Generic node interface.
 

Classes in fr.gael.drb that implement DrbItem
 class DrbAbstractAttribute
          Abstract attribute implementation.
 class DrbAbstractNode
          This class provides a skeletal implementation of the DrbNode interface, to minimize the effort required to implement this interface.
 class DrbDefaultAttribute
          Default attribute implementation.
 class DrbDefaultMutableNode
          Simple mutable node implementation.
 

Methods in fr.gael.drb that return DrbItem
 DrbItem DrbAbstractNodeList.getItem(int index)
          Returns a specific item of the list.
 DrbItem DrbDefaultSequence.getItem(int index)
          Returns a specific item of the list.
 DrbItem DrbSequence.getItem(int index)
          Returns a specific item of the list.
 

Methods in fr.gael.drb with parameters of type DrbItem
 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.
 

Constructors in fr.gael.drb with parameters of type DrbItem
DrbDefaultSequence(DrbItem item)
          Build a singleton from a item.
 

Uses of DrbItem in fr.gael.drb.impl
 

Classes in fr.gael.drb.impl that implement DrbItem
 class DrbNodeImpl
          DrbNode implementation.
 class URLNode
          URL node implementation
 

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

Uses of DrbItem in fr.gael.drb.impl.file
 

Classes in fr.gael.drb.impl.file that implement DrbItem
 class File
          File or Directory of a local file system.
 class FileNode
          File or Directory of a local file system.
 

Uses of DrbItem in fr.gael.drb.impl.ftp
 

Classes in fr.gael.drb.impl.ftp that implement DrbItem
 class FtpNode
          FTP node implementation
 

Uses of DrbItem in fr.gael.drb.impl.spi
 

Classes in fr.gael.drb.impl.spi that implement DrbItem
 class fr.gael.drb.impl.spi.DrbNodeSpi
           
 

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

Classes in fr.gael.drb.impl.xml that implement DrbItem
 class XmlDocument
          DOM Document
 class XmlNode
          XML node implementation.
 

Methods in fr.gael.drb.impl.xml with parameters of type DrbItem
static void XmlWriter.dump(DrbItem item, OutputStream stream, String indent)
          Dump the infoset structure of a node.
 

Uses of DrbItem in fr.gael.drb.impl.zip
 

Classes in fr.gael.drb.impl.zip that implement DrbItem
 class ZipFileNode
          Zip File implementation
 class ZipNode
          This class is used to Zip Node implementation.
 

Uses of DrbItem in fr.gael.drb.query
 

Methods in fr.gael.drb.query with parameters of type DrbItem
 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.
 

Uses of DrbItem in fr.gael.drb.value
 

Subinterfaces of DrbItem in fr.gael.drb.value
 interface Numeric
          Standard numeric values : from boolean to double.
 interface NumericArray
          Numeric array value wrapper.
 interface Value
          Generic value wrapper for multiple purposes.
 interface ValueArray
          Generic array value wrapper.
 

Classes in fr.gael.drb.value that implement DrbItem
 class AbstractNumericArray
          Generic numeric array wrapper.
 class AbstractValueArray
          Generic array value wrapper.
 class Binary
          The Binary class is a generic wrapper for binary values.
 class BinaryInteger
          The BinaryInteger class is a generic wrapper for binary integer values.
 class Boolean
          The Boolean class is a generic wrapper for boolean values.
 class BooleanArray
          The BooleanArray class is a generic wrapper for boolean array values.
 class Byte
          The Byte class is a generic wrapper for byte values.
 class ByteArray
          The ByteArray class is a generic wrapper for byte array values.
 class DateTime
          The DateTime class is a generic wrapper for Date values.
 class DayTimeDuration
          The DayTimeDuration class is a generic wrapper for day/time duration.
 class Decimal
          The Decimal class is a generic wrapper for decimal values.
 class DefaultValueArray
          Generic array value wrapper.
 class Double
          The Double class is a generic wrapper for double values.
 class DoubleArray
          The DoubleArray class is a generic wrapper for double array values.
 class Duration
          The DateTime class is a generic wrapper for Date values.
 class Float
          The Float class is a generic wrapper for float values.
 class FloatArray
          The FloatArray class is a generic wrapper for float array values.
 class Int
          The Int class is a generic wrapper for int values.
 class IntArray
          The IntArray class is a generic wrapper for int array values.
 class Integer
          The Integer class is a generic wrapper for decimal values.
 class Long
          The Long class is a generic wrapper for long values.
 class LongArray
          The LongArray class is a generic wrapper for long array values.
 class Short
          The Short class is a generic wrapper for short values.
 class ShortArray
          The ShortArray class is a generic wrapper for short array values.
 class String
          The String class is a generic wrapper for string values.
 class UnsignedByte
          The UnsignedByte class is a generic wrapper for unsigned byte values.
 class UnsignedByteArray
          The UnsignedByteArray class is a generic wrapper for unsigned byte array values.
 class UnsignedInt
          The UnsignedInt class is a wrapper for unsigned integer values.
 class UnsignedIntArray
          The UnsignedIntegerArray class is a generic wrapper for unsigned int array values.
 class UnsignedLong
          The UnsignedLong class is a generic wrapper for unsigned long values.
 class UnsignedLongArray
          The UnsignedLongArray class is a generic wrapper for unsigned long array values.
 class UnsignedShort
          The UnsignedShort class is a generic wrapper for unsigned short values.
 class UnsignedShortArray
          The UnsignedShortArray class is a generic wrapper for unsigned short array values.
 class YearMonthDuration
          The YearMonthDuration class is a generic wrapper for year/month duration.
 

Methods in fr.gael.drb.value that return DrbItem
 DrbItem AbstractValueArray.getItem(int index)
          Returns a specific item of the list.
 

Methods in fr.gael.drb.value with parameters of type DrbItem
 DrbSequence AbstractValueArray.addItem(int index, DrbItem item)
          Inserts a item at a given position.
 

Uses of DrbItem in fr.gael.drb.xsd
 

Subinterfaces of DrbItem in fr.gael.drb.xsd
 interface XsdNode
          A XML-Schema validator wrapper for DrbNodes.
 

Classes in fr.gael.drb.xsd that implement DrbItem
 class XsdNodeImpl
          A XML-Schema validator wrapper for DrbNodes.
 

Constructors in fr.gael.drb.xsd with parameters of type DrbItem
XsdAppinfo(DrbItem item)
          Build an appinfo.
XsdDocumentation(DrbItem item)
          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 .