Package org.w3._1999.xhtml
Class ObjectFactory
- java.lang.Object
-
- org.w3._1999.xhtml.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._1999.xhtml
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcreateA()Create an instance ofAAbbrcreateAbbr()Create an instance ofAbbrAContentcreateAContent()Create an instance ofAContentAcronymcreateAcronym()Create an instance ofAcronymAddresscreateAddress()Create an instance ofAddressAreacreateArea()Create an instance ofAreaBcreateB()Create an instance ofBBasecreateBase()Create an instance ofBaseBdocreateBdo()Create an instance ofBdoBigcreateBig()Create an instance ofBigBlockcreateBlock()Create an instance ofBlockBlockquotecreateBlockquote()Create an instance ofBlockquoteBodycreateBody()Create an instance ofBodyBrcreateBr()Create an instance ofBrButtoncreateButton()Create an instance ofButtonButtonContentcreateButtonContent()Create an instance ofButtonContentCaptioncreateCaption()Create an instance ofCaptionCitecreateCite()Create an instance ofCiteCodecreateCode()Create an instance ofCodeColcreateCol()Create an instance ofColColgroupcreateColgroup()Create an instance ofColgroupDdcreateDd()Create an instance ofDdDelcreateDel()Create an instance ofDelDfncreateDfn()Create an instance ofDfnDivcreateDiv()Create an instance ofDivDlcreateDl()Create an instance ofDlDtcreateDt()Create an instance ofDtEmcreateEm()Create an instance ofEmFieldsetcreateFieldset()Create an instance ofFieldsetFlowcreateFlow()Create an instance ofFlowFormcreateForm()Create an instance ofFormFormContentcreateFormContent()Create an instance ofFormContentH1createH1()Create an instance ofH1H2createH2()Create an instance ofH2H3createH3()Create an instance ofH3H4createH4()Create an instance ofH4H5createH5()Create an instance ofH5H6createH6()Create an instance ofH6HeadcreateHead()Create an instance ofHeadHrcreateHr()Create an instance ofHrHtmlcreateHtml()Create an instance ofHtmlIcreateI()Create an instance ofIImgcreateImg()Create an instance ofImgInlinecreateInline()Create an instance ofInlineInputcreateInput()Create an instance ofInputInscreateIns()Create an instance ofInsKbdcreateKbd()Create an instance ofKbdLabelcreateLabel()Create an instance ofLabelLegendcreateLegend()Create an instance ofLegendLicreateLi()Create an instance ofLiLinkcreateLink()Create an instance ofLinkMapcreateMap()Create an instance ofMapMetacreateMeta()Create an instance ofMetaNoscriptcreateNoscript()Create an instance ofNoscriptObjectcreateObject()Create an instance ofObjectOlcreateOl()Create an instance ofOlOptgroupcreateOptgroup()Create an instance ofOptgroupOptioncreateOption()Create an instance ofOptionPcreateP()Create an instance ofPParamcreateParam()Create an instance ofParamPrecreatePre()Create an instance ofPrePreContentcreatePreContent()Create an instance ofPreContentQcreateQ()Create an instance ofQSampcreateSamp()Create an instance ofSampScriptcreateScript()Create an instance ofScriptSelectcreateSelect()Create an instance ofSelectSmallcreateSmall()Create an instance ofSmallSpancreateSpan()Create an instance ofSpanStrongcreateStrong()Create an instance ofStrongStylecreateStyle()Create an instance ofStyleSubcreateSub()Create an instance ofSubSupcreateSup()Create an instance ofSupTablecreateTable()Create an instance ofTableTbodycreateTbody()Create an instance ofTbodyTdcreateTd()Create an instance ofTdTextareacreateTextarea()Create an instance ofTextareaTfootcreateTfoot()Create an instance ofTfootThcreateTh()Create an instance ofThTheadcreateThead()Create an instance ofTheadTitlecreateTitle()Create an instance ofTitleTrcreateTr()Create an instance ofTrTtcreateTt()Create an instance ofTtUlcreateUl()Create an instance ofUlVarcreateVar()Create an instance ofVar
-
-
-
Method Detail
-
createPreContent
public PreContent createPreContent()
Create an instance ofPreContent
-
createButtonContent
public ButtonContent createButtonContent()
Create an instance ofButtonContent
-
createBlockquote
public Blockquote createBlockquote()
Create an instance ofBlockquote
-
createFormContent
public FormContent createFormContent()
Create an instance ofFormContent
-
-