org.apache.batik.css
Interface ElementWithID
- All Known Implementing Classes:
- AbstractElement
- public interface ElementWithID
This interface represents elements with an ID attribute.
Method Summary |
java.lang.String |
getID()
Returns the ID of this element or the empty string. |
void |
setIDName(java.lang.String uri,
java.lang.String s)
Sets the element ID attribute name. |
setIDName
public void setIDName(java.lang.String uri,
java.lang.String s)
- Sets the element ID attribute name.
- Parameters:
uri
- The ID attribute namespace URI.s
- The ID attribute local name.
getID
public java.lang.String getID()
- Returns the ID of this element or the empty string.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.