public interface XmlLang extends Attribute
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.
<xsd:attributeGroup name=“xmllang”> <xsd:attribute ref=“xml:lang”/> </xsd:attributeGroup>
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE
Attribute name for “xml:lang”.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
getXmlLang() |
void |
setXmlLang(Language xmlLang) |
static final String ATTRIBUTE
Attribute name for “xml:lang”.
Copyright © 2017. All rights reserved.