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

io.legaldocml.module.xml.attribute.XmlLang Maven / Gradle / Ivy

The newest version!
package io.legaldocml.module.xml.attribute;

import io.legaldocml.io.Attribute;
import io.legaldocml.model.Language;

/**
 * This attribute specifies the human language in which the content of the element is expressed. ValueReq are taken from the RFC 4646. xml:lang is a reserved attribute of XML, and cannot be used for any other purpose than this one.
 * 

*

 * 
 * 		
 * 
 * 
*/ public interface XmlLang extends Attribute { /** * Attribute name for "xml:lang". */ String ATTRIBUTE = "lang"; Language getXmlLang(); void setXmlLang(Language xmlLang); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy