Package org.w3._1999.xhtml
Class ObjectFactory
java.lang.Object
org.w3._1999.xhtml.ObjectFactory
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._1999.xhtml -
Method Summary
Modifier and TypeMethodDescriptioncreateA()Create an instance ofACreate an instance ofAbbrCreate an instance ofAContentCreate an instance ofAcronymCreate an instance ofAddressCreate an instance ofAreacreateB()Create an instance ofBCreate an instance ofBaseCreate an instance ofBdoCreate an instance ofBigCreate an instance ofBlockCreate an instance ofBlockquoteCreate an instance ofBodycreateBr()Create an instance ofBrCreate an instance ofButtonCreate an instance ofButtonContentCreate an instance ofCaptionCreate an instance ofCiteCreate an instance ofCodeCreate an instance ofColCreate an instance ofColgroupcreateDd()Create an instance ofDdCreate an instance ofDelCreate an instance ofDfnCreate an instance ofDivcreateDl()Create an instance ofDlcreateDt()Create an instance ofDtcreateEm()Create an instance ofEmCreate an instance ofFieldsetCreate an instance ofFlowCreate an instance ofFormCreate an instance ofFormContentcreateH1()Create an instance ofH1createH2()Create an instance ofH2createH3()Create an instance ofH3createH4()Create an instance ofH4createH5()Create an instance ofH5createH6()Create an instance ofH6Create an instance ofHeadcreateHr()Create an instance ofHrCreate an instance ofHtmlcreateI()Create an instance ofICreate an instance ofImgCreate an instance ofInlineCreate an instance ofInputCreate an instance ofInsCreate an instance ofKbdCreate an instance ofLabelCreate an instance ofLegendcreateLi()Create an instance ofLiCreate an instance ofLinkCreate an instance ofMapCreate an instance ofMetaCreate an instance ofNoscriptCreate an instance ofObjectcreateOl()Create an instance ofOlCreate an instance ofOptgroupCreate an instance ofOptioncreateP()Create an instance ofPCreate an instance ofParamCreate an instance ofPreCreate an instance ofPreContentcreateQ()Create an instance ofQCreate an instance ofSampCreate an instance ofScriptCreate an instance ofSelectCreate an instance ofSmallCreate an instance ofSpanCreate an instance ofStrongCreate an instance ofStyleCreate an instance ofSubCreate an instance ofSupCreate an instance ofTableCreate an instance ofTbodycreateTd()Create an instance ofTdCreate an instance ofTextareaCreate an instance ofTfootcreateTh()Create an instance ofThCreate an instance ofTheadCreate an instance ofTitlecreateTr()Create an instance ofTrcreateTt()Create an instance ofTtcreateUl()Create an instance ofUlCreate an instance ofVar
-
Constructor Details
-
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 Details
-
createHtml
Create an instance ofHtml -
createHead
Create an instance ofHead -
createScript
Create an instance ofScript -
createStyle
Create an instance ofStyle -
createMeta
Create an instance ofMeta -
createLink
Create an instance ofLink -
createObject
Create an instance ofObject -
createParam
Create an instance ofParam -
createP
Create an instance ofP -
createInline
Create an instance ofInline -
createA
Create an instance ofA -
createAContent
Create an instance ofAContent -
createBr
Create an instance ofBr -
createSpan
Create an instance ofSpan -
createBdo
Create an instance ofBdo -
createMap
Create an instance ofMap -
createH1
Create an instance ofH1 -
createH2
Create an instance ofH2 -
createH3
Create an instance ofH3 -
createH4
Create an instance ofH4 -
createH5
Create an instance ofH5 -
createH6
Create an instance ofH6 -
createDiv
Create an instance ofDiv -
createFlow
Create an instance ofFlow -
createUl
Create an instance ofUl -
createLi
Create an instance ofLi -
createOl
Create an instance ofOl -
createDl
Create an instance ofDl -
createDt
Create an instance ofDt -
createDd
Create an instance ofDd -
createPre
Create an instance ofPre -
createPreContent
Create an instance ofPreContent -
createTt
Create an instance ofTt -
createI
Create an instance ofI -
createB
Create an instance ofB -
createBig
Create an instance ofBig -
createSmall
Create an instance ofSmall -
createEm
Create an instance ofEm -
createStrong
Create an instance ofStrong -
createDfn
Create an instance ofDfn -
createCode
Create an instance ofCode -
createQ
Create an instance ofQ -
createSamp
Create an instance ofSamp -
createKbd
Create an instance ofKbd -
createVar
Create an instance ofVar -
createCite
Create an instance ofCite -
createAbbr
Create an instance ofAbbr -
createAcronym
Create an instance ofAcronym -
createSub
Create an instance ofSub -
createSup
Create an instance ofSup -
createIns
Create an instance ofIns -
createDel
Create an instance ofDel -
createInput
Create an instance ofInput -
createSelect
Create an instance ofSelect -
createOptgroup
Create an instance ofOptgroup -
createOption
Create an instance ofOption -
createTextarea
Create an instance ofTextarea -
createLabel
Create an instance ofLabel -
createButton
Create an instance ofButton -
createButtonContent
Create an instance ofButtonContent -
createHr
Create an instance ofHr -
createBlockquote
Create an instance ofBlockquote -
createBlock
Create an instance ofBlock -
createAddress
Create an instance ofAddress -
createFieldset
Create an instance ofFieldset -
createLegend
Create an instance ofLegend -
createTable
Create an instance ofTable -
createCaption
Create an instance ofCaption -
createCol
Create an instance ofCol -
createColgroup
Create an instance ofColgroup -
createThead
Create an instance ofThead -
createTr
Create an instance ofTr -
createTh
Create an instance ofTh -
createTd
Create an instance ofTd -
createTfoot
Create an instance ofTfoot -
createTbody
Create an instance ofTbody -
createForm
Create an instance ofForm -
createFormContent
Create an instance ofFormContent -
createNoscript
Create an instance ofNoscript -
createImg
Create an instance ofImg -
createArea
Create an instance ofArea -
createTitle
Create an instance ofTitle -
createBase
Create an instance ofBase -
createBody
Create an instance ofBody
-