Uses of Interface
net.sf.jaxme.xs.xml.XsEWhiteSpace

Packages that use XsEWhiteSpace
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsEWhiteSpace in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsEWhiteSpace
 XsEWhiteSpace XsObjectFactory.newXsEWhiteSpace(XsObject pParent)
           
 XsEWhiteSpace XsGSimpleRestrictionModel.createWhiteSpace()
           
 XsEWhiteSpace XsGSimpleRestrictionModel.getWhiteSpace()
           
 

Uses of XsEWhiteSpace in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsEWhiteSpace
 class XsEWhiteSpaceImpl
          Implementation of xs:whiteSpace, following this specification: <xs:element name="whiteSpace" id="whiteSpace"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:facet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="preserve"/> <xs:enumeration value="replace"/> <xs:enumeration value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEWhiteSpace
 XsEWhiteSpace XsTSimpleRestrictionTypeImpl.createWhiteSpace()
           
 XsEWhiteSpace XsTSimpleRestrictionTypeImpl.getWhiteSpace()
           
 XsEWhiteSpace XsTRestrictionTypeImpl.createWhiteSpace()
           
 XsEWhiteSpace XsTRestrictionTypeImpl.getWhiteSpace()
           
 XsEWhiteSpace XsTComplexRestrictionTypeImpl.createWhiteSpace()
           
 XsEWhiteSpace XsObjectFactoryImpl.newXsEWhiteSpace(XsObject pParent)
           
 XsEWhiteSpace XsGSimpleRestrictionModelImpl.createWhiteSpace()
           
 XsEWhiteSpace XsGSimpleRestrictionModelImpl.getWhiteSpace()
           
 XsEWhiteSpace XsERestrictionImpl.createWhiteSpace()
           
 XsEWhiteSpace XsERestrictionImpl.getWhiteSpace()