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

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

Uses of LocalSimpleType in org.w3.x2001.xmlSchema
 

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

Methods in org.w3.x2001.xmlSchema with parameters of type LocalSimpleType
 void RestrictionDocument.Restriction.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void Element.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void ListDocument.List.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void RestrictionType.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void Attribute.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void UnionDocument.Union.setSimpleTypeArray(int i, LocalSimpleType simpleType)
          Sets ith "simpleType" element
 void UnionDocument.Union.setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
          Sets array of all "simpleType" element
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement LocalSimpleType
 class LocalSimpleTypeImpl
          An XML localSimpleType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return LocalSimpleType
 LocalSimpleType RestrictionTypeImpl.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 LocalSimpleType AttributeImpl.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 LocalSimpleType ElementImpl.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 LocalSimpleType ListDocumentImpl.ListImpl.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 LocalSimpleType UnionDocumentImpl.UnionImpl.addNewSimpleType()
          Appends and returns a new empty value (as xml) as the last "simpleType" element
 LocalSimpleType RestrictionDocumentImpl.RestrictionImpl.addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 LocalSimpleType RestrictionTypeImpl.getSimpleType()
          Gets the "simpleType" element
 LocalSimpleType AttributeImpl.getSimpleType()
          Gets the "simpleType" element
 LocalSimpleType ElementImpl.getSimpleType()
          Gets the "simpleType" element
 LocalSimpleType ListDocumentImpl.ListImpl.getSimpleType()
          Gets the "simpleType" element
 LocalSimpleType RestrictionDocumentImpl.RestrictionImpl.getSimpleType()
          Gets the "simpleType" element
 LocalSimpleType[] UnionDocumentImpl.UnionImpl.getSimpleTypeArray()
          Gets array of all "simpleType" elements
 LocalSimpleType UnionDocumentImpl.UnionImpl.getSimpleTypeArray(int i)
          Gets ith "simpleType" element
 LocalSimpleType UnionDocumentImpl.UnionImpl.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 LocalSimpleType
 void RestrictionTypeImpl.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void AttributeImpl.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void ElementImpl.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void ListDocumentImpl.ListImpl.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void RestrictionDocumentImpl.RestrictionImpl.setSimpleType(LocalSimpleType simpleType)
          Sets the "simpleType" element
 void UnionDocumentImpl.UnionImpl.setSimpleTypeArray(int i, LocalSimpleType simpleType)
          Sets ith "simpleType" element
 void UnionDocumentImpl.UnionImpl.setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
          Sets array of all "simpleType" element
 



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