Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
RegexConfig |
SearchPatternsConfig.addNewRegex()
Appends and returns a new empty value (as xml) as the last "Regex" element
|
RegexConfig[] |
SearchPatternsConfig.getRegexArray()
Deprecated.
|
RegexConfig |
SearchPatternsConfig.getRegexArray(int i)
Gets ith "Regex" element
|
RegexConfig |
SearchPatternsConfig.insertNewRegex(int i)
Inserts and returns a new empty value (as xml) as the ith "Regex" element
|
static RegexConfig |
RegexConfig.Factory.newInstance() |
static RegexConfig |
RegexConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(File file) |
static RegexConfig |
RegexConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(InputStream is) |
static RegexConfig |
RegexConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(Node node) |
static RegexConfig |
RegexConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(Reader r) |
static RegexConfig |
RegexConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(String xmlAsString) |
static RegexConfig |
RegexConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(URL u) |
static RegexConfig |
RegexConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RegexConfig |
RegexConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RegexConfig |
RegexConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RegexConfig |
RegexConfig.Factory.parse(XMLStreamReader sr) |
static RegexConfig |
RegexConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RegexConfig> |
SearchPatternsConfig.getRegexList()
Gets a List of "Regex" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SearchPatternsConfig.setRegexArray(int i,
RegexConfig regex)
Sets ith "Regex" element
|
void |
SearchPatternsConfig.setRegexArray(RegexConfig[] regexArray)
Sets array of all "Regex" element
|
Modifier and Type | Class and Description |
---|---|
class |
RegexConfigImpl
An XML Regex(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RegexConfig |
SearchPatternsConfigImpl.addNewRegex()
Appends and returns a new empty value (as xml) as the last "Regex" element
|
RegexConfig[] |
SearchPatternsConfigImpl.getRegexArray()
Deprecated.
|
RegexConfig |
SearchPatternsConfigImpl.getRegexArray(int i)
Gets ith "Regex" element
|
RegexConfig |
SearchPatternsConfigImpl.insertNewRegex(int i)
Inserts and returns a new empty value (as xml) as the ith "Regex" element
|
Modifier and Type | Method and Description |
---|---|
List<RegexConfig> |
SearchPatternsConfigImpl.getRegexList()
Gets a List of "Regex" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SearchPatternsConfigImpl.setRegexArray(int i,
RegexConfig regex)
Sets ith "Regex" element
|
void |
SearchPatternsConfigImpl.setRegexArray(RegexConfig[] regexArray)
Sets array of all "Regex" element
|
Copyright © 2019. All Rights Reserved.