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: net.webpdf.wsclient.schema.extraction.text
|
| Modifier and Type | Method and Description |
|---|---|
ContentType |
createContentType()
Create an instance of
ContentType |
LinkType |
createLinkType()
Create an instance of
LinkType |
ParagraphType |
createParagraphType()
Create an instance of
ParagraphType |
RectangleType |
createRectangleType()
Create an instance of
RectangleType |
TextsType |
createTextsType()
Create an instance of
TextsType |
TextType |
createTextType()
Create an instance of
TextType |
WordContentType |
createWordContentType()
Create an instance of
WordContentType |
WordType |
createWordType()
Create an instance of
WordType |
public ObjectFactory()
public ParagraphType createParagraphType()
ParagraphTypepublic ContentType createContentType()
ContentTypepublic WordContentType createWordContentType()
WordContentTypepublic RectangleType createRectangleType()
RectangleTypeCopyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.