org.plutext.jaxb.xslfo
Class ObjectFactory

java.lang.Object
  extended by org.plutext.jaxb.xslfo.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.plutext.jaxb.xslfo package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plutext.jaxb.xslfo
 
Method Summary
 BasicLink createBasicLink()
          Create an instance of BasicLink
 BidiOverride createBidiOverride()
          Create an instance of BidiOverride
 Block createBlock()
          Create an instance of Block
 BlockContainer createBlockContainer()
          Create an instance of BlockContainer
 Character createCharacter()
          Create an instance of Character
 ColorProfile createColorProfile()
          Create an instance of ColorProfile
 ConditionalPageMasterReference createConditionalPageMasterReference()
          Create an instance of ConditionalPageMasterReference
 Declarations createDeclarations()
          Create an instance of Declarations
 ExternalGraphic createExternalGraphic()
          Create an instance of ExternalGraphic
 Float createFloat()
          Create an instance of Float
 Flow createFlow()
          Create an instance of Flow
 Footnote createFootnote()
          Create an instance of Footnote
 FootnoteBody createFootnoteBody()
          Create an instance of FootnoteBody
 InitialPropertySet createInitialPropertySet()
          Create an instance of InitialPropertySet
 Inline createInline()
          Create an instance of Inline
 InlineContainer createInlineContainer()
          Create an instance of InlineContainer
 InstreamForeignObject createInstreamForeignObject()
          Create an instance of InstreamForeignObject
 LayoutMasterSet createLayoutMasterSet()
          Create an instance of LayoutMasterSet
 Leader createLeader()
          Create an instance of Leader
 ListBlock createListBlock()
          Create an instance of ListBlock
 ListItem createListItem()
          Create an instance of ListItem
 ListItemBody createListItemBody()
          Create an instance of ListItemBody
 ListItemLabel createListItemLabel()
          Create an instance of ListItemLabel
 Marker createMarker()
          Create an instance of Marker
 MultiCase createMultiCase()
          Create an instance of MultiCase
 MultiProperties createMultiProperties()
          Create an instance of MultiProperties
 MultiPropertySet createMultiPropertySet()
          Create an instance of MultiPropertySet
 MultiSwitch createMultiSwitch()
          Create an instance of MultiSwitch
 MultiToggle createMultiToggle()
          Create an instance of MultiToggle
 PageNumber createPageNumber()
          Create an instance of PageNumber
 PageNumberCitation createPageNumberCitation()
          Create an instance of PageNumberCitation
 PageSequence createPageSequence()
          Create an instance of PageSequence
 PageSequenceMaster createPageSequenceMaster()
          Create an instance of PageSequenceMaster
 RegionAfter createRegionAfter()
          Create an instance of RegionAfter
 RegionBefore createRegionBefore()
          Create an instance of RegionBefore
 RegionBody createRegionBody()
          Create an instance of RegionBody
 RegionEnd createRegionEnd()
          Create an instance of RegionEnd
 RegionStart createRegionStart()
          Create an instance of RegionStart
 RepeatablePageMasterAlternatives createRepeatablePageMasterAlternatives()
          Create an instance of RepeatablePageMasterAlternatives
 RepeatablePageMasterReference createRepeatablePageMasterReference()
          Create an instance of RepeatablePageMasterReference
 RetrieveMarker createRetrieveMarker()
          Create an instance of RetrieveMarker
 Root createRoot()
          Create an instance of Root
 SimplePageMaster createSimplePageMaster()
          Create an instance of SimplePageMaster
 SinglePageMasterReference createSinglePageMasterReference()
          Create an instance of SinglePageMasterReference
 StaticContent createStaticContent()
          Create an instance of StaticContent
 Table createTable()
          Create an instance of Table
 TableAndCaption createTableAndCaption()
          Create an instance of TableAndCaption
 TableBody createTableBody()
          Create an instance of TableBody
 TableCaption createTableCaption()
          Create an instance of TableCaption
 TableCell createTableCell()
          Create an instance of TableCell
 TableColumn createTableColumn()
          Create an instance of TableColumn
 TableFooter createTableFooter()
          Create an instance of TableFooter
 TableHeader createTableHeader()
          Create an instance of TableHeader
 TableRow createTableRow()
          Create an instance of TableRow
 Title createTitle()
          Create an instance of Title
 Wrapper createWrapper()
          Create an instance of Wrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plutext.jaxb.xslfo

Method Detail

createTable

public Table createTable()
Create an instance of Table


createBlock

public Block createBlock()
Create an instance of Block


createInstreamForeignObject

public InstreamForeignObject createInstreamForeignObject()
Create an instance of InstreamForeignObject


createMarker

public Marker createMarker()
Create an instance of Marker


createRegionAfter

public RegionAfter createRegionAfter()
Create an instance of RegionAfter


