|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of xs:simpleRestrictionModel
, following
this specification:
<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. </xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="xs:minExclusive"/> <xs:element ref="xs:minInclusive"/> <xs:element ref="xs:maxExclusive"/> <xs:element ref="xs:maxInclusive"/> <xs:element ref="xs:totalDigits"/> <xs:element ref="xs:fractionDigits"/> <xs:element ref="xs:length"/> <xs:element ref="xs:minLength"/> <xs:element ref="xs:maxLength"/> <xs:element ref="xs:enumeration"/> <xs:element ref="xs:whiteSpace"/> <xs:element ref="xs:pattern"/> </xs:choice> </xs:group>
Method Summary | |
XsEEnumeration |
createEnumeration()
|
XsEFractionDigits |
createFractionDigits()
|
XsELength |
createLength()
|
XsEMaxExclusive |
createMaxExclusive()
|
XsEMaxInclusive |
createMaxInclusive()
|
XsEMaxLength |
createMaxLength()
|
XsEMinExclusive |
createMinExclusive()
|
XsEMinInclusive |
createMinInclusive()
|
XsEMinLength |
createMinLength()
|
XsEPattern |
createPattern()
|
XsTLocalSimpleType |
createSimpleType()
|
XsETotalDigits |
createTotalDigits()
|
XsEWhiteSpace |
createWhiteSpace()
|
XsEEnumeration[] |
getEnumerations()
|
XsTFacetBase[] |
getFacets()
Returns an array of all facets. |
XsEFractionDigits |
getFractionDigits()
|
XsELength |
getLength()
|
XsEMaxExclusive |
getMaxExclusive()
|
XsEMaxInclusive |
getMaxInclusive()
|
XsEMaxLength |
getMaxLength()
|
XsEMinExclusive |
getMinExclusive()
|
XsEMinInclusive |
getMinInclusive()
|
XsEMinLength |
getMinLength()
|
XsEPattern[] |
getPatterns()
|
XsTLocalSimpleType |
getSimpleType()
|
XsETotalDigits |
getTotalDigits()
|
XsEWhiteSpace |
getWhiteSpace()
|
boolean |
hasFacets()
Returns whether any facet has been defined. |
Method Detail |
public XsTLocalSimpleType createSimpleType() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsTLocalSimpleType getSimpleType()
public XsEMinExclusive createMinExclusive() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEMinExclusive getMinExclusive()
public XsEMinInclusive createMinInclusive() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEMinInclusive getMinInclusive()
public XsEMaxExclusive createMaxExclusive() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEMaxExclusive getMaxExclusive()
public XsEMaxInclusive createMaxInclusive() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEMaxInclusive getMaxInclusive()
public XsETotalDigits createTotalDigits() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsETotalDigits getTotalDigits()
public XsEFractionDigits createFractionDigits() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEFractionDigits getFractionDigits()
public XsELength createLength() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsELength getLength()
public XsEMinLength createMinLength() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEMinLength getMinLength()
public XsEMaxLength createMaxLength() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEMaxLength getMaxLength()
public XsEWhiteSpace createWhiteSpace() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEWhiteSpace getWhiteSpace()
public XsEPattern createPattern() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEPattern[] getPatterns()
public XsEEnumeration createEnumeration() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XsEEnumeration[] getEnumerations()
public boolean hasFacets()
Returns whether any facet has been defined.
public XsTFacetBase[] getFacets()
Returns an array of all facets.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |