Uses of Interface
org.w3.x2001.xmlSchema.TopLevelSimpleType

Packages that use TopLevelSimpleType
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of TopLevelSimpleType in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return TopLevelSimpleType
 TopLevelSimpleType RedefineDocument.Redefine.addNewSimpleType()
          Appends and returns a new empty value (as xml) as the last "simpleType" element
 TopLevelSimpleType SimpleTypeDocument.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 TopLevelSimpleType SchemaDocument.Schema.addNewSimpleType()
          Appends and returns a new empty value (as xml) as the last "simpleType" element
 TopLevelSimpleType SimpleTypeDocument.getSimpleType()
          Gets the "simpleType" element
 TopLevelSimpleType[] RedefineDocument.Redefine.getSimpleTypeArray()
          Gets array of all "simpleType" elements
 TopLevelSimpleType[] SchemaDocument.Schema.getSimpleTypeArray()
          Gets array of all "simpleType" elements
 TopLevelSimpleType RedefineDocument.Redefine.getSimpleTypeArray(int i)
          Gets ith "simpleType" element
 TopLevelSimpleType SchemaDocument.Schema.getSimpleTypeArray(int i)
          Gets ith "simpleType" element
 TopLevelSimpleType RedefineDocument.Redefine.insertNewSimpleType(int i)
          Inserts and returns a new empty value (as xml) as the ith "simpleType" element
 TopLevelSimpleType SchemaDocument.Schema.insertNewSimpleType(int i)
          Inserts and returns a new empty value (as xml) as the ith "simpleType" element
static TopLevelSimpleType TopLevelSimpleType.Factory.newInstance()
           
static TopLevelSimpleType TopLevelSimpleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.io.File file)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.io.InputStream is)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(org.w3c.dom.Node node)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.io.Reader r)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.lang.String xmlAsString)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.net.URL u)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TopLevelSimpleType TopLevelSimpleType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type TopLevelSimpleType
 void SimpleTypeDocument.setSimpleType(TopLevelSimpleType simpleType)
          Sets the "simpleType" element
 void RedefineDocument.Redefine.setSimpleTypeArray(int i, TopLevelSimpleType simpleType)
          Sets ith "simpleType" element
 void SchemaDocument.Schema.setSimpleTypeArray(int i, TopLevelSimpleType simpleType)
          Sets ith "simpleType" element
 void RedefineDocument.Redefine.setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
          Sets array of all "simpleType" element
 void SchemaDocument.Schema.setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
          Sets array of all "simpleType" element
 

Uses of TopLevelSimpleType in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement TopLevelSimpleType
 class TopLevelSimpleTypeImpl
          An XML topLevelSimpleType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return TopLevelSimpleType
 TopLevelSimpleType RedefineDocumentImpl.RedefineImpl.addNewSimpleType()
          Appends and returns a new empty value (as xml) as the last "simpleType" element
 TopLevelSimpleType SimpleTypeDocumentImpl.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 TopLevelSimpleType SchemaDocumentImpl.SchemaImpl.addNewSimpleType()
          Appends and returns a new empty value (as xml) as the last "simpleType" element
 TopLevelSimpleType SimpleTypeDocumentImpl.getSimpleType()
          Gets the "simpleType" element
 TopLevelSimpleType[] RedefineDocumentImpl.RedefineImpl.getSimpleTypeArray()
          Gets array of all "simpleType" elements
 TopLevelSimpleType[] SchemaDocumentImpl.SchemaImpl.getSimpleTypeArray()
          Gets array of all "simpleType" elements
 TopLevelSimpleType RedefineDocumentImpl.RedefineImpl.getSimpleTypeArray(int i)
          Gets ith "simpleType" element
 TopLevelSimpleType SchemaDocumentImpl.SchemaImpl.getSimpleTypeArray(int i)
          Gets ith "simpleType" element
 TopLevelSimpleType RedefineDocumentImpl.RedefineImpl.insertNewSimpleType(int i)
          Inserts and returns a new empty value (as xml) as the ith "simpleType" element
 TopLevelSimpleType SchemaDocumentImpl.SchemaImpl.insertNewSimpleType(int i)
          Inserts and returns a new empty value (as xml) as the ith "simpleType" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type TopLevelSimpleType
 void SimpleTypeDocumentImpl.setSimpleType(TopLevelSimpleType simpleType)
          Sets the "simpleType" element
 void RedefineDocumentImpl.RedefineImpl.setSimpleTypeArray(int i, TopLevelSimpleType simpleType)
          Sets ith "simpleType" element
 void SchemaDocumentImpl.SchemaImpl.setSimpleTypeArray(int i, TopLevelSimpleType simpleType)
          Sets ith "simpleType" element
 void RedefineDocumentImpl.RedefineImpl.setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
          Sets array of all "simpleType" element
 void SchemaDocumentImpl.SchemaImpl.setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
          Sets array of all "simpleType" element
 



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