Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
StringArray |
XmlDriverSpec.addNewBankNumbers()
Appends and returns a new empty "bankNumbers" element
|
StringArray |
XmlDriverSpec.addNewPatchNumbers()
Appends and returns a new empty "patchNumbers" element
|
StringArray |
XmlDriverSpec.getBankNumbers()
Gets the "bankNumbers" element
|
StringArray |
XmlDriverSpec.getPatchNumbers()
Gets the "patchNumbers" element
|
static StringArray |
StringArray.Factory.newInstance() |
static StringArray |
StringArray.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(File file) |
static StringArray |
StringArray.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(InputStream is) |
static StringArray |
StringArray.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(Node node) |
static StringArray |
StringArray.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(Reader r) |
static StringArray |
StringArray.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(String xmlAsString) |
static StringArray |
StringArray.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(URL u) |
static StringArray |
StringArray.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static StringArray |
StringArray.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static StringArray |
StringArray.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static StringArray |
StringArray.Factory.parse(XMLStreamReader sr) |
static StringArray |
StringArray.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
XmlDriverSpec.setBankNumbers(StringArray bankNumbers)
Sets the "bankNumbers" element
|
void |
XmlDriverSpec.setPatchNumbers(StringArray patchNumbers)
Sets the "patchNumbers" element
|
Modifier and Type | Class and Description |
---|---|
class |
StringArrayImpl
An XML stringArray(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
StringArray |
XmlDriverSpecImpl.addNewBankNumbers()
Appends and returns a new empty "bankNumbers" element
|
StringArray |
XmlDriverSpecImpl.addNewPatchNumbers()
Appends and returns a new empty "patchNumbers" element
|
StringArray |
XmlDriverSpecImpl.getBankNumbers()
Gets the "bankNumbers" element
|
StringArray |
XmlDriverSpecImpl.getPatchNumbers()
Gets the "patchNumbers" element
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDriverSpecImpl.setBankNumbers(StringArray bankNumbers)
Sets the "bankNumbers" element
|
void |
XmlDriverSpecImpl.setPatchNumbers(StringArray patchNumbers)
Sets the "patchNumbers" element
|
Copyright © 2014. All Rights Reserved.