Uses of Interface
com.ebmwebsourcing.commons.schema.api.Schema

Packages that use Schema
com.ebmwebsourcing.commons.schema   
com.ebmwebsourcing.commons.schema.api   
com.ebmwebsourcing.commons.schema.api.abstractElmt   
com.ebmwebsourcing.commons.schema.impl   
 

Uses of Schema in com.ebmwebsourcing.commons.schema
 

Methods in com.ebmwebsourcing.commons.schema that return Schema
static Schema SchemaFactory.getDefaultSchema()
          Get the default schema
 Schema SchemaFactoryImpl.newSchema()
          Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
abstract  Schema SchemaFactory.newSchema()
          Create a new instance of a Definition.
 

Uses of Schema in com.ebmwebsourcing.commons.schema.api
 

Methods in com.ebmwebsourcing.commons.schema.api that return Schema
 Schema Include.getSchema()
          This property can be used to hang a referenced Schema, and the top-level Schema (i.e. the one with the <import>) will use this Schema when resolving referenced parts.
 Schema SchemaReader.readSchema(org.w3c.dom.Document wsdlDocument)
          Read the specified Schema document into a Schema definition.
 Schema SchemaReader.readSchema(java.net.URI schemaURI)
          Read the Schema document accessible via the specified URI into a Schema definition.
 Schema SchemaReader.readSchema(java.net.URI schemaURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a Schema document into a Schema definition.
 

Methods in com.ebmwebsourcing.commons.schema.api with parameters of type Schema
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
          Return a document generated from the specified Schema model.
 void Include.setSchema(Schema schema)
          This property can be used to hang a referenced Schema, and the top-level Schema (i.e. the one with the <import>) will use this Schema when resolving referenced parts.
 java.lang.String SchemaWriter.writeSchema(Schema wsdlDef)
          Write the specified Schema definition .
 

Uses of Schema in com.ebmwebsourcing.commons.schema.api.abstractElmt
 

Classes in com.ebmwebsourcing.commons.schema.api.abstractElmt that implement Schema
 class AbstractSchema<E>
           
 

Fields in com.ebmwebsourcing.commons.schema.api.abstractElmt declared as Schema
protected  Schema AbstractInclude.parent
          the parent description
protected  Schema AbstractType.schema
          the shema
protected  Schema AbstractInclude.schema
          the schema
protected  Schema AbstractElement.schema
          the schema
protected  Schema AbstractAttribute.schema
          the schema
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that return Schema
 Schema AbstractInclude.getParentSchema()
           
 Schema AbstractInclude.getSchema()
           
 Schema AbstractElement.getSchema()
           
 Schema AbstractAttribute.getSchema()
           
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt with parameters of type Schema
 void AbstractInclude.setParentSchema(Schema parent)
           
 void AbstractInclude.setSchema(Schema schema)
           
 

Constructors in com.ebmwebsourcing.commons.schema.api.abstractElmt with parameters of type Schema
AbstractAttribute(E model, Schema schema)
           
AbstractElement(E model, Schema schema)
           
AbstractImport(E model, Schema parent)
          Default constructor
AbstractInclude(E model, Schema parent)
          Default constructor
AbstractType(E model, Schema schema)
           
 

Uses of Schema in com.ebmwebsourcing.commons.schema.impl
 

Classes in com.ebmwebsourcing.commons.schema.impl that implement Schema
 class Schema
           
 

Methods in com.ebmwebsourcing.commons.schema.impl that return Schema
 Schema SchemaReader.readSchema(org.w3c.dom.Document schemaDocument)
           
 Schema SchemaReader.readSchema(java.net.URI schemaURI)
           
 Schema SchemaReader.readSchema(java.net.URI schemaUri, javax.xml.transform.dom.DOMSource input)
           
 

Methods in com.ebmwebsourcing.commons.schema.impl with parameters of type Schema
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
           
 java.lang.String SchemaWriter.writeSchema(Schema schemaDef)
           
 

Constructors in com.ebmwebsourcing.commons.schema.impl with parameters of type Schema
Attribute(Attribute model, Schema schema)
           
ComplexType(ComplexType model, Schema schema)
           
Element(Element model, Schema schema)
           
Redefine(Redefine model, Schema parent)
           
SimpleType(SimpleType model, Schema schema)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.