InterpolationMethodType |
InterpolationMethodsDocument.InterpolationMethods.addNewInterpolationMethod() |
Appends and returns a new empty value (as xml) as the last "InterpolationMethod" element
|
InterpolationMethodType[] |
InterpolationMethodsDocument.InterpolationMethods.getInterpolationMethodArray() |
Gets array of all "InterpolationMethod" elements
|
InterpolationMethodType |
InterpolationMethodsDocument.InterpolationMethods.getInterpolationMethodArray(int i) |
Gets ith "InterpolationMethod" element
|
InterpolationMethodType |
InterpolationMethodsDocument.InterpolationMethods.insertNewInterpolationMethod(int i) |
Inserts and returns a new empty value (as xml) as the ith "InterpolationMethod" element
|
static InterpolationMethodType |
InterpolationMethodType.Factory.newInstance() |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(File file) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(InputStream is) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(Reader r) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(String xmlAsString) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(URL u) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(XMLStreamReader sr) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(Node node) |
|
static InterpolationMethodType |
InterpolationMethodType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|