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

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

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

Fields in org.apache.ws.commons.schema declared as XmlSchema
(package private)  XmlSchema SchemaBuilder.schema
           
(package private)  XmlSchema XmlSchemaExternal.schema
           
(package private)  XmlSchema XmlSchemaType.schema
           
(package private)  XmlSchema XmlSchemaCollection.xsd
           
 

Methods in org.apache.ws.commons.schema that return XmlSchema
(package private)  XmlSchema SchemaBuilder.build(org.w3c.dom.Document doc, java.lang.String uri, ValidationEventHandler veh)
           
 XmlSchema XmlSchemaExternal.getSchema()
           
(package private)  XmlSchema SchemaBuilder.getXmlSchemaFromLocation(java.lang.String schemaLocation)
           
(package private)  XmlSchema SchemaBuilder.getXmlSchemaFromLocation(java.lang.String schemaLocation, java.lang.String baseURI)
           
(package private)  XmlSchema SchemaBuilder.handleXmlSchemaElement(org.w3c.dom.Element schemaEl, java.lang.String uri)
           
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Document doc, java.lang.String uri, ValidationEventHandler veh)
           
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Document doc, ValidationEventHandler veh)
           
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Element elem)
           
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Element elem, java.lang.String uri)
           
 XmlSchema XmlSchemaCollection.read(org.xml.sax.InputSource inputSource, ValidationEventHandler veh)
           
 XmlSchema XmlSchemaCollection.read(java.io.Reader r, ValidationEventHandler veh)
           
 XmlSchema XmlSchemaCollection.read(javax.xml.transform.Source source, ValidationEventHandler veh)
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchema
(package private)  XmlSchemaComplexType SchemaBuilder.handleComplexType(XmlSchema schema, org.w3c.dom.Element complexEl, org.w3c.dom.Element schemaEl)
           
(package private)  XmlSchemaElement SchemaBuilder.handleElement(XmlSchema schema, org.w3c.dom.Element el, org.w3c.dom.Element schemaEl, boolean isGlobal)
          ******** handle_complex_content_restriction
(package private)  XmlSchemaImport SchemaBuilder.handleImport(XmlSchema schema, org.w3c.dom.Element importEl, org.w3c.dom.Element schemaEl)
           
(package private)  XmlSchemaInclude SchemaBuilder.handleInclude(XmlSchema schema, org.w3c.dom.Element includeEl, org.w3c.dom.Element schemaEl)
           
(package private)  XmlSchemaSimpleType SchemaBuilder.handleSimpleType(XmlSchema schema, org.w3c.dom.Element simpleEl, org.w3c.dom.Element schemaEl)
           
(package private)  org.w3c.dom.Element XmlSchemaSerializer.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 XmlSchemaSerializer.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 XmlSchemaSerializer.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 XmlSchemaSerializer.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 XmlSchemaSerializer.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 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.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 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.

static org.w3c.dom.Document[] XmlSchemaSerializer.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[] 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 SchemaBuilder.setNamespaceAttributes(XmlSchema schema, org.w3c.dom.Element schemaEl)
           
 void XmlSchemaExternal.setSchema(XmlSchema schema)
           
(package private)  void XmlSchemaSerializer.setupAttr(org.w3c.dom.Document doc, XmlSchemaObjectCollection collectionObj, XmlSchema schema, org.w3c.dom.Element container)
           
 

Constructors in org.apache.ws.commons.schema with parameters of type XmlSchema
XmlSchemaComplexType(XmlSchema schema)
          Creates new XmlSchemaComplexType
XmlSchemaSimpleType(XmlSchema schema)
          Creates new XmlSchemaSimpleType
XmlSchemaType(XmlSchema schema)
          Creates new XmlSchemaType
 



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