Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
PatchParamResources |
IntParamSpec.addNewPatchParamResources()
Appends and returns a new empty "patchParamResources" element
|
PatchParamResources |
IntParamSpec.getPatchParamResources()
Gets the "patchParamResources" element
|
static PatchParamResources |
PatchParamResources.Factory.newInstance() |
static PatchParamResources |
PatchParamResources.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(File file) |
static PatchParamResources |
PatchParamResources.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(InputStream is) |
static PatchParamResources |
PatchParamResources.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(Node node) |
static PatchParamResources |
PatchParamResources.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(Reader r) |
static PatchParamResources |
PatchParamResources.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(String xmlAsString) |
static PatchParamResources |
PatchParamResources.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(URL u) |
static PatchParamResources |
PatchParamResources.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamResources |
PatchParamResources.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PatchParamResources |
PatchParamResources.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PatchParamResources |
PatchParamResources.Factory.parse(XMLStreamReader sr) |
static PatchParamResources |
PatchParamResources.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
IntParamSpec.setPatchParamResources(PatchParamResources patchParamResources)
Sets the "patchParamResources" element
|
Modifier and Type | Class and Description |
---|---|
class |
PatchParamResourcesImpl
An XML patchParamResources(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
PatchParamResources |
IntParamSpecImpl.addNewPatchParamResources()
Appends and returns a new empty "patchParamResources" element
|
PatchParamResources |
IntParamSpecImpl.getPatchParamResources()
Gets the "patchParamResources" element
|
Modifier and Type | Method and Description |
---|---|
void |
IntParamSpecImpl.setPatchParamResources(PatchParamResources patchParamResources)
Sets the "patchParamResources" element
|
Copyright © 2014. All Rights Reserved.