Data Request Broker
2-3-release

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

Packages that use XsdType
fr.gael.drb.impl.sds Implementation of DRB for the support of binary files heareafter called Structured Data Sources (SDS). 
fr.gael.drb.xsd Implementation of DRB for the support of XSD XML schema files. 
 

Uses of XsdType in fr.gael.drb.impl.sds
 

Fields in fr.gael.drb.impl.sds declared as XsdType
protected  XsdType SdfViewDescriptor.baseType
          Base type
 

Uses of XsdType in fr.gael.drb.xsd
 

Subclasses of XsdType in fr.gael.drb.xsd
 class XsdAtomicType
          Declaration of an XML-Schema atomic type.
 class XsdComplexType
          Declaration of an XML-Schema complex type.
 class XsdListType
          Declaration of an XML-Schema list type.
 class XsdSimpleType
          Declaration of an XML-Schema simple type.
 

Fields in fr.gael.drb.xsd declared as XsdType
protected  XsdType XsdType.base
          The base of this type.
 

Methods in fr.gael.drb.xsd that return XsdType
 XsdType XsdType.getBase()
          Returns the base of this type.
 XsdType[] XmlSchema.getGlobalTypes()
          Returns the global type of this schema.
 XsdType XsdNodeImpl.getType()
          Returns the type of this node or null if it is unknown.
 XsdType XsdElement.getType()
          Returns the type of this element.
 XsdType XmlSchema.getType(String qname)
          Returns a type from its qualified name.
 

Methods in fr.gael.drb.xsd that return types with arguments of type XsdType
 Set<XsdType> XsdType.getDerivation()
          Returns the local derivation of this type.
protected  Set<XsdType> XmlSchema.getDerivation(XsdType global_type)
          Returns the local derivation of a global type.
 

Methods in fr.gael.drb.xsd with parameters of type XsdType
protected  Set<XsdType> XmlSchema.getDerivation(XsdType global_type)
          Returns the local derivation of a global type.
static XsdNode XsdNodeImpl.getInstance(DrbNode base, XsdType type)
          Create an XsdNode instance.
 

Constructors in fr.gael.drb.xsd with parameters of type XsdType
XmlSchema(XsdElement[] root_elements, XsdType[] global_types, Namespace namespaces)
          Build an XML-Schema
XsdComplexType(String name, XsdAttributeGroup attrib_group, XsdModelGroup complex_content, XsdType base_type, int derivation_method)
          Build a complex type with a complex content.
XsdComplexType(String name, XsdModelGroup complex_content, XsdType base_type)
          Build a complex type with a complex content.
XsdElement(int min_occurs, int max_occurs, String name, XsdType type)
          Build an XML-Schema element.
XsdNodeImpl(XsdNodeImpl parent, DrbNode base, XsdType type)
          Build an DrbNodeFilter instance.
XsdType(String name, XsdType base)
          Build a default type definition
 


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

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