Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    This object contains factory methods for each Java content interface and Java element interface generated in the org.w3._1999.xhtml 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 Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._1999.xhtml
    • Method Detail

      • createHtml

        public Html createHtml()
        Create an instance of Html
      • createHead

        public Head createHead()
        Create an instance of Head
      • createScript

        public Script createScript()
        Create an instance of Script
      • createStyle

        public Style createStyle()
        Create an instance of Style
      • createMeta

        public Meta createMeta()
        Create an instance of Meta
      • createLink

        public Link createLink()
        Create an instance of Link
      • createObject

        public Object createObject()
        Create an instance of Object
      • createParam

        public Param createParam()
        Create an instance of Param
      • createP

        public P createP()
        Create an instance of P
      • createInline

        public Inline createInline()
        Create an instance of Inline
      • createA

        public A createA()
        Create an instance of A
      • createAContent

        public AContent createAContent()
        Create an instance of AContent
      • createBr

        public Br createBr()
        Create an instance of Br
      • createSpan

        public Span createSpan()
        Create an instance of Span
      • createBdo

        public Bdo createBdo()
        Create an instance of Bdo
      • createMap

        public Map createMap()
        Create an instance of Map
      • createH1

        public H1 createH1()
        Create an instance of H1
      • createH2

        public H2 createH2()
        Create an instance of H2
      • createH3

        public H3 createH3()
        Create an instance of H3
      • createH4

        public H4 createH4()
        Create an instance of H4
      • createH5

        public H5 createH5()
        Create an instance of H5
      • createH6

        public H6 createH6()
        Create an instance of H6
      • createDiv

        public Div createDiv()
        Create an instance of Div
      • createFlow

        public Flow createFlow()
        Create an instance of Flow
      • createUl

        public Ul createUl()
        Create an instance of Ul
      • createLi

        public Li createLi()
        Create an instance of Li
      • createOl

        public Ol createOl()
        Create an instance of Ol
      • createDl

        public Dl createDl()
        Create an instance of Dl
      • createDt

        public Dt createDt()
        Create an instance of Dt
      • createDd

        public Dd createDd()
        Create an instance of Dd
      • createPre

        public Pre createPre()
        Create an instance of Pre
      • createTt

        public Tt createTt()
        Create an instance of Tt
      • createI

        public I createI()
        Create an instance of I
      • createB

        public B createB()
        Create an instance of B
      • createBig

        public Big createBig()
        Create an instance of Big
      • createSmall

        public Small createSmall()
        Create an instance of Small
      • createEm

        public Em createEm()
        Create an instance of Em
      • createStrong

        public Strong createStrong()
        Create an instance of Strong
      • createDfn

        public Dfn createDfn()
        Create an instance of Dfn
      • createCode

        public Code createCode()
        Create an instance of Code
      • createQ

        public Q createQ()
        Create an instance of Q
      • createSamp

        public Samp createSamp()
        Create an instance of Samp
      • createKbd

        public Kbd createKbd()
        Create an instance of Kbd
      • createVar

        public Var createVar()
        Create an instance of Var
      • createCite

        public Cite createCite()
        Create an instance of Cite
      • createAbbr

        public Abbr createAbbr()
        Create an instance of Abbr
      • createAcronym

        public Acronym createAcronym()
        Create an instance of Acronym
      • createSub

        public Sub createSub()
        Create an instance of Sub
      • createSup

        public Sup createSup()
        Create an instance of Sup
      • createIns

        public Ins createIns()
        Create an instance of Ins
      • createDel

        public Del createDel()
        Create an instance of Del
      • createInput

        public Input createInput()
        Create an instance of Input
      • createSelect

        public Select createSelect()
        Create an instance of Select
      • createOptgroup

        public Optgroup createOptgroup()
        Create an instance of Optgroup
      • createOption

        public Option createOption()
        Create an instance of Option
      • createTextarea

        public Textarea createTextarea()
        Create an instance of Textarea
      • createLabel

        public Label createLabel()
        Create an instance of Label
      • createButton

        public Button createButton()
        Create an instance of Button
      • createHr

        public Hr createHr()
        Create an instance of Hr
      • createBlock

        public Block createBlock()
        Create an instance of Block
      • createAddress

        public Address createAddress()
        Create an instance of Address
      • createFieldset

        public Fieldset createFieldset()
        Create an instance of Fieldset
      • createLegend

        public Legend createLegend()
        Create an instance of Legend
      • createTable

        public Table createTable()
        Create an instance of Table
      • createCaption

        public Caption createCaption()
        Create an instance of Caption
      • createCol

        public Col createCol()
        Create an instance of Col
      • createColgroup

        public Colgroup createColgroup()
        Create an instance of Colgroup
      • createThead

        public Thead createThead()
        Create an instance of Thead
      • createTr

        public Tr createTr()
        Create an instance of Tr
      • createTh

        public Th createTh()
        Create an instance of Th
      • createTd

        public Td createTd()
        Create an instance of Td
      • createTfoot

        public Tfoot createTfoot()
        Create an instance of Tfoot
      • createTbody

        public Tbody createTbody()
        Create an instance of Tbody
      • createForm

        public Form createForm()
        Create an instance of Form
      • createNoscript

        public Noscript createNoscript()
        Create an instance of Noscript
      • createImg

        public Img createImg()
        Create an instance of Img
      • createArea

        public Area createArea()
        Create an instance of Area
      • createTitle

        public Title createTitle()
        Create an instance of Title
      • createBase

        public Base createBase()
        Create an instance of Base
      • createBody

        public Body createBody()
        Create an instance of Body