Package org.opensaml.core.xml
Interface LangBearing
-
public interface LangBearingInterface for element having a@xml:langattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringXML_LANG_ATTR_LOCAL_NAMEThelangattribute local name.static QNameXML_LANG_ATTR_NAMEThexml:langqualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetXMLLang()Returns the@xml:langattribute value.voidsetXMLLang(String newLang)Sets the@xml:langattribute value.
-
-
-
Field Detail
-
XML_LANG_ATTR_LOCAL_NAME
static final String XML_LANG_ATTR_LOCAL_NAME
Thelangattribute local name.- See Also:
- Constant Field Values
-
XML_LANG_ATTR_NAME
static final QName XML_LANG_ATTR_NAME
Thexml:langqualified attribute name.
-
-