| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
XmlSchema.getSchemaDocument()
Retrieve a DOM tree for this one schema, independent of any included or related schemas.
|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeAll(org.w3c.dom.Document doc,
XmlSchemaAll allObj,
XmlSchema schema)
Serialize an 'all' item.
|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
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.
|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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.
|
org.w3c.dom.Document[] |
XmlSchemaSerializer.serializeSchema(XmlSchema schemaObj,
boolean serializeIncluded)
Serialize an entire schema, returning an array of DOM Documents, one per XSL file.
|
private void |
XmlSchemaSerializer.serializeSchemaChild(java.util.List<XmlSchemaObject> items,
org.w3c.dom.Element serializedSchema,
org.w3c.dom.Document serializedSchemaDocs,
XmlSchema schemaObj,
boolean serializeIncluded) |
(package private) org.w3c.dom.Document[] |
XmlSchemaSerializer.serializeSchemaElement(XmlSchema schemaObj,
boolean serializeIncluded) |
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.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 |
XmlSchemaSerializer.setupAttr(org.w3c.dom.Document doc,
java.util.List<XmlSchemaAttributeOrGroupRef> attrColl,
XmlSchema schema,
org.w3c.dom.Element container) |