Package org.opensaml.core.xml
Interface LangBearing
-
- All Known Subinterfaces:
Description,DisplayName,InformationURL,Keywords,LocalizedName,LocalizedURI,Logo,OrganizationDisplayName,OrganizationName,OrganizationURL,PrivacyStatementURL,RegistrationPolicy,ServiceDescription,ServiceName,UsagePolicy
- All Known Implementing Classes:
DescriptionImpl,DisplayNameImpl,InformationURLImpl,KeywordsImpl,LocalizedNameImpl,LocalizedURIImpl,LogoImpl,OrganizationDisplayNameImpl,OrganizationNameImpl,OrganizationURLImpl,PrivacyStatementURLImpl,RegistrationPolicyImpl,ServiceDescriptionImpl,ServiceNameImpl,UsagePolicyImpl
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.
-
-