org.mixer2.jaxb.xhtml.ObjectFactory Maven / Gradle / Ivy
Show all versions of mixer2 Show documentation
package org.mixer2.jaxb.xhtml;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.mixer2.jaxb.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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mixer2.jaxb.xhtml
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Html }
*
*/
public Html createHtml() {
return new Html();
}
/**
* Create an instance of {@link Head }
*
*/
public Head createHead() {
return new Head();
}
/**
* Create an instance of {@link Script }
*
*/
public Script createScript() {
return new Script();
}
/**
* Create an instance of {@link Style }
*
*/
public Style createStyle() {
return new Style();
}
/**
* Create an instance of {@link Meta }
*
*/
public Meta createMeta() {
return new Meta();
}
/**
* Create an instance of {@link Link }
*
*/
public Link createLink() {
return new Link();
}
/**
* Create an instance of {@link Object }
*
*/
public Object createObject() {
return new Object();
}
/**
* Create an instance of {@link Param }
*
*/
public Param createParam() {
return new Param();
}
/**
* Create an instance of {@link P }
*
*/
public P createP() {
return new P();
}
/**
* Create an instance of {@link Inline }
*
*/
public Inline createInline() {
return new Inline();
}
/**
* Create an instance of {@link A }
*
*/
public A createA() {
return new A();
}
/**
* Create an instance of {@link AContent }
*
*/
public AContent createAContent() {
return new AContent();
}
/**
* Create an instance of {@link Br }
*
*/
public Br createBr() {
return new Br();
}
/**
* Create an instance of {@link Span }
*
*/
public Span createSpan() {
return new Span();
}
/**
* Create an instance of {@link Bdo }
*
*/
public Bdo createBdo() {
return new Bdo();
}
/**
* Create an instance of {@link Applet }
*
*/
public Applet createApplet() {
return new Applet();
}
/**
* Create an instance of {@link H1 }
*
*/
public H1 createH1() {
return new H1();
}
/**
* Create an instance of {@link H2 }
*
*/
public H2 createH2() {
return new H2();
}
/**
* Create an instance of {@link H3 }
*
*/
public H3 createH3() {
return new H3();
}
/**
* Create an instance of {@link H4 }
*
*/
public H4 createH4() {
return new H4();
}
/**
* Create an instance of {@link H5 }
*
*/
public H5 createH5() {
return new H5();
}
/**
* Create an instance of {@link H6 }
*
*/
public H6 createH6() {
return new H6();
}
/**
* Create an instance of {@link Hgroup }
*
*/
public Hgroup createHgroup() {
return new Hgroup();
}
/**
* Create an instance of {@link Div }
*
*/
public Div createDiv() {
return new Div();
}
/**
* Create an instance of {@link Flow }
*
*/
public Flow createFlow() {
return new Flow();
}
/**
* Create an instance of {@link Ul }
*
*/
public Ul createUl() {
return new Ul();
}
/**
* Create an instance of {@link Li }
*
*/
public Li createLi() {
return new Li();
}
/**
* Create an instance of {@link Ol }
*
*/
public Ol createOl() {
return new Ol();
}
/**
* Create an instance of {@link Dl }
*
*/
public Dl createDl() {
return new Dl();
}
/**
* Create an instance of {@link Dt }
*
*/
public Dt createDt() {
return new Dt();
}
/**
* Create an instance of {@link Dd }
*
*/
public Dd createDd() {
return new Dd();
}
/**
* Create an instance of {@link Dir }
*
*/
public Dir createDir() {
return new Dir();
}
/**
* Create an instance of {@link Pre }
*
*/
public Pre createPre() {
return new Pre();
}
/**
* Create an instance of {@link PreContent }
*
*/
public PreContent createPreContent() {
return new PreContent();
}
/**
* Create an instance of {@link Tt }
*
*/
public Tt createTt() {
return new Tt();
}
/**
* Create an instance of {@link I }
*
*/
public I createI() {
return new I();
}
/**
* Create an instance of {@link B }
*
*/
public B createB() {
return new B();
}
/**
* Create an instance of {@link U }
*
*/
public U createU() {
return new U();
}
/**
* Create an instance of {@link S }
*
*/
public S createS() {
return new S();
}
/**
* Create an instance of {@link Strike }
*
*/
public Strike createStrike() {
return new Strike();
}
/**
* Create an instance of {@link Em }
*
*/
public Em createEm() {
return new Em();
}
/**
* Create an instance of {@link Strong }
*
*/
public Strong createStrong() {
return new Strong();
}
/**
* Create an instance of {@link Dfn }
*
*/
public Dfn createDfn() {
return new Dfn();
}
/**
* Create an instance of {@link Code }
*
*/
public Code createCode() {
return new Code();
}
/**
* Create an instance of {@link Q }
*
*/
public Q createQ() {
return new Q();
}
/**
* Create an instance of {@link Samp }
*
*/
public Samp createSamp() {
return new Samp();
}
/**
* Create an instance of {@link Kbd }
*
*/
public Kbd createKbd() {
return new Kbd();
}
/**
* Create an instance of {@link Var }
*
*/
public Var createVar() {
return new Var();
}
/**
* Create an instance of {@link Cite }
*
*/
public Cite createCite() {
return new Cite();
}
/**
* Create an instance of {@link Abbr }
*
*/
public Abbr createAbbr() {
return new Abbr();
}
/**
* Create an instance of {@link Acronym }
*
*/
public Acronym createAcronym() {
return new Acronym();
}
/**
* Create an instance of {@link Progress }
*
*/
public Progress createProgress() {
return new Progress();
}
/**
* Create an instance of {@link Mark }
*
*/
public Mark createMark() {
return new Mark();
}
/**
* Create an instance of {@link Meter }
*
*/
public Meter createMeter() {
return new Meter();
}
/**
* Create an instance of {@link Time }
*
*/
public Time createTime() {
return new Time();
}
/**
* Create an instance of {@link Command }
*
*/
public Command createCommand() {
return new Command();
}
/**
* Create an instance of {@link Keygen }
*
*/
public Keygen createKeygen() {
return new Keygen();
}
/**
* Create an instance of {@link Output }
*
*/
public Output createOutput() {
return new Output();
}
/**
* Create an instance of {@link Audio }
*
*/
public Audio createAudio() {
return new Audio();
}
/**
* Create an instance of {@link Video }
*
*/
public Video createVideo() {
return new Video();
}
/**
* Create an instance of {@link Input }
*
*/
public Input createInput() {
return new Input();
}
/**
* Create an instance of {@link Select }
*
*/
public Select createSelect() {
return new Select();
}
/**
* Create an instance of {@link Optgroup }
*
*/
public Optgroup createOptgroup() {
return new Optgroup();
}
/**
* Create an instance of {@link Option }
*
*/
public Option createOption() {
return new Option();
}
/**
* Create an instance of {@link Textarea }
*
*/
public Textarea createTextarea() {
return new Textarea();
}
/**
* Create an instance of {@link Label }
*
*/
public Label createLabel() {
return new Label();
}
/**
* Create an instance of {@link Button }
*
*/
public Button createButton() {
return new Button();
}
/**
* Create an instance of {@link ButtonContent }
*
*/
public ButtonContent createButtonContent() {
return new ButtonContent();
}
/**
* Create an instance of {@link Hr }
*
*/
public Hr createHr() {
return new Hr();
}
/**
* Create an instance of {@link Blockquote }
*
*/
public Blockquote createBlockquote() {
return new Blockquote();
}
/**
* Create an instance of {@link Address }
*
*/
public Address createAddress() {
return new Address();
}
/**
* Create an instance of {@link Img }
*
*/
public Img createImg() {
return new Img();
}
/**
* Create an instance of {@link Map }
*
*/
public Map createMap() {
return new Map();
}
/**
* Create an instance of {@link Center }
*
*/
public Center createCenter() {
return new Center();
}
/**
* Create an instance of {@link Noframes }
*
*/
public Noframes createNoframes() {
return new Noframes();
}
/**
* Create an instance of {@link Isindex }
*
*/
public Isindex createIsindex() {
return new Isindex();
}
/**
* Create an instance of {@link Fieldset }
*
*/
public Fieldset createFieldset() {
return new Fieldset();
}
/**
* Create an instance of {@link Legend }
*
*/
public Legend createLegend() {
return new Legend();
}
/**
* Create an instance of {@link Table }
*
*/
public Table createTable() {
return new Table();
}
/**
* Create an instance of {@link Caption }
*
*/
public Caption createCaption() {
return new Caption();
}
/**
* Create an instance of {@link Col }
*
*/
public Col createCol() {
return new Col();
}
/**
* Create an instance of {@link Colgroup }
*
*/
public Colgroup createColgroup() {
return new Colgroup();
}
/**
* Create an instance of {@link Thead }
*
*/
public Thead createThead() {
return new Thead();
}
/**
* Create an instance of {@link Tr }
*
*/
public Tr createTr() {
return new Tr();
}
/**
* Create an instance of {@link Th }
*
*/
public Th createTh() {
return new Th();
}
/**
* Create an instance of {@link Td }
*
*/
public Td createTd() {
return new Td();
}
/**
* Create an instance of {@link Tfoot }
*
*/
public Tfoot createTfoot() {
return new Tfoot();
}
/**
* Create an instance of {@link Tbody }
*
*/
public Tbody createTbody() {
return new Tbody();
}
/**
* Create an instance of {@link Main }
*
*/
public Main createMain() {
return new Main();
}
/**
* Create an instance of {@link Section }
*
*/
public Section createSection() {
return new Section();
}
/**
* Create an instance of {@link Article }
*
*/
public Article createArticle() {
return new Article();
}
/**
* Create an instance of {@link Aside }
*
*/
public Aside createAside() {
return new Aside();
}
/**
* Create an instance of {@link Canvas }
*
*/
public Canvas createCanvas() {
return new Canvas();
}
/**
* Create an instance of {@link Nav }
*
*/
public Nav createNav() {
return new Nav();
}
/**
* Create an instance of {@link Figure }
*
*/
public Figure createFigure() {
return new Figure();
}
/**
* Create an instance of {@link Figcaption }
*
*/
public Figcaption createFigcaption() {
return new Figcaption();
}
/**
* Create an instance of {@link Header }
*
*/
public Header createHeader() {
return new Header();
}
/**
* Create an instance of {@link Footer }
*
*/
public Footer createFooter() {
return new Footer();
}
/**
* Create an instance of {@link Menu }
*
*/
public Menu createMenu() {
return new Menu();
}
/**
* Create an instance of {@link Details }
*
*/
public Details createDetails() {
return new Details();
}
/**
* Create an instance of {@link Summary }
*
*/
public Summary createSummary() {
return new Summary();
}
/**
* Create an instance of {@link Datalist }
*
*/
public Datalist createDatalist() {
return new Datalist();
}
/**
* Create an instance of {@link Iframe }
*
*/
public Iframe createIframe() {
return new Iframe();
}
/**
* Create an instance of {@link Source }
*
*/
public Source createSource() {
return new Source();
}
/**
* Create an instance of {@link Track }
*
*/
public Track createTrack() {
return new Track();
}
/**
* Create an instance of {@link Embed }
*
*/
public Embed createEmbed() {
return new Embed();
}
/**
* Create an instance of {@link Wbr }
*
*/
public Wbr createWbr() {
return new Wbr();
}
/**
* Create an instance of {@link Big }
*
*/
public Big createBig() {
return new Big();
}
/**
* Create an instance of {@link Small }
*
*/
public Small createSmall() {
return new Small();
}
/**
* Create an instance of {@link Font }
*
*/
public Font createFont() {
return new Font();
}
/**
* Create an instance of {@link Basefont }
*
*/
public Basefont createBasefont() {
return new Basefont();
}
/**
* Create an instance of {@link Sub }
*
*/
public Sub createSub() {
return new Sub();
}
/**
* Create an instance of {@link Sup }
*
*/
public Sup createSup() {
return new Sup();
}
/**
* Create an instance of {@link Ruby }
*
*/
public Ruby createRuby() {
return new Ruby();
}
/**
* Create an instance of {@link Rt }
*
*/
public Rt createRt() {
return new Rt();
}
/**
* Create an instance of {@link Rp }
*
*/
public Rp createRp() {
return new Rp();
}
/**
* Create an instance of {@link Bdi }
*
*/
public Bdi createBdi() {
return new Bdi();
}
/**
* Create an instance of {@link Noscript }
*
*/
public Noscript createNoscript() {
return new Noscript();
}
/**
* Create an instance of {@link Ins }
*
*/
public Ins createIns() {
return new Ins();
}
/**
* Create an instance of {@link Del }
*
*/
public Del createDel() {
return new Del();
}
/**
* Create an instance of {@link Form }
*
*/
public Form createForm() {
return new Form();
}
/**
* Create an instance of {@link FormContent }
*
*/
public FormContent createFormContent() {
return new FormContent();
}
/**
* Create an instance of {@link Area }
*
*/
public Area createArea() {
return new Area();
}
/**
* Create an instance of {@link Title }
*
*/
public Title createTitle() {
return new Title();
}
/**
* Create an instance of {@link Base }
*
*/
public Base createBase() {
return new Base();
}
/**
* Create an instance of {@link Body }
*
*/
public Body createBody() {
return new Body();
}
}