Package | Description |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.impl.wadl.inference.schema.content | |
com.eviware.soapui.impl.wadl.inference.schema.types |
Modifier and Type | Method and Description |
---|---|
static Content |
Content.Factory.newContent(Schema schema)
Creates a new, empty, Content.
|
static Content |
Content.Factory.parse(ContentConfig xml,
Schema schema)
Constructs a Content object using previously saved data.
|
Content |
Content.validate(Context context)
Validates an XML document contained in a given Context object.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyContent
EmptyContent may not have any content, be it simpe or complex.
|
class |
SequenceContent
SequenceContent represents an xs:sequence, xs:choice, or xs:all.
|
class |
SimpleContent
SimpleContent may contain xs:simpleContent.
|
Modifier and Type | Method and Description |
---|---|
Content |
SimpleContent.validate(Context context) |
Content |
SequenceContent.validate(Context context) |
Content |
EmptyContent.validate(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexType.setContent(Content content) |
Copyright © 2019. All Rights Reserved.