Uses of Interface
org.ow2.easywsdl.schema.api.Schema

Packages that use Schema
org.ow2.easywsdl.schema   
org.ow2.easywsdl.schema.api   
org.ow2.easywsdl.schema.api.abstractElmt   
org.ow2.easywsdl.schema.impl   
 

Uses of Schema in org.ow2.easywsdl.schema
 

Methods in org.ow2.easywsdl.schema that return 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 org.ow2.easywsdl.schema.api
 

Methods in org.ow2.easywsdl.schema.api that return Schema
 Schema SchemaReader.read(org.w3c.dom.Document document)
           Read the XMLSchema definition accessible via the specified DOM Document, and bind it into a Schema object.
 Schema SchemaReader.read(org.xml.sax.InputSource inputSource)
           Read the XMLSchema definition accessible via the specified InputSource, and bind it into a Schema object.
 Schema SchemaReader.read(java.net.URL schemaURL)
           Read the XMLSchema definition available at the location identified by the specified URL, and bind it into a Schema object.
 

Methods in org.ow2.easywsdl.schema.api with parameters of type Schema
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
          Return a document generated from the specified SchemaImpl model.
 void SchemaWriter.writeSchema(Schema schemaDef, java.io.OutputStream output)
           
 

Uses of Schema in org.ow2.easywsdl.schema.api.abstractElmt
 

Methods in org.ow2.easywsdl.schema.api.abstractElmt that return Schema
protected abstract  Schema AbstractSchemaReader.readExternalPart(java.net.URI schemaURI, java.net.URI baseURI, java.util.Map<java.net.URI,AbsItfSchema> imports, boolean deleteImports)
          Read an external XML Schema URI according to a base URI.
 

Uses of Schema in org.ow2.easywsdl.schema.impl
 

Classes in org.ow2.easywsdl.schema.impl that implement Schema
 class SchemaImpl
           
 

Methods in org.ow2.easywsdl.schema.impl that return Schema
 Schema SchemaReaderImpl.read(org.w3c.dom.Document doc)
          

Read the XMLSchema definition accessible via the specified DOM Document, and bind it into a Schema object.

 Schema SchemaReaderImpl.read(org.xml.sax.InputSource inputSource)
          

Read the XMLSchema definition accessible via the specified InputSource, and bind it into a Schema object.

 Schema SchemaReaderImpl.read(java.net.URL schemaURL)
          

Read the XMLSchema definition available at the location identified by the specified URL, and bind it into a Schema object.

protected  Schema SchemaReaderImpl.readExternalPart(java.net.URI schemaLocationURI, java.net.URI baseURI, java.util.Map<java.net.URI,AbsItfSchema> imports, boolean deleteImports)
          Read an external XML Schema URI according to a base URI.
 

Methods in org.ow2.easywsdl.schema.impl with parameters of type Schema
 org.w3c.dom.Document SchemaWriterImpl.getDocument(Schema schemaDef)
           
 void SchemaWriterImpl.writeSchema(Schema schemaDef, java.io.OutputStream output)
           
 



Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.