Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
XmlTemplatesConfig |
ReportingTypeConfig.addNewXmlTemplates()
Appends and returns a new empty "xmlTemplates" element
|
XmlTemplatesConfig |
ReportingTypeConfig.getXmlTemplates()
Gets the "xmlTemplates" element
|
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.newInstance() |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(File file) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(InputStream is) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(Node node) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(Reader r) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(String xmlAsString) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(URL u) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(XMLStreamReader sr) |
static XmlTemplatesConfig |
XmlTemplatesConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ReportingTypeConfig.setXmlTemplates(XmlTemplatesConfig xmlTemplates)
Sets the "xmlTemplates" element
|
Modifier and Type | Class and Description |
---|---|
class |
XmlTemplatesConfigImpl
An XML XmlTemplates(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
XmlTemplatesConfig |
ReportingTypeConfigImpl.addNewXmlTemplates()
Appends and returns a new empty "xmlTemplates" element
|
XmlTemplatesConfig |
ReportingTypeConfigImpl.getXmlTemplates()
Gets the "xmlTemplates" element
|
Modifier and Type | Method and Description |
---|---|
void |
ReportingTypeConfigImpl.setXmlTemplates(XmlTemplatesConfig xmlTemplates)
Sets the "xmlTemplates" element
|
Copyright © 2019. All Rights Reserved.