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

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

//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v4.0.2 generiert 
// Siehe https://eclipse-ee4j.github.io/jaxb-ri 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
//


package org.w3._1999.xhtml;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;

public class Paragraph
    extends JAXBElement
{

    protected static final QName NAME = new QName("http://www.w3.org/1999/xhtml", "p");

    public Paragraph(PhrasingContentElement value) {
        super(NAME, ((Class) PhrasingContentElement.class), null, value);
    }

    public Paragraph() {
        super(NAME, ((Class) PhrasingContentElement.class), null, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy