CovarianceElementType |
CovarianceMatrixType.addNewIncludesElement() |
Appends and returns a new empty value (as xml) as the last "includesElement" element
|
CovarianceElementType |
IncludesElementDocument.addNewIncludesElement() |
Appends and returns a new empty "includesElement" element
|
CovarianceElementType |
IncludesElementDocument.getIncludesElement() |
Gets the "includesElement" element
|
CovarianceElementType[] |
CovarianceMatrixType.getIncludesElementArray() |
Gets array of all "includesElement" elements
|
CovarianceElementType |
CovarianceMatrixType.getIncludesElementArray(int i) |
Gets ith "includesElement" element
|
CovarianceElementType |
CovarianceMatrixType.insertNewIncludesElement(int i) |
Inserts and returns a new empty value (as xml) as the ith "includesElement" element
|
static CovarianceElementType |
CovarianceElementType.Factory.newInstance() |
|
static CovarianceElementType |
CovarianceElementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(File file) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(InputStream is) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(Reader r) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(String xmlAsString) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(URL u) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(XMLStreamReader sr) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(Node node) |
|
static CovarianceElementType |
CovarianceElementType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|