|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExactType | |
---|---|
org.ggf.schemas.jsdl.x2005.x11.jsdl | |
org.ggf.schemas.jsdl.x2005.x11.jsdl.impl |
Uses of ExactType in org.ggf.schemas.jsdl.x2005.x11.jsdl |
---|
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return ExactType | |
---|---|
ExactType |
RangeValueType.addNewExact()
Appends and returns a new empty value (as xml) as the last "Exact" element |
ExactType[] |
RangeValueType.getExactArray()
Gets array of all "Exact" elements |
ExactType |
RangeValueType.getExactArray(int i)
Gets ith "Exact" element |
ExactType |
RangeValueType.insertNewExact(int i)
Inserts and returns a new empty value (as xml) as the ith "Exact" element |
static ExactType |
ExactType.Factory.newInstance()
|
static ExactType |
ExactType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(File file)
|
static ExactType |
ExactType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(InputStream is)
|
static ExactType |
ExactType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(Node node)
|
static ExactType |
ExactType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(Reader r)
|
static ExactType |
ExactType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(String xmlAsString)
|
static ExactType |
ExactType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(URL u)
|
static ExactType |
ExactType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ExactType |
ExactType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ExactType |
ExactType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ExactType |
ExactType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ExactType |
ExactType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type ExactType | |
---|---|
void |
RangeValueType.setExactArray(ExactType[] exactArray)
Sets array of all "Exact" element |
void |
RangeValueType.setExactArray(int i,
ExactType exact)
Sets ith "Exact" element |
Uses of ExactType in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl |
---|
Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement ExactType | |
---|---|
class |
ExactTypeImpl
An XML Exact_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). |
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return ExactType | |
---|---|
ExactType |
RangeValueTypeImpl.addNewExact()
Appends and returns a new empty value (as xml) as the last "Exact" element |
ExactType[] |
RangeValueTypeImpl.getExactArray()
Gets array of all "Exact" elements |
ExactType |
RangeValueTypeImpl.getExactArray(int i)
Gets ith "Exact" element |
ExactType |
RangeValueTypeImpl.insertNewExact(int i)
Inserts and returns a new empty value (as xml) as the ith "Exact" element |
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type ExactType | |
---|---|
void |
RangeValueTypeImpl.setExactArray(ExactType[] exactArray)
Sets array of all "Exact" element |
void |
RangeValueTypeImpl.setExactArray(int i,
ExactType exact)
Sets ith "Exact" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |