|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Facet | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of Facet in org.w3.x2001.xmlSchema |
---|
Subinterfaces of Facet in org.w3.x2001.xmlSchema | |
---|---|
interface |
NoFixedFacet
An XML noFixedFacet(@http://www.w3.org/2001/XMLSchema). |
interface |
NumFacet
An XML numFacet(@http://www.w3.org/2001/XMLSchema). |
static interface |
PatternDocument.Pattern
An XML pattern(@http://www.w3.org/2001/XMLSchema). |
static interface |
TotalDigitsDocument.TotalDigits
An XML totalDigits(@http://www.w3.org/2001/XMLSchema). |
static interface |
WhiteSpaceDocument.WhiteSpace
An XML whiteSpace(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return Facet | |
---|---|
Facet |
RestrictionDocument.Restriction.addNewMaxExclusive()
Appends and returns a new empty value (as xml) as the last "maxExclusive" element |
Facet |
RestrictionType.addNewMaxExclusive()
Appends and returns a new empty value (as xml) as the last "maxExclusive" element |
Facet |
MaxExclusiveDocument.addNewMaxExclusive()
Appends and returns a new empty "maxExclusive" element |
Facet |
RestrictionDocument.Restriction.addNewMaxInclusive()
Appends and returns a new empty value (as xml) as the last "maxInclusive" element |
Facet |
RestrictionType.addNewMaxInclusive()
Appends and returns a new empty value (as xml) as the last "maxInclusive" element |
Facet |
MaxInclusiveDocument.addNewMaxInclusive()
Appends and returns a new empty "maxInclusive" element |
Facet |
RestrictionDocument.Restriction.addNewMinExclusive()
Appends and returns a new empty value (as xml) as the last "minExclusive" element |
Facet |
RestrictionType.addNewMinExclusive()
Appends and returns a new empty value (as xml) as the last "minExclusive" element |
Facet |
MinExclusiveDocument.addNewMinExclusive()
Appends and returns a new empty "minExclusive" element |
Facet |
RestrictionDocument.Restriction.addNewMinInclusive()
Appends and returns a new empty value (as xml) as the last "minInclusive" element |
Facet |
RestrictionType.addNewMinInclusive()
Appends and returns a new empty value (as xml) as the last "minInclusive" element |
Facet |
MinInclusiveDocument.addNewMinInclusive()
Appends and returns a new empty "minInclusive" element |
Facet |
MaxExclusiveDocument.getMaxExclusive()
Gets the "maxExclusive" element |
Facet[] |
RestrictionDocument.Restriction.getMaxExclusiveArray()
Gets array of all "maxExclusive" elements |
Facet[] |
RestrictionType.getMaxExclusiveArray()
Gets array of all "maxExclusive" elements |
Facet |
RestrictionDocument.Restriction.getMaxExclusiveArray(int i)
Gets ith "maxExclusive" element |
Facet |
RestrictionType.getMaxExclusiveArray(int i)
Gets ith "maxExclusive" element |
Facet |
MaxInclusiveDocument.getMaxInclusive()
Gets the "maxInclusive" element |
Facet[] |
RestrictionDocument.Restriction.getMaxInclusiveArray()
Gets array of all "maxInclusive" elements |
Facet[] |
RestrictionType.getMaxInclusiveArray()
Gets array of all "maxInclusive" elements |
Facet |
RestrictionDocument.Restriction.getMaxInclusiveArray(int i)
Gets ith "maxInclusive" element |
Facet |
RestrictionType.getMaxInclusiveArray(int i)
Gets ith "maxInclusive" element |
Facet |
MinExclusiveDocument.getMinExclusive()
Gets the "minExclusive" element |
Facet[] |
RestrictionDocument.Restriction.getMinExclusiveArray()
Gets array of all "minExclusive" elements |
Facet[] |
RestrictionType.getMinExclusiveArray()
Gets array of all "minExclusive" elements |
Facet |
RestrictionDocument.Restriction.getMinExclusiveArray(int i)
Gets ith "minExclusive" element |
Facet |
RestrictionType.getMinExclusiveArray(int i)
Gets ith "minExclusive" element |
Facet |
MinInclusiveDocument.getMinInclusive()
Gets the "minInclusive" element |
Facet[] |
RestrictionDocument.Restriction.getMinInclusiveArray()
Gets array of all "minInclusive" elements |
Facet[] |
RestrictionType.getMinInclusiveArray()
Gets array of all "minInclusive" elements |
Facet |
RestrictionDocument.Restriction.getMinInclusiveArray(int i)
Gets ith "minInclusive" element |
Facet |
RestrictionType.getMinInclusiveArray(int i)
Gets ith "minInclusive" element |
Facet |
RestrictionDocument.Restriction.insertNewMaxExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element |
Facet |
RestrictionType.insertNewMaxExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element |
Facet |
RestrictionDocument.Restriction.insertNewMaxInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element |
Facet |
RestrictionType.insertNewMaxInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element |
Facet |
RestrictionDocument.Restriction.insertNewMinExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minExclusive" element |
Facet |
RestrictionType.insertNewMinExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minExclusive" element |
Facet |
RestrictionDocument.Restriction.insertNewMinInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minInclusive" element |
Facet |
RestrictionType.insertNewMinInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minInclusive" element |
static Facet |
Facet.Factory.newInstance()
|
static Facet |
Facet.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(java.io.File file)
|
static Facet |
Facet.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(java.io.InputStream is)
|
static Facet |
Facet.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(org.w3c.dom.Node node)
|
static Facet |
Facet.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(java.io.Reader r)
|
static Facet |
Facet.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(java.lang.String xmlAsString)
|
static Facet |
Facet.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(java.net.URL u)
|
static Facet |
Facet.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Facet |
Facet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Facet |
Facet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Facet |
Facet.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Facet |
Facet.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type Facet | |
---|---|
void |
MaxExclusiveDocument.setMaxExclusive(Facet maxExclusive)
Sets the "maxExclusive" element |
void |
RestrictionDocument.Restriction.setMaxExclusiveArray(Facet[] maxExclusiveArray)
Sets array of all "maxExclusive" element |
void |
RestrictionType.setMaxExclusiveArray(Facet[] maxExclusiveArray)
Sets array of all "maxExclusive" element |
void |
RestrictionDocument.Restriction.setMaxExclusiveArray(int i,
Facet maxExclusive)
Sets ith "maxExclusive" element |
void |
RestrictionType.setMaxExclusiveArray(int i,
Facet maxExclusive)
Sets ith "maxExclusive" element |
void |
MaxInclusiveDocument.setMaxInclusive(Facet maxInclusive)
Sets the "maxInclusive" element |
void |
RestrictionDocument.Restriction.setMaxInclusiveArray(Facet[] maxInclusiveArray)
Sets array of all "maxInclusive" element |
void |
RestrictionType.setMaxInclusiveArray(Facet[] maxInclusiveArray)
Sets array of all "maxInclusive" element |
void |
RestrictionDocument.Restriction.setMaxInclusiveArray(int i,
Facet maxInclusive)
Sets ith "maxInclusive" element |
void |
RestrictionType.setMaxInclusiveArray(int i,
Facet maxInclusive)
Sets ith "maxInclusive" element |
void |
MinExclusiveDocument.setMinExclusive(Facet minExclusive)
Sets the "minExclusive" element |
void |
RestrictionDocument.Restriction.setMinExclusiveArray(Facet[] minExclusiveArray)
Sets array of all "minExclusive" element |
void |
RestrictionType.setMinExclusiveArray(Facet[] minExclusiveArray)
Sets array of all "minExclusive" element |
void |
RestrictionDocument.Restriction.setMinExclusiveArray(int i,
Facet minExclusive)
Sets ith "minExclusive" element |
void |
RestrictionType.setMinExclusiveArray(int i,
Facet minExclusive)
Sets ith "minExclusive" element |
void |
MinInclusiveDocument.setMinInclusive(Facet minInclusive)
Sets the "minInclusive" element |
void |
RestrictionDocument.Restriction.setMinInclusiveArray(Facet[] minInclusiveArray)
Sets array of all "minInclusive" element |
void |
RestrictionType.setMinInclusiveArray(Facet[] minInclusiveArray)
Sets array of all "minInclusive" element |
void |
RestrictionDocument.Restriction.setMinInclusiveArray(int i,
Facet minInclusive)
Sets ith "minInclusive" element |
void |
RestrictionType.setMinInclusiveArray(int i,
Facet minInclusive)
Sets ith "minInclusive" element |
Uses of Facet in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement Facet | |
---|---|
class |
FacetImpl
An XML facet(@http://www.w3.org/2001/XMLSchema). |
class |
NoFixedFacetImpl
An XML noFixedFacet(@http://www.w3.org/2001/XMLSchema). |
class |
NumFacetImpl
An XML numFacet(@http://www.w3.org/2001/XMLSchema). |
static class |
PatternDocumentImpl.PatternImpl
An XML pattern(@http://www.w3.org/2001/XMLSchema). |
static class |
TotalDigitsDocumentImpl.TotalDigitsImpl
An XML totalDigits(@http://www.w3.org/2001/XMLSchema). |
static class |
WhiteSpaceDocumentImpl.WhiteSpaceImpl
An XML whiteSpace(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return Facet | |
---|---|
Facet |
RestrictionTypeImpl.addNewMaxExclusive()
Appends and returns a new empty value (as xml) as the last "maxExclusive" element |
Facet |
MaxExclusiveDocumentImpl.addNewMaxExclusive()
Appends and returns a new empty "maxExclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.addNewMaxExclusive()
Appends and returns a new empty value (as xml) as the last "maxExclusive" element |
Facet |
RestrictionTypeImpl.addNewMaxInclusive()
Appends and returns a new empty value (as xml) as the last "maxInclusive" element |
Facet |
MaxInclusiveDocumentImpl.addNewMaxInclusive()
Appends and returns a new empty "maxInclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.addNewMaxInclusive()
Appends and returns a new empty value (as xml) as the last "maxInclusive" element |
Facet |
RestrictionTypeImpl.addNewMinExclusive()
Appends and returns a new empty value (as xml) as the last "minExclusive" element |
Facet |
MinExclusiveDocumentImpl.addNewMinExclusive()
Appends and returns a new empty "minExclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.addNewMinExclusive()
Appends and returns a new empty value (as xml) as the last "minExclusive" element |
Facet |
MinInclusiveDocumentImpl.addNewMinInclusive()
Appends and returns a new empty "minInclusive" element |
Facet |
RestrictionTypeImpl.addNewMinInclusive()
Appends and returns a new empty value (as xml) as the last "minInclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.addNewMinInclusive()
Appends and returns a new empty value (as xml) as the last "minInclusive" element |
Facet |
MaxExclusiveDocumentImpl.getMaxExclusive()
Gets the "maxExclusive" element |
Facet[] |
RestrictionTypeImpl.getMaxExclusiveArray()
Gets array of all "maxExclusive" elements |
Facet[] |
RestrictionDocumentImpl.RestrictionImpl.getMaxExclusiveArray()
Gets array of all "maxExclusive" elements |
Facet |
RestrictionTypeImpl.getMaxExclusiveArray(int i)
Gets ith "maxExclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.getMaxExclusiveArray(int i)
Gets ith "maxExclusive" element |
Facet |
MaxInclusiveDocumentImpl.getMaxInclusive()
Gets the "maxInclusive" element |
Facet[] |
RestrictionTypeImpl.getMaxInclusiveArray()
Gets array of all "maxInclusive" elements |
Facet[] |
RestrictionDocumentImpl.RestrictionImpl.getMaxInclusiveArray()
Gets array of all "maxInclusive" elements |
Facet |
RestrictionTypeImpl.getMaxInclusiveArray(int i)
Gets ith "maxInclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.getMaxInclusiveArray(int i)
Gets ith "maxInclusive" element |
Facet |
MinExclusiveDocumentImpl.getMinExclusive()
Gets the "minExclusive" element |
Facet[] |
RestrictionTypeImpl.getMinExclusiveArray()
Gets array of all "minExclusive" elements |
Facet[] |
RestrictionDocumentImpl.RestrictionImpl.getMinExclusiveArray()
Gets array of all "minExclusive" elements |
Facet |
RestrictionTypeImpl.getMinExclusiveArray(int i)
Gets ith "minExclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.getMinExclusiveArray(int i)
Gets ith "minExclusive" element |
Facet |
MinInclusiveDocumentImpl.getMinInclusive()
Gets the "minInclusive" element |
Facet[] |
RestrictionTypeImpl.getMinInclusiveArray()
Gets array of all "minInclusive" elements |
Facet[] |
RestrictionDocumentImpl.RestrictionImpl.getMinInclusiveArray()
Gets array of all "minInclusive" elements |
Facet |
RestrictionTypeImpl.getMinInclusiveArray(int i)
Gets ith "minInclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.getMinInclusiveArray(int i)
Gets ith "minInclusive" element |
Facet |
RestrictionTypeImpl.insertNewMaxExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.insertNewMaxExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element |
Facet |
RestrictionTypeImpl.insertNewMaxInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.insertNewMaxInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element |
Facet |
RestrictionTypeImpl.insertNewMinExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minExclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.insertNewMinExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minExclusive" element |
Facet |
RestrictionTypeImpl.insertNewMinInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minInclusive" element |
Facet |
RestrictionDocumentImpl.RestrictionImpl.insertNewMinInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minInclusive" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type Facet | |
---|---|
void |
MaxExclusiveDocumentImpl.setMaxExclusive(Facet maxExclusive)
Sets the "maxExclusive" element |
void |
RestrictionTypeImpl.setMaxExclusiveArray(Facet[] maxExclusiveArray)
Sets array of all "maxExclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMaxExclusiveArray(Facet[] maxExclusiveArray)
Sets array of all "maxExclusive" element |
void |
RestrictionTypeImpl.setMaxExclusiveArray(int i,
Facet maxExclusive)
Sets ith "maxExclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMaxExclusiveArray(int i,
Facet maxExclusive)
Sets ith "maxExclusive" element |
void |
MaxInclusiveDocumentImpl.setMaxInclusive(Facet maxInclusive)
Sets the "maxInclusive" element |
void |
RestrictionTypeImpl.setMaxInclusiveArray(Facet[] maxInclusiveArray)
Sets array of all "maxInclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMaxInclusiveArray(Facet[] maxInclusiveArray)
Sets array of all "maxInclusive" element |
void |
RestrictionTypeImpl.setMaxInclusiveArray(int i,
Facet maxInclusive)
Sets ith "maxInclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMaxInclusiveArray(int i,
Facet maxInclusive)
Sets ith "maxInclusive" element |
void |
MinExclusiveDocumentImpl.setMinExclusive(Facet minExclusive)
Sets the "minExclusive" element |
void |
RestrictionTypeImpl.setMinExclusiveArray(Facet[] minExclusiveArray)
Sets array of all "minExclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMinExclusiveArray(Facet[] minExclusiveArray)
Sets array of all "minExclusive" element |
void |
RestrictionTypeImpl.setMinExclusiveArray(int i,
Facet minExclusive)
Sets ith "minExclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMinExclusiveArray(int i,
Facet minExclusive)
Sets ith "minExclusive" element |
void |
MinInclusiveDocumentImpl.setMinInclusive(Facet minInclusive)
Sets the "minInclusive" element |
void |
RestrictionTypeImpl.setMinInclusiveArray(Facet[] minInclusiveArray)
Sets array of all "minInclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMinInclusiveArray(Facet[] minInclusiveArray)
Sets array of all "minInclusive" element |
void |
RestrictionTypeImpl.setMinInclusiveArray(int i,
Facet minInclusive)
Sets ith "minInclusive" element |
void |
RestrictionDocumentImpl.RestrictionImpl.setMinInclusiveArray(int i,
Facet minInclusive)
Sets ith "minInclusive" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |