Package | Description |
---|---|
org.wsI.testing.x2003.x03.analyzerConfig | |
org.wsI.testing.x2003.x03.analyzerConfig.impl |
Modifier and Type | Method and Description |
---|---|
AssertionResults |
Configuration.addNewAssertionResults()
Appends and returns a new empty "assertionResults" element
|
AssertionResults |
Configuration.getAssertionResults()
Gets the "assertionResults" element
|
static AssertionResults |
AssertionResults.Factory.newInstance() |
static AssertionResults |
AssertionResults.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(File file) |
static AssertionResults |
AssertionResults.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(InputStream is) |
static AssertionResults |
AssertionResults.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(Node node) |
static AssertionResults |
AssertionResults.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(Reader r) |
static AssertionResults |
AssertionResults.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(String xmlAsString) |
static AssertionResults |
AssertionResults.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(URL u) |
static AssertionResults |
AssertionResults.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AssertionResults |
AssertionResults.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AssertionResults |
AssertionResults.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AssertionResults |
AssertionResults.Factory.parse(XMLStreamReader sr) |
static AssertionResults |
AssertionResults.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setAssertionResults(AssertionResults assertionResults)
Sets the "assertionResults" element
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionResultsImpl
An XML assertionResults(@http://www.ws-i.org/testing/2003/03/analyzerConfig/).
|
Modifier and Type | Method and Description |
---|---|
AssertionResults |
ConfigurationImpl.addNewAssertionResults()
Appends and returns a new empty "assertionResults" element
|
AssertionResults |
ConfigurationImpl.getAssertionResults()
Gets the "assertionResults" element
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setAssertionResults(AssertionResults assertionResults)
Sets the "assertionResults" element
|
Copyright © 2019. All Rights Reserved.