Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.DrbAttributeList

Packages that use DrbAttributeList
fr.gael.drb DRB main package containing the main interfaces, default and abstract classes. 
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.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.xsd Implementation of DRB for the support of XSD XML schema files. 
 

Uses of DrbAttributeList in fr.gael.drb
 

Classes in fr.gael.drb that implement DrbAttributeList
 class DrbDefaultAttributeList
          Generic implementation of DrbAttributeList.
 

Fields in fr.gael.drb declared as DrbAttributeList
protected  DrbAttributeList DrbDefaultMutableNode.attributes
          Node attributes.
 

Methods in fr.gael.drb that return DrbAttributeList
 DrbAttributeList DrbDefaultMutableNode.getAttributes()
          The attributes of the nodes.
 DrbAttributeList DrbAbstractNode.getAttributes()
          The attributes of the nodes.
 

Methods in fr.gael.drb with parameters of type DrbAttributeList
 void DrbDefaultMutableNode.setAttributes(DrbAttributeList attributes)
          Sets the attribute list to the node.
 void DrbAbstractNode.setAttributes(DrbAttributeList attributes)
          Set the attribute list of a node.
 void DrbNode.setAttributes(DrbAttributeList attributes)
          Set the attribute list of a node.
 

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

Methods in fr.gael.drb.impl.file that return DrbAttributeList
 DrbAttributeList FileNode.getAttributes()
          The attributes of the node.
 

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

Methods in fr.gael.drb.impl.ftp that return DrbAttributeList
 DrbAttributeList FtpNode.getAttributes()
          The attributes of the node.
 

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

Methods in fr.gael.drb.impl.xml that return DrbAttributeList
 DrbAttributeList XmlNode.getAttributes()
          The attributes of the current node.
 DrbAttributeList XmlDocument.getAttributes()
          The attributes of the nodes.
 

Methods in fr.gael.drb.impl.xml with parameters of type DrbAttributeList
 void XmlNode.setAttributes(DrbAttributeList attributes)
          Set the attribute list of a node.
 

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

Methods in fr.gael.drb.impl.zip that return DrbAttributeList
 DrbAttributeList ZipNode.getAttributes()
          The attributes of the node The file nodes node have no specific attribute and this operation returns therefore a nullvalue at each call.
 DrbAttributeList ZipFileNode.getAttributes()
          The attributes of the nodes.
 

Uses of DrbAttributeList in fr.gael.drb.xsd
 

Methods in fr.gael.drb.xsd that return DrbAttributeList
 DrbAttributeList XsdNodeImpl.getAttributes()
          The attributes of the nodes.
 


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

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