|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumFacet | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of NumFacet in org.w3.x2001.xmlSchema |
---|
Subinterfaces of NumFacet in org.w3.x2001.xmlSchema | |
---|---|
static interface |
TotalDigitsDocument.TotalDigits
An XML totalDigits(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return NumFacet | |
---|---|
NumFacet |
RestrictionDocument.Restriction.addNewFractionDigits()
Appends and returns a new empty value (as xml) as the last "fractionDigits" element |
NumFacet |
RestrictionType.addNewFractionDigits()
Appends and returns a new empty value (as xml) as the last "fractionDigits" element |
NumFacet |
FractionDigitsDocument.addNewFractionDigits()
Appends and returns a new empty "fractionDigits" element |
NumFacet |
RestrictionDocument.Restriction.addNewLength()
Appends and returns a new empty value (as xml) as the last "length" element |
NumFacet |
RestrictionType.addNewLength()
Appends and returns a new empty value (as xml) as the last "length" element |
NumFacet |
LengthDocument.addNewLength()
Appends and returns a new empty "length" element |
NumFacet |
RestrictionDocument.Restriction.addNewMaxLength()
Appends and returns a new empty value (as xml) as the last "maxLength" element |
NumFacet |
MaxLengthDocument.addNewMaxLength()
Appends and returns a new empty "maxLength" element |
NumFacet |
RestrictionType.addNewMaxLength()
Appends and returns a new empty value (as xml) as the last "maxLength" element |
NumFacet |
RestrictionDocument.Restriction.addNewMinLength()
Appends and returns a new empty value (as xml) as the last "minLength" element |
NumFacet |
RestrictionType.addNewMinLength()
Appends and returns a new empty value (as xml) as the last "minLength" element |
NumFacet |
MinLengthDocument.addNewMinLength()
Appends and returns a new empty "minLength" element |
NumFacet |
FractionDigitsDocument.getFractionDigits()
Gets the "fractionDigits" element |
NumFacet[] |
RestrictionDocument.Restriction.getFractionDigitsArray()
Gets array of all "fractionDigits" elements |
NumFacet[] |
RestrictionType.getFractionDigitsArray()
Gets array of all "fractionDigits" elements |
NumFacet |
RestrictionDocument.Restriction.getFractionDigitsArray(int i)
Gets ith "fractionDigits" element |
NumFacet |
RestrictionType.getFractionDigitsArray(int i)
Gets ith "fractionDigits" element |
NumFacet |
LengthDocument.getLength()
Gets the "length" element |
NumFacet[] |
RestrictionDocument.Restriction.getLengthArray()
Gets array of all "length" elements |
NumFacet[] |
RestrictionType.getLengthArray()
Gets array of all "length" elements |
NumFacet |
RestrictionDocument.Restriction.getLengthArray(int i)
Gets ith "length" element |
NumFacet |
RestrictionType.getLengthArray(int i)
Gets ith "length" element |
NumFacet |
MaxLengthDocument.getMaxLength()
Gets the "maxLength" element |
NumFacet[] |
RestrictionDocument.Restriction.getMaxLengthArray()
Gets array of all "maxLength" elements |
NumFacet[] |
RestrictionType.getMaxLengthArray()
Gets array of all "maxLength" elements |
NumFacet |
RestrictionDocument.Restriction.getMaxLengthArray(int i)
Gets ith "maxLength" element |
NumFacet |
RestrictionType.getMaxLengthArray(int i)
Gets ith "maxLength" element |
NumFacet |
MinLengthDocument.getMinLength()
Gets the "minLength" element |
NumFacet[] |
RestrictionDocument.Restriction.getMinLengthArray()
Gets array of all "minLength" elements |
NumFacet[] |
RestrictionType.getMinLengthArray()
Gets array of all "minLength" elements |
NumFacet |
RestrictionDocument.Restriction.getMinLengthArray(int i)
Gets ith "minLength" element |
NumFacet |
RestrictionType.getMinLengthArray(int i)
Gets ith "minLength" element |
NumFacet |
RestrictionDocument.Restriction.insertNewFractionDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element |
NumFacet |
RestrictionType.insertNewFractionDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element |
NumFacet |
RestrictionDocument.Restriction.insertNewLength(int i)
Inserts and returns a new empty value (as xml) as the ith "length" element |
NumFacet |
RestrictionType.insertNewLength(int i)
Inserts and returns a new empty value (as xml) as the ith "length" element |
NumFacet |
RestrictionDocument.Restriction.insertNewMaxLength(int i)
Inserts and returns a new empty value (as xml) as the ith "maxLength" element |
NumFacet |
RestrictionType.insertNewMaxLength(int i)
Inserts and returns a new empty value (as xml) as the ith "maxLength" element |
NumFacet |
RestrictionDocument.Restriction.insertNewMinLength(int i)
Inserts and returns a new empty value (as xml) as the ith "minLength" element |
NumFacet |
RestrictionType.insertNewMinLength(int i)
Inserts and returns a new empty value (as xml) as the ith "minLength" element |
static NumFacet |
NumFacet.Factory.newInstance()
|
static NumFacet |
NumFacet.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(java.io.File file)
|
static NumFacet |
NumFacet.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(java.io.InputStream is)
|
static NumFacet |
NumFacet.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(org.w3c.dom.Node node)
|
static NumFacet |
NumFacet.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(java.io.Reader r)
|
static NumFacet |
NumFacet.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(java.lang.String xmlAsString)
|
static NumFacet |
NumFacet.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(java.net.URL u)
|
static NumFacet |
NumFacet.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static NumFacet |
NumFacet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static NumFacet |
NumFacet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static NumFacet |
NumFacet.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static NumFacet |
NumFacet.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type NumFacet | |
---|---|
void |
FractionDigitsDocument.setFractionDigits(NumFacet fractionDigits)
Sets the "fractionDigits" element |
void |
RestrictionDocument.Restriction.setFractionDigitsArray(int i,
NumFacet fractionDigits)
Sets ith "fractionDigits" element |
void |
RestrictionType.setFractionDigitsArray(int i,
NumFacet fractionDigits)
Sets ith "fractionDigits" element |
void |
RestrictionDocument.Restriction.setFractionDigitsArray(NumFacet[] fractionDigitsArray)
Sets array of all "fractionDigits" element |
void |
RestrictionType.setFractionDigitsArray(NumFacet[] fractionDigitsArray)
Sets array of all "fractionDigits" element |
void |
LengthDocument.setLength(NumFacet length)
Sets the "length" element |
void |
RestrictionDocument.Restriction.setLengthArray(int i,
NumFacet length)
Sets ith "length" element |
void |
RestrictionType.setLengthArray(int i,
NumFacet length)
Sets ith "length" element |
void |
RestrictionDocument.Restriction.setLengthArray(NumFacet[] lengthArray)
Sets array of all "length" element |
void |
RestrictionType.setLengthArray(NumFacet[] lengthArray)
Sets array of all "length" element |
void |
MaxLengthDocument.setMaxLength(NumFacet maxLength)
Sets the "maxLength" element |
void |
RestrictionDocument.Restriction.setMaxLengthArray(int i,
NumFacet maxLength)
Sets ith "maxLength" element |
void |
RestrictionType.setMaxLengthArray(int i,
NumFacet maxLength)
Sets ith "maxLength" element |
void |
RestrictionDocument.Restriction.setMaxLengthArray(NumFacet[] maxLengthArray)
Sets array of all "maxLength" element |
void |
RestrictionType.setMaxLengthArray(NumFacet[] maxLengthArray)
Sets array of all "maxLength" element |
void |
MinLengthDocument.setMinLength(NumFacet minLength)
Sets the "minLength" element |
void |
RestrictionDocument.Restriction.setMinLengthArray(int i,
NumFacet minLength)
Sets ith "minLength" element |
void |
RestrictionType.setMinLengthArray(int i,
NumFacet minLength)
Sets ith "minLength" element |
void |
RestrictionDocument.Restriction.setMinLengthArray(NumFacet[] minLengthArray)
Sets array of all "minLength" element |
void |
RestrictionType.setMinLengthArray(NumFacet[] minLengthArray)
Sets array of all "minLength" element |
Uses of NumFacet in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement NumFacet | |
---|---|
class |
NumFacetImpl
An XML numFacet(@http://www.w3.org/2001/XMLSchema). |
static class |
TotalDigitsDocumentImpl.TotalDigitsImpl
An XML totalDigits(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return NumFacet | |
---|---|
NumFacet |
RestrictionTypeImpl.addNewFractionDigits()
Appends and returns a new empty value (as xml) as the last "fractionDigits" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.addNewFractionDigits()
Appends and returns a new empty value (as xml) as the last "fractionDigits" element |
NumFacet |
FractionDigitsDocumentImpl.addNewFractionDigits()
Appends and returns a new empty "fractionDigits" element |
NumFacet |
RestrictionTypeImpl.addNewLength()
Appends and returns a new empty value (as xml) as the last "length" element |
NumFacet |
LengthDocumentImpl.addNewLength()
Appends and returns a new empty "length" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.addNewLength()
Appends and returns a new empty value (as xml) as the last "length" element |
NumFacet |
MaxLengthDocumentImpl.addNewMaxLength()
Appends and returns a new empty "maxLength" element |
NumFacet |
RestrictionTypeImpl.addNewMaxLength()
Appends and returns a new empty value (as xml) as the last "maxLength" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.addNewMaxLength()
Appends and returns a new empty value (as xml) as the last "maxLength" element |
NumFacet |
RestrictionTypeImpl.addNewMinLength()
Appends and returns a new empty value (as xml) as the last "minLength" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.addNewMinLength()
Appends and returns a new empty value (as xml) as the last "minLength" element |
NumFacet |
MinLengthDocumentImpl.addNewMinLength()
Appends and returns a new empty "minLength" element |
NumFacet |
FractionDigitsDocumentImpl.getFractionDigits()
Gets the "fractionDigits" element |
NumFacet[] |
RestrictionTypeImpl.getFractionDigitsArray()
Gets array of all "fractionDigits" elements |
NumFacet[] |
RestrictionDocumentImpl.RestrictionImpl.getFractionDigitsArray()
Gets array of all "fractionDigits" elements |
NumFacet |
RestrictionTypeImpl.getFractionDigitsArray(int i)
Gets ith "fractionDigits" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.getFractionDigitsArray(int i)
Gets ith "fractionDigits" element |
NumFacet |
LengthDocumentImpl.getLength()
Gets the "length" element |
NumFacet[] |
RestrictionTypeImpl.getLengthArray()
Gets array of all "length" elements |
NumFacet[] |
RestrictionDocumentImpl.RestrictionImpl.getLengthArray()
Gets array of all "length" elements |
NumFacet |
RestrictionTypeImpl.getLengthArray(int i)
Gets ith "length" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.getLengthArray(int i)
Gets ith "length" element |
NumFacet |
MaxLengthDocumentImpl.getMaxLength()
Gets the "maxLength" element |
NumFacet[] |
RestrictionTypeImpl.getMaxLengthArray()
Gets array of all "maxLength" elements |
NumFacet[] |
RestrictionDocumentImpl.RestrictionImpl.getMaxLengthArray()
Gets array of all "maxLength" elements |
NumFacet |
RestrictionTypeImpl.getMaxLengthArray(int i)
Gets ith "maxLength" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.getMaxLengthArray(int i)
Gets ith "maxLength" element |
NumFacet |
MinLengthDocumentImpl.getMinLength()
Gets the "minLength" element |
NumFacet[] |
RestrictionTypeImpl.getMinLengthArray()
Gets array of all "minLength" elements |
NumFacet[] |
RestrictionDocumentImpl.RestrictionImpl.getMinLengthArray()
Gets array of all "minLength" elements |
NumFacet |
RestrictionTypeImpl.getMinLengthArray(int i)
Gets ith "minLength" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.getMinLengthArray(int i)
Gets ith "minLength" element |
NumFacet |
RestrictionTypeImpl.insertNewFractionDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.insertNewFractionDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element |
NumFacet |
RestrictionTypeImpl.insertNewLength(int i)
Inserts and returns a new empty value (as xml) as the ith "length" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.insertNewLength(int i)
Inserts and returns a new empty value (as xml) as the ith "length" element |
NumFacet |
RestrictionTypeImpl.insertNewMaxLength(int i)
Inserts and returns a new empty value (as xml) as the ith "maxLength" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.insertNewMaxLength(int i)
Inserts and returns a new empty value (as xml) as the ith "maxLength" element |
NumFacet |
RestrictionTypeImpl.insertNewMinLength(int i)
Inserts and returns a new empty value (as xml) as the ith "minLength" element |
NumFacet |
RestrictionDocumentImpl.RestrictionImpl.insertNewMinLength(int i)
Inserts and returns a new empty value (as xml) as the ith "minLength" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type NumFacet | |
---|---|
void |
FractionDigitsDocumentImpl.setFractionDigits(NumFacet fractionDigits)
Sets the "fractionDigits" element |
void |
RestrictionTypeImpl.setFractionDigitsArray(int i,
NumFacet fractionDigits)
Sets ith "fractionDigits" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setFractionDigitsArray(int i,
NumFacet fractionDigits)
Sets ith "fractionDigits" element |
void |
RestrictionTypeImpl.setFractionDigitsArray(NumFacet[] fractionDigitsArray)
Sets array of all "fractionDigits" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setFractionDigitsArray(NumFacet[] fractionDigitsArray)
Sets array of all "fractionDigits" element |
void |
LengthDocumentImpl.setLength(NumFacet length)
Sets the "length" element |
void |
RestrictionTypeImpl.setLengthArray(int i,
NumFacet length)
Sets ith "length" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setLengthArray(int i,
NumFacet length)
Sets ith "length" element |
void |
RestrictionTypeImpl.setLengthArray(NumFacet[] lengthArray)
Sets array of all "length" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setLengthArray(NumFacet[] lengthArray)
Sets array of all "length" element |
void |
MaxLengthDocumentImpl.setMaxLength(NumFacet maxLength)
Sets the "maxLength" element |
void |
RestrictionTypeImpl.setMaxLengthArray(int i,
NumFacet maxLength)
Sets ith "maxLength" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMaxLengthArray(int i,
NumFacet maxLength)
Sets ith "maxLength" element |
void |
RestrictionTypeImpl.setMaxLengthArray(NumFacet[] maxLengthArray)
Sets array of all "maxLength" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMaxLengthArray(NumFacet[] maxLengthArray)
Sets array of all "maxLength" element |
void |
MinLengthDocumentImpl.setMinLength(NumFacet minLength)
Sets the "minLength" element |
void |
RestrictionTypeImpl.setMinLengthArray(int i,
NumFacet minLength)
Sets ith "minLength" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMinLengthArray(int i,
NumFacet minLength)
Sets ith "minLength" element |
void |
RestrictionTypeImpl.setMinLengthArray(NumFacet[] minLengthArray)
Sets array of all "minLength" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMinLengthArray(NumFacet[] minLengthArray)
Sets array of all "minLength" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |