Uses of Interface
org.w3.x2001.xmlSchema.SchemaDocument.Schema

Packages that use SchemaDocument.Schema
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of SchemaDocument.Schema in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return SchemaDocument.Schema
 SchemaDocument.Schema SchemaDocument.addNewSchema()
          Appends and returns a new empty "schema" element
 SchemaDocument.Schema SchemaDocument.getSchema()
          Gets the "schema" element
static SchemaDocument.Schema SchemaDocument.Schema.Factory.newInstance()
           
static SchemaDocument.Schema SchemaDocument.Schema.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type SchemaDocument.Schema
 void SchemaDocument.setSchema(SchemaDocument.Schema schema)
          Sets the "schema" element
 

Uses of SchemaDocument.Schema in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement SchemaDocument.Schema
static class SchemaDocumentImpl.SchemaImpl
          An XML schema(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return SchemaDocument.Schema
 SchemaDocument.Schema SchemaDocumentImpl.addNewSchema()
          Appends and returns a new empty "schema" element
 SchemaDocument.Schema SchemaDocumentImpl.getSchema()
          Gets the "schema" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type SchemaDocument.Schema
 void SchemaDocumentImpl.setSchema(SchemaDocument.Schema schema)
          Sets the "schema" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.