Uses of Interface
org.w3.x2001.xmlSchema.WhiteSpaceDocument.WhiteSpace

Packages that use WhiteSpaceDocument.WhiteSpace
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of WhiteSpaceDocument.WhiteSpace in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return WhiteSpaceDocument.WhiteSpace
 WhiteSpaceDocument.WhiteSpace RestrictionDocument.Restriction.addNewWhiteSpace()
          Appends and returns a new empty value (as xml) as the last "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionType.addNewWhiteSpace()
          Appends and returns a new empty value (as xml) as the last "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace WhiteSpaceDocument.addNewWhiteSpace()
          Appends and returns a new empty "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace WhiteSpaceDocument.getWhiteSpace()
          Gets the "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace[] RestrictionDocument.Restriction.getWhiteSpaceArray()
          Gets array of all "whiteSpace" elements
 WhiteSpaceDocument.WhiteSpace[] RestrictionType.getWhiteSpaceArray()
          Gets array of all "whiteSpace" elements
 WhiteSpaceDocument.WhiteSpace RestrictionDocument.Restriction.getWhiteSpaceArray(int i)
          Gets ith "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionType.getWhiteSpaceArray(int i)
          Gets ith "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionDocument.Restriction.insertNewWhiteSpace(int i)
          Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionType.insertNewWhiteSpace(int i)
          Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element
static WhiteSpaceDocument.WhiteSpace WhiteSpaceDocument.WhiteSpace.Factory.newInstance()
           
static WhiteSpaceDocument.WhiteSpace WhiteSpaceDocument.WhiteSpace.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type WhiteSpaceDocument.WhiteSpace
 void WhiteSpaceDocument.setWhiteSpace(WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets the "whiteSpace" element
 void RestrictionDocument.Restriction.setWhiteSpaceArray(int i, WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets ith "whiteSpace" element
 void RestrictionType.setWhiteSpaceArray(int i, WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets ith "whiteSpace" element
 void RestrictionDocument.Restriction.setWhiteSpaceArray(WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
          Sets array of all "whiteSpace" element
 void RestrictionType.setWhiteSpaceArray(WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
          Sets array of all "whiteSpace" element
 

Uses of WhiteSpaceDocument.WhiteSpace in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement WhiteSpaceDocument.WhiteSpace
static class WhiteSpaceDocumentImpl.WhiteSpaceImpl
          An XML whiteSpace(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return WhiteSpaceDocument.WhiteSpace
 WhiteSpaceDocument.WhiteSpace RestrictionTypeImpl.addNewWhiteSpace()
          Appends and returns a new empty value (as xml) as the last "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionDocumentImpl.RestrictionImpl.addNewWhiteSpace()
          Appends and returns a new empty value (as xml) as the last "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace WhiteSpaceDocumentImpl.addNewWhiteSpace()
          Appends and returns a new empty "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace WhiteSpaceDocumentImpl.getWhiteSpace()
          Gets the "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace[] RestrictionTypeImpl.getWhiteSpaceArray()
          Gets array of all "whiteSpace" elements
 WhiteSpaceDocument.WhiteSpace[] RestrictionDocumentImpl.RestrictionImpl.getWhiteSpaceArray()
          Gets array of all "whiteSpace" elements
 WhiteSpaceDocument.WhiteSpace RestrictionTypeImpl.getWhiteSpaceArray(int i)
          Gets ith "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionDocumentImpl.RestrictionImpl.getWhiteSpaceArray(int i)
          Gets ith "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionTypeImpl.insertNewWhiteSpace(int i)
          Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element
 WhiteSpaceDocument.WhiteSpace RestrictionDocumentImpl.RestrictionImpl.insertNewWhiteSpace(int i)
          Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type WhiteSpaceDocument.WhiteSpace
 void WhiteSpaceDocumentImpl.setWhiteSpace(WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets the "whiteSpace" element
 void RestrictionTypeImpl.setWhiteSpaceArray(int i, WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets ith "whiteSpace" element
 void RestrictionDocumentImpl.RestrictionImpl.setWhiteSpaceArray(int i, WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets ith "whiteSpace" element
 void RestrictionTypeImpl.setWhiteSpaceArray(WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
          Sets array of all "whiteSpace" element
 void RestrictionDocumentImpl.RestrictionImpl.setWhiteSpaceArray(WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
          Sets array of all "whiteSpace" element
 



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