public static class SpecialAttrs.Base extends Object
<xs:attribute xmlns:ns="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" ref="xml:base"/> <xs:attribute xmlns:ns="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" name="base"/>
| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Get the 'base' attribute value.
|
void |
setBase(String base)
Set the 'base' attribute value.
|
public String getBase()
denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.
See http://www.w3.org/TR/xmlbase/ for information about this attribute.
public void setBase(String base)
denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.
See http://www.w3.org/TR/xmlbase/ for information about this attribute.
base - Copyright © 2018 Europeana Foundation. All rights reserved.