Package | Description |
---|---|
com.eviware.soapui.junit | |
com.eviware.soapui.junit.impl |
Modifier and Type | Method and Description |
---|---|
Property |
PropertyDocument.addNewProperty()
Appends and returns a new empty "property" element
|
Property |
Properties.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
Property |
PropertyDocument.getProperty()
Gets the "property" element
|
Property[] |
Properties.getPropertyArray()
Deprecated.
|
Property |
Properties.getPropertyArray(int i)
Gets ith "property" element
|
Property |
Properties.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
static Property |
Property.Factory.newInstance() |
static Property |
Property.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(File file) |
static Property |
Property.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(InputStream is) |
static Property |
Property.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(Node node) |
static Property |
Property.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(Reader r) |
static Property |
Property.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(String xmlAsString) |
static Property |
Property.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(URL u) |
static Property |
Property.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Property |
Property.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Property |
Property.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Property |
Property.Factory.parse(XMLStreamReader sr) |
static Property |
Property.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Properties.getPropertyList()
Gets a List of "property" elements
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDocument.setProperty(Property property)
Sets the "property" element
|
void |
Properties.setPropertyArray(int i,
Property property)
Sets ith "property" element
|
void |
Properties.setPropertyArray(Property[] propertyArray)
Sets array of all "property" element
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyImpl
An XML property(@http://eviware.com/soapui/junit).
|
Modifier and Type | Method and Description |
---|---|
Property |
PropertyDocumentImpl.addNewProperty()
Appends and returns a new empty "property" element
|
Property |
PropertiesImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
Property |
PropertyDocumentImpl.getProperty()
Gets the "property" element
|
Property[] |
PropertiesImpl.getPropertyArray()
Deprecated.
|
Property |
PropertiesImpl.getPropertyArray(int i)
Gets ith "property" element
|
Property |
PropertiesImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
PropertiesImpl.getPropertyList()
Gets a List of "property" elements
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDocumentImpl.setProperty(Property property)
Sets the "property" element
|
void |
PropertiesImpl.setPropertyArray(int i,
Property property)
Sets ith "property" element
|
void |
PropertiesImpl.setPropertyArray(Property[] propertyArray)
Sets array of all "property" element
|
Copyright © 2019. All Rights Reserved.