public final class IdRefItem extends Object
Modifier and Type | Field and Description |
---|---|
Element |
element
The element which references IDs.
|
String[] |
idRefs
The IDs referenced by the element.
|
Constructor and Description |
---|
IdRefItem(Element element,
String idRef)
Constructs an IdRefItem for specified element which references
specified ID.
|
IdRefItem(Element element,
String[] idRefList)
Constructs an IdRefItem for specified element which references
specified IDs.
|
Modifier and Type | Method and Description |
---|---|
void |
addIdRef(String idRef)
Adds specified ID to the IDs referenced by the element.
|
void |
addIdRefs(String[] idRefList)
Adds IDs contained in specified arrays to the IDs referenced by the
element.
|