Data Request Broker
2-3-release

Uses of Class
fr.gael.drb.xsd.Namespace

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

Uses of Namespace in fr.gael.drb
 

Methods in fr.gael.drb that return Namespace
 Namespace DrbDefaultMutableNode.getNamespaceBindings()
          Get the namespace bindings.
 Namespace DrbAbstractNode.getNamespaceBindings()
          Get the namespace bindings.
 

Methods in fr.gael.drb with parameters of type Namespace
 void DrbDefaultMutableNode.setNamespaceBindings(Namespace namespaces)
          Sets the namespace bindings.
 void DrbAbstractNode.setNamespaceBindings(Namespace bindings)
          Set the namespace bindings.
 

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

Methods in fr.gael.drb.impl.xml that return Namespace
 Namespace XmlWriter.Context.getNamespace()
          Returns the namespace of the environment.
 Namespace XmlNode.getNamespaceBindings()
          Get the namespace bindings.
 

Methods in fr.gael.drb.impl.xml with parameters of type Namespace
 void XmlWriter.Context.setNamespace(Namespace namespace)
          Set the namespace provided in parameter.
 

Constructors in fr.gael.drb.impl.xml with parameters of type Namespace
XmlWriter.Context(Namespace namespace, String default_namespace_uri)
          Environment constructor.
 

Uses of Namespace in fr.gael.drb.query
 

Methods in fr.gael.drb.query that return Namespace
 Namespace Environment.getNamespace()
          Returns the namespace of the environment.
 

Methods in fr.gael.drb.query with parameters of type Namespace
 void Environment.setNamespace(Namespace namespace)
          Set the namespace provided in parameter.
 

Uses of Namespace in fr.gael.drb.xsd
 

Fields in fr.gael.drb.xsd declared as Namespace
protected  Namespace XmlSchema.namespaces
          Namespace definition.
 

Methods in fr.gael.drb.xsd that return Namespace
 Namespace Namespace.cloneNamespace()
          Clones the current class.
 

Methods in fr.gael.drb.xsd with parameters of type Namespace
 void Namespace.addNamespaces(Namespace namespaces)
          Add a set of namespaces to the current set.
 

Constructors in fr.gael.drb.xsd with parameters of type Namespace
XmlSchema(XsdElement[] root_elements, XsdType[] global_types, Namespace namespaces)
          Build an XML-Schema
 


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

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