Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
PatchParamGroup |
PatchParams.addNewPatchParamGroup()
Appends and returns a new empty value (as xml) as the last "patchParamGroup" element
|
PatchParamGroup[] |
PatchParams.getPatchParamGroupArray()
Gets array of all "patchParamGroup" elements
|
PatchParamGroup |
PatchParams.getPatchParamGroupArray(int i)
Gets ith "patchParamGroup" element
|
PatchParamGroup |
PatchParams.insertNewPatchParamGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "patchParamGroup" element
|
static PatchParamGroup |
PatchParamGroup.Factory.newInstance() |
static PatchParamGroup |
PatchParamGroup.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(File file) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(InputStream is) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(Node node) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(Reader r) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(String xmlAsString) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(URL u) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PatchParamGroup |
PatchParamGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PatchParamGroup |
PatchParamGroup.Factory.parse(XMLStreamReader sr) |
static PatchParamGroup |
PatchParamGroup.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
PatchParams.setPatchParamGroupArray(int i,
PatchParamGroup patchParamGroup)
Sets ith "patchParamGroup" element
|
void |
PatchParams.setPatchParamGroupArray(PatchParamGroup[] patchParamGroupArray)
Sets array of all "patchParamGroup" element
|
Modifier and Type | Class and Description |
---|---|
class |
PatchParamGroupImpl
An XML patchParamGroup(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
PatchParamGroup |
PatchParamsImpl.addNewPatchParamGroup()
Appends and returns a new empty value (as xml) as the last "patchParamGroup" element
|
PatchParamGroup[] |
PatchParamsImpl.getPatchParamGroupArray()
Gets array of all "patchParamGroup" elements
|
PatchParamGroup |
PatchParamsImpl.getPatchParamGroupArray(int i)
Gets ith "patchParamGroup" element
|
PatchParamGroup |
PatchParamsImpl.insertNewPatchParamGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "patchParamGroup" element
|
Modifier and Type | Method and Description |
---|---|
void |
PatchParamsImpl.setPatchParamGroupArray(int i,
PatchParamGroup patchParamGroup)
Sets ith "patchParamGroup" element
|
void |
PatchParamsImpl.setPatchParamGroupArray(PatchParamGroup[] patchParamGroupArray)
Sets array of all "patchParamGroup" element
|
Copyright © 2014. All Rights Reserved.