|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Content | |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.impl.wadl.inference.schema.content | |
com.eviware.soapui.impl.wadl.inference.schema.types |
Uses of Content in com.eviware.soapui.impl.wadl.inference.schema |
---|
Methods in com.eviware.soapui.impl.wadl.inference.schema that return Content | |
---|---|
static Content |
Content.Factory.newContent(Schema schema)
Creates a new, empty, Content. |
static Content |
Content.Factory.parse(com.eviware.soapui.inferredSchema.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. |
Uses of Content in com.eviware.soapui.impl.wadl.inference.schema.content |
---|
Classes in com.eviware.soapui.impl.wadl.inference.schema.content that implement Content | |
---|---|
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. |
Methods in com.eviware.soapui.impl.wadl.inference.schema.content that return Content | |
---|---|
Content |
SimpleContent.validate(Context context)
|
Content |
SequenceContent.validate(Context context)
|
Content |
EmptyContent.validate(Context context)
|
Uses of Content in com.eviware.soapui.impl.wadl.inference.schema.types |
---|
Methods in com.eviware.soapui.impl.wadl.inference.schema.types with parameters of type Content | |
---|---|
void |
ComplexType.setContent(Content content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |