Uses of Class
org.apache.ws.commons.schema.XmlSchemaComplexType

Packages that use XmlSchemaComplexType
org.apache.ws.commons.schema   
 

Uses of XmlSchemaComplexType in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaComplexType
(package private)  XmlSchemaComplexType SchemaBuilder.handleComplexType(XmlSchema schema, org.w3c.dom.Element complexEl, org.w3c.dom.Element schemaEl)
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaComplexType
(package private)  org.w3c.dom.Element XmlSchemaSerializer.serializeComplexType(org.w3c.dom.Document doc, XmlSchemaComplexType complexTypeObj, XmlSchema schema)
          ********************************************************************* Element serializeComplexType(Document doc, XmlSchemaComplexType complexTypeObj, XmlSchema schema) throws XmlSchemaSerializerException{

Each member of complex type will be appended and pass the element created.

 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.