*********************************************************************
Element serializeAll(Document doc, XmlSchemaAll allObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAnnotation(Document doc, XmlSchemaAnnotation
annotationObj, XmlSchema schema)
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAny(Document doc, XmlSchemaAny anyObj, XmlSchema schema)
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAnyAttribute(Document doc,
XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema)
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAppInfo(Document doc,XmlSchemaAppInfo appInfoObj,
XmlSchema schema)
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAttribute(Document doc, XmlSchemaAttribute attributeObj,
XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAttributeGroup(Document doc,
XmlSchemaAttributeGroup attributeGroupObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeAttributeGroupRef(Document doc,
XmlSchemaAttributeGroupRef attributeGroupObj, XmlSchema schema)
throws XmlSchemaSerializerException
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeChoice(Document doc, XmlSchemaChoice choiceObj,
XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeComplexContent(Document doc,
XmlSchemaComplexContent complexContentObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeComplexContentExtension(Document doc,
XmlSchemaComplexContentExtension extensionObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeComplexContentRestriction(Document doc,
XmlSchemaComplexContentRestriction restrictionObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeComplexType(Document doc,
XmlSchemaComplexType complexTypeObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeDocumentation(Document doc,XmlSchemaDocumentation
documentationObj, XmlSchema schema){
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeElement(Document doc, XmlSchemaElement elementObj,
XmlSchema schema) throws XmlSchemaSerializerException
Each member of Element will be appended and pass the element
created.
*********************************************************************
Element serializeFacet(Document doc, XmlSchemaFacet facetObj,
XmlSchema schema) throws XmlSchemaSerializerException{
detect what type of facet and cass appropriatelly,
construct the element and pass it.
*********************************************************************
Element serializeField(Document doc, XmlSchemaXPath fieldObj,
XmlSchema schema) throws XmlSchemaSerializerException
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeGroup(Document doc, XmlSchemaGroup groupObj,
XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeGroupRef(Document doc, XmlSchemaGroupRef groupRefObj,
XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeIdentityConstraint(Document doc,
XmlSchemaIdentityConstraint constraintObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeImport(Document doc, XmlSchemaImport importObj,
XmlSchema schema)throws XmlSchemaSerializerException
Add each of the attribute of XmlSchemaImport obj into import Element
Then serialize schema that is included by this import.
*********************************************************************
Element serializeInclude(Document doc, XmlSchemaInclude includeObj,
XmlSchema schema)throws XmlSchemaSerializerException
set appropriate attribute as per this object attribute availability.
*********************************************************************
Element serializeRedefine(Document doc, XmlSchemaRedefine redefineObj,
XmlSchema schema)throws XmlSchemaSerializerException
Add each of the attribute of XmlSchemaImport obj into import Element
Then serialize schema that is included by this import.
*********************************************************************
Document[] serializeSchema(XmlSchema schemaObj,
boolean serializeIncluded)
Serialize XmlSchema object pass back the document containing a schema
element as its root.
*********************************************************************
Element serializeSelector(Document doc, XmlSchemaXPath selectorObj,
XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeSequence(Document doc, XmlSchemaSequence sequenceObj,
XmlSchema schema)throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleContent(Document doc,
XmlSchemaSimpleContent simpleContentObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleContentExtension(Document doc,
XmlSchemaSimpleContentExtension extensionObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleContentRestriction(Document doc,
XmlSchemaSimpleContentRestriction restrictionObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleType(Document doc,
XmlSchemaSimpleType simpleTypeObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of simple type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleTypeList(Document doc,
XmlSchemaSimpleTypeList listObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleTypeRestriction(Document doc,
XmlSchemaSimpleTypeRestriction restrictionObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of simple type will be appended and pass the element
created.
*********************************************************************
Element serializeSimpleTypeUnion(Document doc,
XmlSchemaSimpleTypeUnion unionObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element
created.