All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3._1999.xhtml.ObjectFactory Maven / Gradle / Ivy

Go to download

The quick library for the Clinical Quality Language Java reference implementation

There is a newer version: 3.18.0
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.06.14 at 01:52:11 PM MDT 
//


package org.w3._1999.xhtml;

import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._1999.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 Map } * */ public Map createMap() { return new Map(); } /** * 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 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 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 Big } * */ public Big createBig() { return new Big(); } /** * Create an instance of {@link Small } * */ public Small createSmall() { return new Small(); } /** * 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 Sub } * */ public Sub createSub() { return new Sub(); } /** * Create an instance of {@link Sup } * */ public Sup createSup() { return new Sup(); } /** * 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 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 Block } * */ public Block createBlock() { return new Block(); } /** * Create an instance of {@link Address } * */ public Address createAddress() { return new Address(); } /** * 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 Form } * */ public Form createForm() { return new Form(); } /** * Create an instance of {@link FormContent } * */ public FormContent createFormContent() { return new FormContent(); } /** * Create an instance of {@link Noscript } * */ public Noscript createNoscript() { return new Noscript(); } /** * Create an instance of {@link Img } * */ public Img createImg() { return new Img(); } /** * 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(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy