SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.addNewSupportedSelectFunction() |
Appends and returns a new empty value (as xml) as the last "SupportedSelectFunction" element
|
SupportedSelectFunctionType[] |
SelectFunctionCapabilitiesType.getSupportedSelectFunctionArray() |
Gets array of all "SupportedSelectFunction" elements
|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.getSupportedSelectFunctionArray(int i) |
Gets ith "SupportedSelectFunction" element
|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.insertNewSupportedSelectFunction(int i) |
Inserts and returns a new empty value (as xml) as the ith "SupportedSelectFunction" element
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.newInstance() |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(File file) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(InputStream is) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Reader r) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(String xmlAsString) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(URL u) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(XMLStreamReader sr) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Node node) |
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|