|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsERestriction | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.jaxb.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsERestriction in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs with parameters of type XsERestriction | |
XSSimpleType |
XSObjectFactory.newXSAtomicType(XSType pParent,
XSType pRestrictedType,
XsERestriction pRestriction)
Returns a new instance of XSSimpleType . |
XSSimpleType |
XSObjectFactory.newXSListType(XSType pParent,
XSType pRestrictedType,
XsERestriction pRestriction)
Returns a new instance of XSSimpleType . |
XSSimpleType |
XSObjectFactory.newXSUnionType(XSType pParent,
XSType pRestrictedType,
XsERestriction pRestriction)
Returns a new instance of XSSimpleType . |
Uses of XsERestriction in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl with parameters of type XsERestriction | |
XSSimpleType |
XSObjectFactoryImpl.newXSAtomicType(XSType pParent,
XSType pRestrictedType,
XsERestriction pRestriction)
|
XSSimpleType |
XSObjectFactoryImpl.newXSListType(XSType pParent,
XSType pRestrictedType,
XsERestriction pRestriction)
|
XSSimpleType |
XSObjectFactoryImpl.newXSUnionType(XSType pParent,
XSType pRestrictedType,
XsERestriction pRestriction)
|
Uses of XsERestriction in net.sf.jaxme.xs.jaxb.impl |
Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XsERestriction | |
XSSimpleType |
JAXBObjectFactoryImpl.newXSAtomicType(XSType pResultType,
XSType pRestrictedType,
XsERestriction pRestriction)
|
XSSimpleType |
JAXBObjectFactoryImpl.newXSListType(XSType pResultType,
XSType pRestrictedType,
XsERestriction pRestriction)
|
XSSimpleType |
JAXBObjectFactoryImpl.newXSUnionType(XSType pResultType,
XSType pRestrictedType,
XsERestriction pRestriction)
|
Uses of XsERestriction in net.sf.jaxme.xs.xml |
Methods in net.sf.jaxme.xs.xml that return XsERestriction | |
XsERestriction |
XsTSimpleType.createRestriction()
|
XsERestriction |
XsTSimpleType.getRestriction()
|
XsERestriction |
XsObjectFactory.newXsERestriction(XsObject pParent)
|
Uses of XsERestriction in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsERestriction | |
class |
XsERestrictionImpl
Implementation of xs:restriction , following
this specification:
<xs:element name="restriction" id="restriction">
<xs:complexType>
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-restriction">
base attribute and simpleType child are mutually
exclusive, but one or other is required
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:simpleRestrictionModel"/>
<xs:attribute name="base" type="xs:QName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:group name="simpleRestrictionModel">
<xs:sequence>
<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>
<xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:group>
<xs:group name="facets">
<xs:annotation>
<xs:documentation>
We should use a substitution group for facets, but
that's ruled out because it would allow users to
add their own, which we're not ready for yet.
|
Methods in net.sf.jaxme.xs.xml.impl that return XsERestriction | |
XsERestriction |
XsTSimpleTypeImpl.createRestriction()
|
XsERestriction |
XsTSimpleTypeImpl.getRestriction()
|
XsERestriction |
XsObjectFactoryImpl.newXsERestriction(XsObject pParent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |