|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdBearing
Interface for element having a @xml:id
attribute.
Field Summary | |
---|---|
static String |
XML_ID_ATTR_LOCAL_NAME
The id attribute local name. |
static QName |
XML_ID_ATTR_NAME
The xml:id qualified attribute name. |
Method Summary | |
---|---|
String |
getXMLId()
Returns the @xml:id attribute value. |
void |
setXMLId(String newId)
Sets the @xml:id attribute value. |
Field Detail |
---|
static final String XML_ID_ATTR_LOCAL_NAME
id
attribute local name.
static final QName XML_ID_ATTR_NAME
xml:id
qualified attribute name.
Method Detail |
---|
String getXMLId()
@xml:id
attribute value.
@xml:id
attribute value or null
.void setXMLId(String newId)
@xml:id
attribute value.
newId
- The @xml:id
attribute value
|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |