CurveArrayPropertyType |
CurveArrayPropertyDocument.addNewCurveArrayProperty() |
Appends and returns a new empty "curveArrayProperty" element
|
CurveArrayPropertyType |
CurveMembersDocument.addNewCurveMembers() |
Appends and returns a new empty "curveMembers" element
|
CurveArrayPropertyType |
MultiCurveType.addNewCurveMembers() |
Appends and returns a new empty "curveMembers" element
|
CurveArrayPropertyType |
CurveArrayPropertyDocument.getCurveArrayProperty() |
Gets the "curveArrayProperty" element
|
CurveArrayPropertyType |
CurveMembersDocument.getCurveMembers() |
Gets the "curveMembers" element
|
CurveArrayPropertyType |
MultiCurveType.getCurveMembers() |
Gets the "curveMembers" element
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.newInstance() |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(File file) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(InputStream is) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(Reader r) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(String xmlAsString) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(URL u) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(XMLStreamReader sr) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(Node node) |
|
static CurveArrayPropertyType |
CurveArrayPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|