public void setLanguage(String language) {
setAttributeValue(LANG,language);
}
public IRI getBaseUri() throws IRISyntaxException {
IRI uri = _getUriValue(getAttributeValue(BASE));
if (URIHelper.isJavascriptUri(uri) ||
URIHelper.isMailtoUri(uri)) { uri = null; }
if (uri == null) {
if (parent instanceof Element) {
uri = ((Element)parent).getBaseUri();