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