|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Content
This class represents the content of an XML element. It does not take into account any attributes that the element may have.
Nested Class Summary | |
---|---|
static class |
Content.Factory
A static factory class for creating new instances. |
Method Summary | |
---|---|
com.eviware.soapui.inferredSchema.ContentConfig |
save()
Save the Content to an XmlObject. |
java.lang.String |
toString(java.lang.String attrs)
|
Content |
validate(Context context)
Validates an XML document contained in a given Context object. |
Method Detail |
---|
Content validate(Context context) throws org.apache.xmlbeans.XmlException
context
- A Context object containing the XML data to be validated, and
other needed contextual variables.
org.apache.xmlbeans.XmlException
java.lang.String toString(java.lang.String attrs)
com.eviware.soapui.inferredSchema.ContentConfig save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |