public static class SpecialAttrs.Id extends Object
<xs:attribute xmlns:ns="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" ref="xml:id"/> <xs:attribute xmlns:ns="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" name="id"/>
| Constructor and Description |
|---|
Id() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the 'id' attribute value.
|
void |
setId(String id)
Set the 'id' attribute value.
|
public String getId()
denotes an attribute whose value should be interpreted as if declared to be of type ID. This name is reserved by virtue of its definition in the xml:id specification.
See http://www.w3.org/TR/xml-id/ for information about this attribute.
public void setId(String id)
denotes an attribute whose value should be interpreted as if declared to be of type ID. This name is reserved by virtue of its definition in the xml:id specification.
See http://www.w3.org/TR/xml-id/ for information about this attribute.
id - Copyright © 2019 Europeana Foundation. All rights reserved.