createTableCell

public TableCell createTableCell()
Create an instance of TableCell


createBasicLink

public BasicLink createBasicLink()
Create an instance of BasicLink


createTableCaption

public TableCaption createTableCaption()
Create an instance of TableCaption


createPageNumberCitation

public PageNumberCitation createPageNumberCitation()
Create an instance of PageNumberCitation


createMultiToggle

public MultiToggle createMultiToggle()
Create an instance of MultiToggle


createColorProfile

public ColorProfile createColorProfile()
Create an instance of ColorProfile


createRepeatablePageMasterReference

public RepeatablePageMasterReference createRepeatablePageMasterReference()
Create an instance of RepeatablePageMasterReference


createRegionStart

public RegionStart createRegionStart()
Create an instance of RegionStart


createBidiOverride

public BidiOverride createBidiOverride()
Create an instance of BidiOverride


createFloat

public Float createFloat()
Create an instance of Float


createListItemBody

public ListItemBody createListItemBody()
Create an instance of ListItemBody


createInline

public Inline createInline()
Create an instance of Inline


createTableHeader

public TableHeader createTableHeader()
Create an instance of TableHeader


createFlow

public Flow createFlow()
Create an instance of Flow


createInlineContainer

public InlineContainer createInlineContainer()
Create an instance of InlineContainer


createMultiPropertySet

public MultiPropertySet createMultiPropertySet()
Create an instance of MultiPropertySet


createListBlock

public ListBlock createListBlock()
Create an instance of ListBlock


createTableAndCaption

public TableAndCaption createTableAndCaption()
Create an instance of TableAndCaption


createExternalGraphic

public ExternalGraphic createExternalGraphic()
Create an instance of ExternalGraphic


createMultiCase

public MultiCase createMultiCase()
Create an instance of MultiCase


createRoot

public Root createRoot()
Create an instance of Root


createTableFooter

public TableFooter createTableFooter()
Create an instance of TableFooter


createFootnoteBody

public FootnoteBody createFootnoteBody()
Create an instance of FootnoteBody


createConditionalPageMasterReference

public ConditionalPageMasterReference createConditionalPageMasterReference()
Create an instance of ConditionalPageMasterReference


createTitle

public Title createTitle()
Create an instance of Title


createLeader

public Leader createLeader()
Create an instance of Leader


createTableBody

public TableBody createTableBody()
Create an instance of TableBody


createPageNumber

public PageNumber createPageNumber()
Create an instance of PageNumber


createInitialPropertySet

public InitialPropertySet createInitialPropertySet()
Create an instance of InitialPropertySet


createCharacter

public Character createCharacter()
Create an instance of Character


createLayoutMasterSet

public LayoutMasterSet createLayoutMasterSet()
Create an instance of LayoutMasterSet


createBlockContainer

public BlockContainer createBlockContainer()
Create an instance of BlockContainer


createRepeatablePageMasterAlternatives

public RepeatablePageMasterAlternatives createRepeatablePageMasterAlternatives()
Create an instance of RepeatablePageMasterAlternatives


createFootnote

public Footnote createFootnote()
Create an instance of Footnote


createRegionEnd

public RegionEnd createRegionEnd()
Create an instance of RegionEnd


createStaticContent

public StaticContent createStaticContent()
Create an instance of StaticContent


createSinglePageMasterReference

public SinglePageMasterReference createSinglePageMasterReference()
Create an instance of SinglePageMasterReference


createListItem

public ListItem createListItem()
Create an instance of ListItem


createRegionBefore

public RegionBefore createRegionBefore()
Create an instance of RegionBefore


createWrapper

public Wrapper createWrapper()
Create an instance of Wrapper


createMultiProperties

public MultiProperties createMultiProperties()
Create an instance of MultiProperties


createListItemLabel

public ListItemLabel createListItemLabel()
Create an instance of ListItemLabel


createPageSequenceMaster

public PageSequenceMaster createPageSequenceMaster()
Create an instance of PageSequenceMaster


createRetrieveMarker

public RetrieveMarker createRetrieveMarker()
Create an instance of RetrieveMarker


createDeclarations

public Declarations createDeclarations()
Create an instance of Declarations


createTableRow

public TableRow createTableRow()
Create an instance of TableRow


createPageSequence

public PageSequence createPageSequence()
Create an instance of PageSequence


createSimplePageMaster

public SimplePageMaster createSimplePageMaster()
Create an instance of SimplePageMaster


createMultiSwitch

public MultiSwitch createMultiSwitch()
Create an instance of MultiSwitch


createRegionBody

public RegionBody createRegionBody()
Create an instance of RegionBody


createTableColumn

public TableColumn createTableColumn()
Create an instance of TableColumn



Copyright © 2012. All Rights Reserved.