public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openfuxml.content.ofx
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
createComment()
Create an instance of
Comment |
Content |
createContent()
Create an instance of
Content |
Document |
createDocument()
Create an instance of
Document |
Highlight |
createHighlight()
Create an instance of
Highlight |
Include |
createInclude()
Create an instance of
Include |
Listing |
createListing()
Create an instance of
Listing |
Marginalia |
createMarginalia()
Create an instance of
Marginalia |
Metadata |
createMetadata()
Create an instance of
Metadata |
Paragraph |
createParagraph()
Create an instance of
Paragraph |
Raw |
createRaw()
Create an instance of
Raw |
Reference |
createReference()
Create an instance of
Reference |
Section |
createSection()
Create an instance of
Section |
Sections |
createSections()
Create an instance of
Sections |
Title |
createTitle()
Create an instance of
Title |
public ObjectFactory()
public Marginalia createMarginalia()
MarginaliaCopyright © 2023. All rights reserved.