Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.DrbNodeList

Packages that use DrbNodeList
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.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.xsd Implementation of DRB for the support of XSD XML schema files. 
 

Uses of DrbNodeList in fr.gael.drb
 

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

Methods in fr.gael.drb that return DrbNodeList
 DrbNodeList DrbNodesChangeEvent.getChangedNodes()
          Returns the nodes that have been affected by the changes.
 DrbNodeList DrbDefaultMutableNode.getChildren()
          The list of children of the current node.
abstract  DrbNodeList DrbAbstractNode.getChildren()
          The list of children of the current node.
static DrbNodeList DrbFactory.open(DrbNode node)
          Opens a given base node.
 

Constructors in fr.gael.drb with parameters of type DrbNodeList
DrbNodesChangeEvent(DrbNode source, DrbNodeList changed_nodes)
          Builds a node change event with multiple affected nodes.
 

Uses of DrbNodeList in fr.gael.drb.impl
 

Methods in fr.gael.drb.impl that return DrbNodeList
 DrbNodeList URLNode.getChildren()
          The list of child nodes.
 

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

Methods in fr.gael.drb.impl.file that return DrbNodeList
 DrbNodeList FileNode.getChildren()
          Returns the children list of the current directory.
 

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

Methods in fr.gael.drb.impl.ftp that return DrbNodeList
 DrbNodeList FtpNode.getChildren()
          This method return the list of children of the ftp node
 

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

Methods in fr.gael.drb.impl.xml that return DrbNodeList
 DrbNodeList XmlNode.getChildren()
          The children of the current node.
 DrbNodeList XmlDocument.getChildren()
          The list of children of the XML document.
 

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

Methods in fr.gael.drb.impl.zip that return DrbNodeList
 DrbNodeList ZipNode.getChildren()
          The children of the current node.
 DrbNodeList ZipFileNode.getChildren()
          The children of the current node.
 

Uses of DrbNodeList in fr.gael.drb.query
 

Methods in fr.gael.drb.query that return DrbNodeList
 DrbNodeList Query.eval()
          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.
 DrbNodeList Query.eval(DrbNode context_node)
          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.
 DrbNodeList Query.eval(DrbNode context_node, ParameterResolver resolver)
          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.
 DrbNodeList Query.eval(ParameterResolver resolver)
          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.
 

Uses of DrbNodeList in fr.gael.drb.xsd
 

Methods in fr.gael.drb.xsd with parameters of type DrbNodeList
 XsdInvalid XsdAny.isValid(DrbNodeList node_list)
          Validates this node list.
 XsdInvalid XsdModelGroup.isValid(DrbNodeList nodelist)
          Validates this node list.
 XsdInvalid XsdElement.isValid(DrbNodeList node_list)
          Validates this node list.
 int XsdAny.search(DrbNodeList node_list, int start)
          Search a pattern in the list.
 int XsdModelGroup.search(DrbNodeList nodelist, int start)
          Search a pattern in the list.
 int XsdElement.search(DrbNodeList node_list, int start)
          Search a pattern in the list.
 


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

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