public interface IdBearing
@xml:id
attribute.Modifier and Type | Field and Description |
---|---|
static String |
XML_ID_ATTR_LOCAL_NAME
The
id attribute local name. |
static QName |
XML_ID_ATTR_NAME
The
xml:id qualified attribute name. |
Modifier and Type | Method and Description |
---|---|
String |
getXMLId()
Returns the
@xml:id attribute value. |
void |
setXMLId(String newId)
Sets the
@xml:id attribute value. |
static final String XML_ID_ATTR_LOCAL_NAME
id
attribute local name.static final QName XML_ID_ATTR_NAME
xml:id
qualified attribute name.Copyright © 2016 JBoss by Red Hat. All rights reserved.