|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaSerializer
public class XmlSchemaSerializer
Nested Class Summary | |
---|---|
static class |
XmlSchemaSerializer.XmlSchemaSerializerException
|
Field Summary | |
---|---|
(package private) java.util.ArrayList |
docs
|
(package private) org.w3c.dom.Element |
schemaElement
|
static java.lang.String |
xsdNamespace
|
(package private) static java.lang.String |
xsdPrefix
|
Method Summary | |
---|---|
(package private) org.w3c.dom.Element |
serializeAll(org.w3c.dom.Document doc,
XmlSchemaAll allObj,
XmlSchema schema)
********************************************************************* Element serializeAll(Document doc, XmlSchemaAll allObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAnnotation(org.w3c.dom.Document doc,
XmlSchemaAnnotation annotationObj,
XmlSchema schema)
********************************************************************* Element serializeAnnotation(Document doc, XmlSchemaAnnotation annotationObj, XmlSchema schema) Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAny(org.w3c.dom.Document doc,
XmlSchemaAny anyObj,
XmlSchema schema)
********************************************************************* Element serializeAny(Document doc, XmlSchemaAny anyObj, XmlSchema schema) Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAnyAttribute(org.w3c.dom.Document doc,
XmlSchemaAnyAttribute anyAttributeObj,
XmlSchema schema)
********************************************************************* Element serializeAnyAttribute(Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema) Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAppInfo(org.w3c.dom.Document doc,
XmlSchemaAppInfo appInfoObj,
XmlSchema schema)
********************************************************************* Element serializeAppInfo(Document doc,XmlSchemaAppInfo appInfoObj, XmlSchema schema) Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAttribute(org.w3c.dom.Document doc,
XmlSchemaAttribute attributeObj,
XmlSchema schema)
********************************************************************* Element serializeAttribute(Document doc, XmlSchemaAttribute attributeObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAttributeGroup(org.w3c.dom.Document doc,
XmlSchemaAttributeGroup attributeGroupObj,
XmlSchema schema)
********************************************************************* Element serializeAttributeGroup(Document doc, XmlSchemaAttributeGroup attributeGroupObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeAttributeGroupRef(org.w3c.dom.Document doc,
XmlSchemaAttributeGroupRef attributeGroupObj,
XmlSchema schema)
********************************************************************* Element serializeAttributeGroupRef(Document doc, XmlSchemaAttributeGroupRef attributeGroupObj, XmlSchema schema) throws XmlSchemaSerializerException Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeChoice(org.w3c.dom.Document doc,
XmlSchemaChoice choiceObj,
XmlSchema schema)
********************************************************************* Element serializeChoice(Document doc, XmlSchemaChoice choiceObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeComplexContent(org.w3c.dom.Document doc,
XmlSchemaComplexContent complexContentObj,
XmlSchema schema)
********************************************************************* Element serializeComplexContent(Document doc, XmlSchemaComplexContent complexContentObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeComplexContentExtension(org.w3c.dom.Document doc,
XmlSchemaComplexContentExtension extensionObj,
XmlSchema schema)
********************************************************************* Element serializeComplexContentExtension(Document doc, XmlSchemaComplexContentExtension extensionObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeComplexContentRestriction(org.w3c.dom.Document doc,
XmlSchemaComplexContentRestriction restrictionObj,
XmlSchema schema)
********************************************************************* Element serializeComplexContentRestriction(Document doc, XmlSchemaComplexContentRestriction restrictionObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
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. |
(package private) org.w3c.dom.Element |
serializeDocumentation(org.w3c.dom.Document doc,
XmlSchemaDocumentation documentationObj,
XmlSchema schema)
********************************************************************* Element serializeDocumentation(Document doc,XmlSchemaDocumentation documentationObj, XmlSchema schema){ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeElement(org.w3c.dom.Document doc,
XmlSchemaElement elementObj,
XmlSchema schema)
********************************************************************* Element serializeElement(Document doc, XmlSchemaElement elementObj, XmlSchema schema) throws XmlSchemaSerializerException Each member of Element will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeFacet(org.w3c.dom.Document doc,
XmlSchemaFacet facetObj,
XmlSchema schema)
********************************************************************* Element serializeFacet(Document doc, XmlSchemaFacet facetObj, XmlSchema schema) throws XmlSchemaSerializerException{ detect what type of facet and cass appropriatelly, construct the element and pass it. |
(package private) org.w3c.dom.Element |
serializeField(org.w3c.dom.Document doc,
XmlSchemaXPath fieldObj,
XmlSchema schema)
********************************************************************* Element serializeField(Document doc, XmlSchemaXPath fieldObj, XmlSchema schema) throws XmlSchemaSerializerException Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeGroup(org.w3c.dom.Document doc,
XmlSchemaGroup groupObj,
XmlSchema schema)
********************************************************************* Element serializeGroup(Document doc, XmlSchemaGroup groupObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeGroupRef(org.w3c.dom.Document doc,
XmlSchemaGroupRef groupRefObj,
XmlSchema schema)
********************************************************************* Element serializeGroupRef(Document doc, XmlSchemaGroupRef groupRefObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeIdentityConstraint(org.w3c.dom.Document doc,
XmlSchemaIdentityConstraint constraintObj,
XmlSchema schema)
********************************************************************* Element serializeIdentityConstraint(Document doc, XmlSchemaIdentityConstraint constraintObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeImport(org.w3c.dom.Document doc,
XmlSchemaImport importObj,
XmlSchema schema,
boolean serializeIncluded)
********************************************************************* 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. |
(package private) org.w3c.dom.Element |
serializeInclude(org.w3c.dom.Document doc,
XmlSchemaInclude includeObj,
XmlSchema schema,
boolean serializeIncluded)
********************************************************************* Element serializeInclude(Document doc, XmlSchemaInclude includeObj, XmlSchema schema)throws XmlSchemaSerializerException set appropriate attribute as per this object attribute availability. |
(package private) org.w3c.dom.Element |
serializeRedefine(org.w3c.dom.Document doc,
XmlSchemaRedefine redefineObj,
XmlSchema schema)
********************************************************************* 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. |
static org.w3c.dom.Document[] |
serializeSchema(XmlSchema schemaObj,
boolean serializeIncluded)
********************************************************************* Document[] serializeSchema(XmlSchema schemaObj, boolean serializeIncluded) Serialize XmlSchema object pass back the document containing a schema element as its root. |
(package private) org.w3c.dom.Document[] |
serializeSchemaElement(XmlSchema schemaObj,
boolean serializeIncluded)
|
(package private) org.w3c.dom.Element |
serializeSelector(org.w3c.dom.Document doc,
XmlSchemaXPath selectorObj,
XmlSchema schema)
********************************************************************* Element serializeSelector(Document doc, XmlSchemaXPath selectorObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSequence(org.w3c.dom.Document doc,
XmlSchemaSequence sequenceObj,
XmlSchema schema)
********************************************************************* Element serializeSequence(Document doc, XmlSchemaSequence sequenceObj, XmlSchema schema)throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleContent(org.w3c.dom.Document doc,
XmlSchemaSimpleContent simpleContentObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleContent(Document doc, XmlSchemaSimpleContent simpleContentObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleContentExtension(org.w3c.dom.Document doc,
XmlSchemaSimpleContentExtension extensionObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleContentExtension(Document doc, XmlSchemaSimpleContentExtension extensionObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleContentRestriction(org.w3c.dom.Document doc,
XmlSchemaSimpleContentRestriction restrictionObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleContentRestriction(Document doc, XmlSchemaSimpleContentRestriction restrictionObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleType(org.w3c.dom.Document doc,
XmlSchemaSimpleType simpleTypeObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleType(Document doc, XmlSchemaSimpleType simpleTypeObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of simple type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleTypeList(org.w3c.dom.Document doc,
XmlSchemaSimpleTypeList listObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleTypeList(Document doc, XmlSchemaSimpleTypeList listObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleTypeRestriction(org.w3c.dom.Document doc,
XmlSchemaSimpleTypeRestriction restrictionObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleTypeRestriction(Document doc, XmlSchemaSimpleTypeRestriction restrictionObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of simple type will be appended and pass the element created. |
(package private) org.w3c.dom.Element |
serializeSimpleTypeUnion(org.w3c.dom.Document doc,
XmlSchemaSimpleTypeUnion unionObj,
XmlSchema schema)
********************************************************************* Element serializeSimpleTypeUnion(Document doc, XmlSchemaSimpleTypeUnion unionObj, XmlSchema schema) throws XmlSchemaSerializerException{ Each member of complex type will be appended and pass the element created. |
(package private) void |
setupAttr(org.w3c.dom.Document doc,
XmlSchemaObjectCollection collectionObj,
XmlSchema schema,
org.w3c.dom.Element container)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static java.lang.String xsdPrefix
public static final java.lang.String xsdNamespace
java.util.ArrayList docs
org.w3c.dom.Element schemaElement
Method Detail |
---|
public static org.w3c.dom.Document[] serializeSchema(XmlSchema schemaObj, boolean serializeIncluded) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Document[] serializeSchemaElement(XmlSchema schemaObj, boolean serializeIncluded) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeInclude(org.w3c.dom.Document doc, XmlSchemaInclude includeObj, XmlSchema schema, boolean serializeIncluded) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeImport(org.w3c.dom.Document doc, XmlSchemaImport importObj, XmlSchema schema, boolean serializeIncluded) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeRedefine(org.w3c.dom.Document doc, XmlSchemaRedefine redefineObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeElement(org.w3c.dom.Document doc, XmlSchemaElement elementObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSimpleType(org.w3c.dom.Document doc, XmlSchemaSimpleType simpleTypeObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSimpleTypeRestriction(org.w3c.dom.Document doc, XmlSchemaSimpleTypeRestriction restrictionObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeFacet(org.w3c.dom.Document doc, XmlSchemaFacet facetObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeComplexType(org.w3c.dom.Document doc, XmlSchemaComplexType complexTypeObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSequence(org.w3c.dom.Document doc, XmlSchemaSequence sequenceObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeAttribute(org.w3c.dom.Document doc, XmlSchemaAttribute attributeObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeChoice(org.w3c.dom.Document doc, XmlSchemaChoice choiceObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeAll(org.w3c.dom.Document doc, XmlSchemaAll allObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSimpleTypeList(org.w3c.dom.Document doc, XmlSchemaSimpleTypeList listObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSimpleTypeUnion(org.w3c.dom.Document doc, XmlSchemaSimpleTypeUnion unionObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeAny(org.w3c.dom.Document doc, XmlSchemaAny anyObj, XmlSchema schema)
org.w3c.dom.Element serializeGroup(org.w3c.dom.Document doc, XmlSchemaGroup groupObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeGroupRef(org.w3c.dom.Document doc, XmlSchemaGroupRef groupRefObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSimpleContent(org.w3c.dom.Document doc, XmlSchemaSimpleContent simpleContentObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeComplexContent(org.w3c.dom.Document doc, XmlSchemaComplexContent complexContentObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeIdentityConstraint(org.w3c.dom.Document doc, XmlSchemaIdentityConstraint constraintObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSelector(org.w3c.dom.Document doc, XmlSchemaXPath selectorObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeField(org.w3c.dom.Document doc, XmlSchemaXPath fieldObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeAnnotation(org.w3c.dom.Document doc, XmlSchemaAnnotation annotationObj, XmlSchema schema)
org.w3c.dom.Element serializeAppInfo(org.w3c.dom.Document doc, XmlSchemaAppInfo appInfoObj, XmlSchema schema)
org.w3c.dom.Element serializeDocumentation(org.w3c.dom.Document doc, XmlSchemaDocumentation documentationObj, XmlSchema schema)
org.w3c.dom.Element serializeSimpleContentRestriction(org.w3c.dom.Document doc, XmlSchemaSimpleContentRestriction restrictionObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeSimpleContentExtension(org.w3c.dom.Document doc, XmlSchemaSimpleContentExtension extensionObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeComplexContentRestriction(org.w3c.dom.Document doc, XmlSchemaComplexContentRestriction restrictionObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeComplexContentExtension(org.w3c.dom.Document doc, XmlSchemaComplexContentExtension extensionObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeAnyAttribute(org.w3c.dom.Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema)
org.w3c.dom.Element serializeAttributeGroupRef(org.w3c.dom.Document doc, XmlSchemaAttributeGroupRef attributeGroupObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
org.w3c.dom.Element serializeAttributeGroup(org.w3c.dom.Document doc, XmlSchemaAttributeGroup attributeGroupObj, XmlSchema schema) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
void setupAttr(org.w3c.dom.Document doc, XmlSchemaObjectCollection collectionObj, XmlSchema schema, org.w3c.dom.Element container) throws XmlSchemaSerializer.XmlSchemaSerializerException
XmlSchemaSerializer.XmlSchemaSerializerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |