Content.Factory| Constructor and Description | 
|---|
| SequenceContent(Schema schema,
               boolean completed) | 
| SequenceContent(SequenceContentConfig xml,
               Schema schema) | 
| Modifier and Type | Method and Description | 
|---|---|
| SequenceContentConfig | save()Save the Content to an XmlObject. | 
| String | toString(String attrs) | 
| Content | validate(Context context)Validates an XML document contained in a given Context object. | 
public SequenceContent(Schema schema, boolean completed)
public SequenceContent(SequenceContentConfig xml, Schema schema)
public SequenceContentConfig save()
Contentpublic Content validate(Context context) throws org.apache.xmlbeans.XmlException
Contentvalidate in interface Contentcontext - A Context object containing the XML data to be validated, and
                other needed contextual variables.org.apache.xmlbeans.XmlExceptionCopyright © 2019. All Rights Reserved.