public interface Content
| Modifier and Type | Interface and Description |
|---|---|
static class |
Content.Factory
A static factory class for creating new instances.
|
| Modifier and Type | Method and Description |
|---|---|
ContentConfig |
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.
|
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.XmlExceptionContentConfig save()
Copyright © 2019. All rights reserved.